changeset 12373:032a8906a7b6 octave-forge

correct statistics dependency
author abarth93
date Mon, 17 Feb 2014 09:49:26 +0000
parents 48b1b9535ca2
children b289ef6d1d7e
files extra/ncArray/DESCRIPTION extra/ncArray/NEWS main/netcdf/DESCRIPTION main/netcdf/NEWS
diffstat 4 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extra/ncArray/DESCRIPTION	Mon Feb 17 09:40:22 2014 +0000
+++ b/extra/ncArray/DESCRIPTION	Mon Feb 17 09:49:26 2014 +0000
@@ -6,6 +6,6 @@
 Title: ncArray
 Description: Access a single or a collection of NetCDF files as a multi-dimensional array
 Categories: IO
-Depends: octave (>= 3.4.0), netcdf (>= 1.0.2)
+Depends: octave (>= 3.4.0), netcdf (>= 1.0.2), statistics (>= 1.0.6)
 License: GPLv2+
 Url: http://octave.sf.net, http://modb.oce.ulg.ac.be/mediawiki/index.php/ncArray
--- a/extra/ncArray/NEWS	Mon Feb 17 09:40:22 2014 +0000
+++ b/extra/ncArray/NEWS	Mon Feb 17 09:49:26 2014 +0000
@@ -4,6 +4,7 @@
  ** new function: nansum, nanvar, nanstd: mean, variance, standard deviation
     ignoring NaNs
  ** ncarray nows depends on package netcdf (instead of octcdf)
+ ** Add missing dependency to statistics
 
 Summary of important user-visible changes for ncArray 1.0.1:
 ------------------------------------------------------------
--- a/main/netcdf/DESCRIPTION	Mon Feb 17 09:40:22 2014 +0000
+++ b/main/netcdf/DESCRIPTION	Mon Feb 17 09:49:26 2014 +0000
@@ -5,7 +5,7 @@
 Maintainer: Alexander Barth <barth.alexander@gmail.com>
 Title: netcdf
 Description: A MATLAB compatible NetCDF interface for Octave
-Depends: octave (>= 3.4.0), statistics (>= 1.0.6)
+Depends: octave (>= 3.4.0)
 BuildRequires: netcdf-devel
 License: GPLv2+
 Url: http://modb.oce.ulg.ac.be/mediawiki/index.php/Octave-netcdf, http://octave.sf.net
--- a/main/netcdf/NEWS	Mon Feb 17 09:40:22 2014 +0000
+++ b/main/netcdf/NEWS	Mon Feb 17 09:49:26 2014 +0000
@@ -1,7 +1,6 @@
 Summary of important user-visible changes for netcdf 1.0.2:
 -------------------------------------------------------------------
 
- ** Add missing dependency to statistics
  ** Avoid obsolete isequalwithequalnans functions
 
 Summary of important user-visible changes for netcdf 1.0.1: