Hello community, here is the log from the commit of package netcdf for openSUSE:Factory checked in at 2013-10-24 14:10:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcdf (Old) and /work/SRC/openSUSE:Factory/.netcdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcdf" Changes: -------- --- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes 2013-05-16 16:14:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes 2013-10-24 14:10:09.000000000 +0200 @@ -1,0 +2,69 @@ +Mon Oct 21 12:53:54 UTC 2013 - [email protected] + +- Update to 4.3.0 + * fsync: Changed default in autotools config file; fsync must + now be explicitely enabled instead of explicitely disabled. + * Fixed netCDF-4 bug where odometer code for libdap2 mishandled + stride > 1. Bug reported by Ansley Manke. + * Fixed netCDF-4 bug where netCDF would ignore the HDF5 reference + type in the file, instead of rejecting the file as it should. + * Fixed netCDF-4 bug with particular order of creation of + dimensions, coordinate variables, and subgroups resulting in + two dimensions with the same dimension ID. + * Fixed netCDF-4 bug with a multidimensional coordinate variable + in a subgroup getting the wrong dimension IDs for its + dimensions. + * Fixed bug with incorrect fixed-size variable offsets in header + getting written when schema changed for files created by + parallel-netcdf. Thanks to Wei-keng Liao for developing and + contributing the fix. + * Fixed bug in handling old servers that do not do proper + Grid to Structure conversions. + * Replaced the oc library with oc2.0 + * Fix bug with nc_get_var1_uint() not accepting unsigned ints + larger than 2**31. + * Fix to convert occurrences of '/' in DAP names to %2f. + * Fix bug in netCDF-4 with scalar non-coordinate variables with + same name as dimensions. + * Fix bug in which calling netCDF-4 functions in which behavior + that should not depend on order of calls sometimes produces + the wrong results. + * Merged in nccopy additions from Martin van Driel to support + -g and -v options for specifying which groups or variables are + to be copied. + * Merged in parallel-netcdf bugs fixes from Greg Sjaardema. + * Modify ncgen so that if the incoming file has a special + attribute, then it is used to establish the special property of + the netcdf file, but the attribute is not included as a real + attribute in the file.. + * Added library version info to the user-agent string so that the + server logs will be more informative. + * Added work around for bad servers that sometimes sends DAP + dataset with duplicate field names. + * Fixed bug with strided access for NC_STRING type. + * Prevented adding an invalid _FillValue attribute to a variable + (with nonmatching type or multiple values), to avoid later + error when any record variable is extended. + * Fix bug in which some uses of vlen within compounds causes HDF5 + errors. + * Fixed ncdump bug in display of data values of variables that use + multiple unlimited dimensions. + * Fix bug in which interspersing def_var calls with put_var calls + can lead to corrupt metadata in a netCDF file with groups and + inherited dimensions. + * Building shared libraries works with DAP and netCDF4 + functionality. + * 32-and-64-bit builds are working under MinGW on Windows. + * Config.h for Windows compiles are included in the build. + * NetCDF-4 dependency on NC_MAX_DIMS has been removed. + * 64-bit DLL's are produced on Windows. + * DLL Packaging issues are resolved. + * The CMake build system (with related ctest and cdash systems + for testing) has been integrated into netCDF-C. This allows for + Visual Studio-based builds in addition to gcc-based builds. + This requires at least CMake version 2.8.8. This + replaces/supplements the cross-compiled set of Visual-Studio + compatible netCDF libraries introduced in netCDF 4.2.1-rc1. +- Updated buildrequires versions. + +------------------------------------------------------------------- Old: ---- netcdf-4.2.1.1.tar.bz2 New: ---- netcdf-4.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcdf.spec ++++++ --- /var/tmp/diff_new_pack.ooy1Dd/_old 2013-10-24 14:10:13.000000000 +0200 +++ /var/tmp/diff_new_pack.ooy1Dd/_new 2013-10-24 14:10:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package netcdf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,10 @@ Summary: Libraries for the Unidata network Common Data Form License: SUSE-NetCDF Group: System/Libraries -Version: 4.2.1.1 +Version: 4.3.0 Release: 0 Url: http://www.unidata.ucar.edu/software/netcdf/ -Source: %{name}-%{version}.tar.bz2 +Source: ftp://ftp.unidata.ucar.edu/pub/%{name}/%{name}-%{version}.tar.gz Source1: nc-config.1.gz Patch0: %{name}-correct_casting.patch Patch1: %{name}-codecleanup.patch @@ -38,10 +38,10 @@ BuildRequires: gawk BuildRequires: gcc-c++ BuildRequires: gcc-fortran -BuildRequires: hdf5-devel >= 1.8.4 -BuildRequires: libcurl-devel +BuildRequires: hdf5-devel >= 1.8.8 +BuildRequires: libcurl-devel >= 7.18.0 BuildRequires: pkg-config -BuildRequires: zlib-devel +BuildRequires: zlib-devel >= 1.2.5 %ifarch %ix86 x86_64 ppc ppc64 s390x armv7l BuildRequires: valgrind %endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
