rpms/hdf5/devel hdf5.spec,1.1,1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Nov 16 21:34:08 UTC 2005


Author: orion

Update of /cvs/extras/rpms/hdf5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6807

Modified Files:
	hdf5.spec 
Log Message:
Bump for new openssl



Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdf5.spec	5 Jul 2005 20:20:17 -0000	1.1
+++ hdf5.spec	16 Nov 2005 21:34:02 -0000	1.2
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.4
-Release: 4%{?dist}
+Release: 6%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -12,7 +12,7 @@
 Patch3: hdf5-1.6.4-testh5repack.patch
 Patch4: hdf5-1.6.4-h5diff_attr.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: krb5-devel, openssl-devel, zlib-devel
+BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran
 
 %description
 HDF5 is a general purpose library and file format for storing scientific data.
@@ -41,8 +41,8 @@
 
 %build
 autoconf
-# the Fortran parts are hitting GCC bug 17917, add --enable-fortran when it gets fixed.
-%configure --with-ssl --enable-cxx --enable-threadsafe --with-pthread
+%configure --with-ssl --enable-cxx --enable-fortran \
+           --enable-threadsafe --with-pthread
 make
 
 %install
@@ -91,6 +91,12 @@
 %{_libdir}/*.so
 
 %changelog
+* Wed Nov 16 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-6
+- Bump for new openssl
+
+* Tue Sep 20 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-5
+- Enable fortran since the gcc bug is now fixed
+
 * Tue Jul 05 2005 Orion Poplawski <orion at cora.nwra.com> 1.6.4-4
 - Make example scripts executable
 




More information about the fedora-extras-commits mailing list