Hello community, here is the log from the commit of package netcdf for openSUSE:Factory checked in at 2015-04-23 08:04:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-09-06 12:18:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes 2015-04-23 08:04:42.000000000 +0200 @@ -1,0 +2,25 @@ +Sat Apr 18 11:13:30 UTC 2015 - [email protected] + +- Update to version 4.3.3.1 + * When the NC_MPIPOSIX flag is given for parallel I/O access and + the HDF5 library does not have the MPI-POSIX VFD configured in, + the NC_MPIPOSIX flag is transparently aliased to the NC_MPIIO + flag within the netCDF-4 library. + * DAP requests now always include a restraint. Due to a problem in + version 4.3.2, no constraint was generated when all variables were + requested. + * Fixed the code for handling character constants in datalists in + ncgen. Two of the problems were: + - It failed on large constants + - It did not handle e.g. + - var = 'a', 'b', … + in the same way that ncgen3 did. +- Changes from version 4.3.3 + * Fixed bug resulting in error closing a valid netCDF-4 file with + a dimension and a non-coordinate variable with the same name. + [NCF-324](https://bugtracking.unidata.ucar.edu/browse/NCF-324) + * Enabled previously-disabled shell-script-based tests for Visual + Studio when `bash` is detected. +- Update netcdf-no_date_time.patch + +------------------------------------------------------------------- Old: ---- netcdf-4.3.2.tar.gz New: ---- netcdf-4.3.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcdf.spec ++++++ --- /var/tmp/diff_new_pack.dfBvih/_old 2015-04-23 08:04:43.000000000 +0200 +++ /var/tmp/diff_new_pack.dfBvih/_new 2015-04-23 08:04:43.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package netcdf # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +22,7 @@ Summary: Libraries for the Unidata network Common Data Form License: NetCDF Group: System/Libraries -Version: 4.3.2 +Version: 4.3.3.1 Release: 0 Url: http://www.unidata.ucar.edu/software/netcdf/ Source: ftp://ftp.unidata.ucar.edu/pub/%{name}/%{name}-%{version}.tar.gz @@ -124,7 +124,7 @@ %build export CC=gcc CXX=g++ FC=gfortran \ - CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" FCFLAGS="%{optflags}" + CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags}" FCFLAGS="%{optflags}" %configure \ --enable-shared \ @@ -175,6 +175,7 @@ %files -n libnetcdf%{ncdf_so_major} %defattr(-,root,root,-) %{_libdir}/libnetcdf.so.* +%{_libdir}/libnetcdf.settings %files doc %defattr(-,root,root,-) ++++++ netcdf-4.3.2.tar.gz -> netcdf-4.3.3.1.tar.gz ++++++ ++++ 130760 lines of diff (skipped) ++++++ netcdf-no_date_time.patch ++++++ --- /var/tmp/diff_new_pack.dfBvih/_old 2015-04-23 08:04:44.000000000 +0200 +++ /var/tmp/diff_new_pack.dfBvih/_new 2015-04-23 08:04:44.000000000 +0200 @@ -2,7 +2,7 @@ =================================================================== --- libdispatch/derror.c.orig 2014-04-23 17:44:02.000000000 -0300 +++ libdispatch/derror.c 2014-05-01 20:31:46.305036284 -0300 -@@ -10,7 +10,7 @@ Research/Unidata. See COPYRIGHT file for +@@ -10,7 +10,7 @@ #include "ncdispatch.h" /* Tell the user the version of netCDF. */ @@ -10,4 +10,4 @@ +static const char nc_libvers[] = PACKAGE_VERSION " $"; /** - \ingroup lib_version + \defgroup lib_version Library Version
