Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2012-07-30 09:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2012-05-03 
10:59:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes       2012-07-30 
09:26:49.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 25 21:37:48 UTC 2012 - [email protected]
+
+- Update to 4.2.1
+- Rebase pkgconfig patch
+- Drop fflags patch, upstream now calls nf-config
+
+-------------------------------------------------------------------

Old:
----
  netcdf-4.2.tar.bz2
  netcdf-fflags.patch

New:
----
  netcdf-4.2.1.tar.bz2

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

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.LBlv1N/_old  2012-07-30 09:26:59.000000000 +0200
+++ /var/tmp/diff_new_pack.LBlv1N/_new  2012-07-30 09:26:59.000000000 +0200
@@ -22,7 +22,7 @@
 Summary:        Libraries for the Unidata network Common Data Form
 License:        SUSE-NetCDF
 Group:          System/Libraries
-Version:        4.2
+Version:        4.2.1
 Release:        0
 Url:            http://www.unidata.ucar.edu/software/netcdf/
 Source:         %{name}-%{version}.tar.bz2
@@ -34,7 +34,6 @@
 #Use pkgconfig in nc-config to avoid multi-lib issues
 Patch3:         netcdf-pkgconfig.patch
 #Strip FFLAGS from nc-config
-Patch4:         netcdf-fflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gawk
 BuildRequires:  gcc-c++
@@ -122,7 +121,6 @@
 %patch1 -p1 -b .codecleanup
 %patch2 -p1 -b .no_date_time
 %patch3 -p1 -b .pkgconfig
-%patch4 -p1 -b .fflags
 
 %build
 export CC=gcc CXX=g++ FC=gfortran \


++++++ netcdf-4.2.tar.bz2 -> netcdf-4.2.1.tar.bz2 ++++++
++++ 39001 lines of diff (skipped)

++++++ netcdf-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.LBlv1N/_old  2012-07-30 09:27:00.000000000 +0200
+++ /var/tmp/diff_new_pack.LBlv1N/_new  2012-07-30 09:27:00.000000000 +0200
@@ -1,7 +1,7 @@
-diff -up netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.pkgconfig 
netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in
---- netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.pkgconfig 2011-05-26 
20:23:15.000000000 -0600
-+++ netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in   2011-05-27 
15:04:12.823601895 -0600
-@@ -8,7 +8,6 @@
+diff -up netcdf-4.2.1-rc1/nc-config.in.pkgconfig netcdf-4.2.1-rc1/nc-config.in
+--- netcdf-4.2.1-rc1/nc-config.in.pkgconfig    2012-06-18 12:33:10.000000000 
-0600
++++ netcdf-4.2.1-rc1/nc-config.in      2012-06-20 16:44:29.292019812 -0600
+@@ -6,12 +6,10 @@
  
  prefix=@prefix@
  exec_prefix=${prefix}
@@ -9,26 +9,17 @@
  includedir=${prefix}/include
  
  cc="@CC@"
-@@ -16,8 +15,6 @@ cxx="@CXX@"
- fc="@FC@"
  cflags=" -I${includedir} @CPPFLAGS@" 
- fflags="@FFLAGS@ @MOD_FLAG@${includedir}"
 -libs="-L${libdir} @NC_LIBS@"
--flibs="-L${libdir} @NC_FLIBS@"
  has_dap="@HAS_DAP@"
  has_nc2="@HAS_NC2@"
  has_nc4="@HAS_NC4@"
-@@ -141,11 +138,11 @@ while test $# -gt 0; do
-       ;;
+@@ -189,7 +187,7 @@ while test $# -gt 0; do
+               ;;
  
       --libs)
 -              echo $libs
 +              pkg-config netcdf --libs
                ;;
  
-     --flibs)
--              echo $flibs
-+              pkg-config netcdf --flibs
-               ;;
- 
-     --has-dap)
+     --prefix)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to