Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2016-03-18 21:42:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-11-26 
17:04:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes       2016-03-18 
21:42:14.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Mar 16 19:20:09 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 4.4.0.  Highlights:
+  * Added CDM-5 support.
+  * Added support for opening in-memory file content.
+  * Modified CMakeLists.txt to work with the re-organized cmake
+    configuration used by the latest HDF5, 1.8.16, on Windows.
+    Before this fix, netCDF would fail to locate hdf5 1.8.16 when
+    using cmake on Windows.
+  * Modified ncgen to properly handle the L and UL suffixes for
+    integer constants to keep backward compatibility.
+- Remove netcdf-correct_casting.patch, rendered irrelevant by
+  upstream change.
+- Remov upstream-included netcdf-codecleanup.patch and 
+  netcdf-pkgconfig.patch
+- Rebase netcdf-no_date_time.patch
+
+-------------------------------------------------------------------

Old:
----
  netcdf-4.3.3.1.tar.gz
  netcdf-codecleanup.patch
  netcdf-correct_casting.patch
  netcdf-pkgconfig.patch

New:
----
  netcdf-4.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.bWf0Os/_old  2016-03-18 21:42:16.000000000 +0100
+++ /var/tmp/diff_new_pack.bWf0Os/_new  2016-03-18 21:42:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,19 +30,13 @@
 Summary:        Command-line programs for the NetCDF scientific data format
 License:        NetCDF
 Group:          Productivity/Scientific/Other
-Version:        4.3.3.1
+Version:        4.4.0
 Release:        0
-%define sonum   7
+%define sonum   11
 Url:            http://www.unidata.ucar.edu/software/netcdf/
 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
-Patch2:         %{name}-no_date_time.patch
-#Strip FFLAGS from nc-config
-#Use pkgconfig in nc-config to avoid multi-lib issues
-Patch3:         netcdf-pkgconfig.patch
-#Strip FFLAGS from nc-config
+Patch0:         %{name}-no_date_time.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gawk
 BuildRequires:  gcc-c++
@@ -612,10 +606,10 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .correct_casting
-%patch1 -p1 -b .codecleanup
-%patch2 -p0 -b .no_date_time
-%patch3 -p1 -b .pkgconfig
+%patch0 -p0 -b .no_date_time
+
+# Fix spurious-executable-perm RPMLINT warning
+chmod a-x RELEASE_NOTES.md
 
 echo "prepare parallel builds: %_mpi"
 for build_dir in build %_mpi; do
@@ -695,7 +689,7 @@
 
 %files devel-data
 %defattr(-,root,root,-)
-%{_sysconfdir}/rpm/macros.netcdf
+%config %{_sysconfdir}/rpm/macros.netcdf
 
 %files devel
 %defattr(-,root,root,-)


++++++ netcdf-4.3.3.1.tar.gz -> netcdf-4.4.0.tar.gz ++++++
++++ 188378 lines of diff (skipped)

++++++ netcdf-no_date_time.patch ++++++
--- /var/tmp/diff_new_pack.bWf0Os/_old  2016-03-18 21:42:17.000000000 +0100
+++ /var/tmp/diff_new_pack.bWf0Os/_new  2016-03-18 21:42:17.000000000 +0100
@@ -2,8 +2,8 @@
 ===================================================================
 --- 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 @@
- #include "ncdispatch.h"
+@@ -13,7 +13,7 @@
+ #endif
  
  /* Tell the user the version of netCDF. */
 -static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" 
$";


Reply via email to