rpms/hdf5/devel hdf5-1.8.4-tstlite.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 hdf5.spec, 1.39, 1.40 sources, 1.13, 1.14 hdf5-1.8.3-snap12-tstlite.patch, 1.1, NONE

Orion Poplawski orion at fedoraproject.org
Wed Jan 6 18:39:35 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/hdf5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17390

Modified Files:
	.cvsignore hdf5.spec sources 
Added Files:
	hdf5-1.8.4-tstlite.patch 
Removed Files:
	hdf5-1.8.3-snap12-tstlite.patch 
Log Message:
* Wed Jan 6 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.4-1
- Update to 1.8.4
- Must compile with -O0 due to gcc-4.4 incompatability
- No longer need -fno-strict-aliasing


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

--- NEW FILE hdf5-1.8.4-tstlite.patch ---
--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	1 Oct 2009 22:08:46 -0000	1.13
+++ .cvsignore	6 Jan 2010 18:39:35 -0000	1.14
@@ -1 +1 @@
-hdf5-1.8.3-snap12.tar.gz
+hdf5-1.8.4.tar.bz2


Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- hdf5.spec	1 Oct 2009 22:08:46 -0000	1.39
+++ hdf5.spec	6 Jan 2010 18:39:35 -0000	1.40
@@ -1,13 +1,13 @@
-%define snaprel -snap12
+%define snaprel %{nil}
 Name: hdf5
-Version: 1.8.3
-Release: 3.snap12%{?dist}
+Version: 1.8.4
+Release: 1%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.hdfgroup.org/HDF5/
 #Source0: ftp://ftp.hdfgroup.org/HDF5/current/src/%{name}-%{version}.tar.gz
-Source0: ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots/v18/hdf5-%{version}%{?snaprel}.tar.gz
+Source0: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{version}%{?snaprel}.tar.bz2
 Source1: h5comp
 Patch1: hdf5-1.8.3-snap12-signal.patch
 Patch3: hdf5-1.8.0-multiarch.patch
@@ -15,7 +15,7 @@ Patch3: hdf5-1.8.0-multiarch.patch
 # string will be NULL terminated.  The tstlite test ends up crashing with
 # a stack smash.  Reported upstream 9/30/2009, but probably will take a bit
 # of work to fix.  This disables that test
-Patch4: hdf5-1.8.3-snap12-tstlite.patch
+Patch4: hdf5-1.8.4-tstlite.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time
 
@@ -59,7 +59,7 @@ find -name '*.[ch]' -o -name '*.f90' -ex
 export CC=gcc
 export CXX=g++
 export F9X=gfortran
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="${RPM_OPT_FLAGS/O2/O0}"
 %configure \
   --disable-dependency-tracking \
   --enable-cxx \
@@ -164,6 +164,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 6 2010 Orion Poplawski <orion at cora.nwra.com> 1.8.4-1
+- Update to 1.8.4
+- Must compile with -O0 due to gcc-4.4 incompatability
+- No longer need -fno-strict-aliasing
+
 * Thu Oct 1 2009 Orion Poplawski <orion at cora.nwra.com> 1.8.3-3.snap12
 - Update to 1.8.3-snap12
 - Update signal patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	1 Oct 2009 22:08:46 -0000	1.13
+++ sources	6 Jan 2010 18:39:35 -0000	1.14
@@ -1 +1 @@
-5ef4a3940a8952fe057a176b93e9b176  hdf5-1.8.3-snap12.tar.gz
+c13599cfff871948f4d00e19ac410b86  hdf5-1.8.4.tar.bz2


--- hdf5-1.8.3-snap12-tstlite.patch DELETED ---




More information about the fedora-extras-commits mailing list