rpms/netcdf/EL-4 .cvsignore, 1.4, 1.5 netcdf.spec, 1.7, 1.8 sources, 1.4, 1.5

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu May 24 18:54:40 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/netcdf/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21110

Modified Files:
	.cvsignore netcdf.spec sources 
Log Message:
- Update to 3.6.1
- Add FFLAGS="-fPIC"



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Mar 2005 03:48:15 -0000	1.4
+++ .cvsignore	24 May 2007 18:54:02 -0000	1.5
@@ -1 +1 @@
-netcdf-3.6.0-p1.tar.gz
+netcdf-3.6.1.tar.gz


Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/EL-4/netcdf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- netcdf.spec	9 May 2005 20:35:08 -0000	1.7
+++ netcdf.spec	24 May 2007 18:54:02 -0000	1.8
@@ -1,12 +1,12 @@
 Name:           netcdf
-Version:        3.6.0
-Release:        3.p1%{?dist}
+Version:        3.6.1
+Release:        1%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
 
 Group:          Applications/Engineering
 License:        NetCDF
 URL:            http://my.unidata.ucar.edu/content/software/netcdf/index.html
-Source0:        ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.6.0-p1.tar.gz
+Source0:        ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-g77
@@ -53,12 +53,13 @@
 
 
 %prep
-%setup -q -n netcdf-3.6.0-p1
+%setup -q
 
 
 %build
 cd src
 export FC="g77"
+export FFLAGS="-fPIC"
 export CPPFLAGS="-fPIC"
 %configure
 #  WARNING!
@@ -102,6 +103,10 @@
 
 
 %changelog
+* Thu May 24 2007 Orion Poplawski <orion at cora.nwra.com> - 3.6.1-1
+- Update to 3.6.1
+- Add FFLAGS="-fPIC"
+
 * Mon May  9 2005 Ed Hill <ed at eh3.com> - 3.6.0-3.p1
 - remove hard-coded dist/fedora macros
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Mar 2005 03:48:15 -0000	1.4
+++ sources	24 May 2007 18:54:02 -0000	1.5
@@ -1 +1 @@
-27c193e0462d9979406d167a01a5ee95  netcdf-3.6.0-p1.tar.gz
+07a9db424337c5e4833fb84136e09a1e  netcdf-3.6.1.tar.gz




More information about the fedora-extras-commits mailing list