diff --git a/netcdf-4.1-beta2-pkgconfig.patch b/netcdf-4.1-beta2-pkgconfig.patch index 9baf290..d965f46 100644 --- a/netcdf-4.1-beta2-pkgconfig.patch +++ b/netcdf-4.1-beta2-pkgconfig.patch @@ -28,7 +28,7 @@ diff -up netcdf-4.1-snapshot2010020100/nc-config.in.pkgconfig netcdf-4.1-snapsho --flibs) - echo $flibs -+ pkg-config netcdf --flibs ++ pkg-config netcdf --variable=flibs ;; --has-dap) diff --git a/netcdf.spec b/netcdf.spec index 2a78fee..6fd7417 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.1.1 -Release: 3%{?dist}.4 +Release: 3%{?dist}.5 Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -176,6 +176,9 @@ fi %changelog +* Wed Jan 29 2014 Orion Poplawski - 4.1.1-3.5 +- Fix nc-config --fflags (bug #1032110) + * Mon Oct 21 2013 Orion Poplawski - 4.1.1-3.4 - Add upstream patch to fix nofill mode data corruption bug