rpms/hdf5/EL-6 hdf5-1.8.4-tstlite.patch,1.2,1.3 hdf5.spec,1.43,1.44

Orion Poplawski orion at fedoraproject.org
Wed Jun 23 21:08:06 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/hdf5/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31855

Modified Files:
	hdf5.spec 
Added Files:
	hdf5-1.8.4-tstlite.patch 
Log Message:
* Wed Jun 23 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.5-4
- Re-add rebased tstlite patch - not fixed yet


hdf5-1.8.4-tstlite.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: hdf5-1.8.4-tstlite.patch
===================================================================
RCS file: hdf5-1.8.4-tstlite.patch
diff -N hdf5-1.8.4-tstlite.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ hdf5-1.8.4-tstlite.patch	23 Jun 2010 21:08:05 -0000	1.3
@@ -0,0 +1,11 @@
+--- hdf5-1.8.4/hl/fortran/test/Makefile.in.tstlite	2009-11-10 14:12:08.000000000 -0700
++++ hdf5-1.8.4/hl/fortran/test/Makefile.in	2010-01-06 10:59:07.916197584 -0700
+@@ -364,7 +364,7 @@
+ 	f1tab.h5
+ 
+ # Our main target, the test programs
+-TEST_PROG = tstlite tstimage tsttable
++TEST_PROG = tstimage tsttable
+ LDADD = $(LIBH5F_HL) $(LIBH5F) $(LIBH5_HL)  $(LIBHDF5)
+ 
+ # Source files for the programs


Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/EL-6/hdf5.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- hdf5.spec	23 Jun 2010 20:45:11 -0000	1.43
+++ hdf5.spec	23 Jun 2010 21:08:06 -0000	1.44
@@ -1,7 +1,7 @@
 %define snaprel %{nil}
 Name: hdf5
 Version: 1.8.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -11,6 +11,7 @@ Source0: http://www.hdfgroup.org/ftp/HDF
 Source1: h5comp
 Patch1: hdf5-1.8.5-longdouble.patch
 Patch3: hdf5-1.8.0-multiarch.patch
+Patch3: hdf5-1.8.5-tstlite.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time
 
@@ -48,6 +49,7 @@ HDF5 static libraries.
 %patch1 -p1 -b .longdouble
 %endif
 %patch3 -p1 -b .multiarch
+%patch4 -p1 -b .tstlite
 find -name '*.[ch]' -o -name '*.f90' -exec chmod -x {} +
 
 
@@ -160,6 +162,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 23 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.5-4
+- Re-add rebased tstlite patch - not fixed yet
+
 * Wed Jun 23 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.5-3
 - Update longdouble patch for 1.8.5
 



More information about the scm-commits mailing list