Fix nc-config --fflags (bug #1032110)

This commit is contained in:
Orion Poplawski 2014-01-29 22:26:00 -07:00
parent 1d9a9251eb
commit 0cd9c6c1a4
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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 <orion@cora.nwra.com> - 4.1.1-3.5
- Fix nc-config --fflags (bug #1032110)
* Mon Oct 21 2013 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-3.4
- Add upstream patch to fix nofill mode data corruption bug