rpms/hdf5/devel hdf5-1.8.1-filter-as-option.patch, NONE, 1.1 hdf5.spec, 1.31, 1.32

Orion Poplawski orion at fedoraproject.org
Fri Sep 26 20:51:54 UTC 2008


Author: orion

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

Modified Files:
	hdf5.spec 
Added Files:
	hdf5-1.8.1-filter-as-option.patch 
Log Message:
* Fri Sep 26 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-2
- Add patch to filter -little as option used on sh arch (#464052)
 
* Thu Jun 5 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-1
- Update to 1.8.1


hdf5-1.8.1-filter-as-option.patch:

--- NEW FILE hdf5-1.8.1-filter-as-option.patch ---
--- hdf5-1.8.1/configure.filter-as-option	2008-05-29 10:39:04.000000000 -0600
+++ hdf5-1.8.1/configure	2008-09-26 14:49:26.000000000 -0600
@@ -4929,7 +4929,7 @@
 
           ;;
           # Ignore these flags.
-        -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
+        -little | -lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -LANG:=* | -LIST:* | -LNO:*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"


Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hdf5.spec	5 Jun 2008 20:36:55 -0000	1.31
+++ hdf5.spec	26 Sep 2008 20:51:24 -0000	1.32
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -13,6 +13,7 @@
 Patch3: hdf5-1.8.0-multiarch.patch
 Patch4: hdf5-1.8.0-scaleoffset.patch
 Patch5: hdf5-1.8.0-longdouble.patch
+Patch6: hdf5-1.8.1-filter-as-option.patch
 Patch10: hdf5-1.6.5-open.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: krb5-devel, openssl-devel, zlib-devel, gcc-gfortran, time
@@ -54,6 +55,7 @@
 %ifarch ppc64
 %patch5 -p1 -b .longdouble
 %endif
+%patch6 -p1 -b .filter-as-option
 %patch10 -p1 -b .open
 
 
@@ -160,6 +162,9 @@
 
 
 %changelog
+* Fri Sep 26 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-2
+- Add patch to filter -little as option used on sh arch (#464052)
+ 
 * Thu Jun 5 2008 Orion Poplawski <orion at cora.nwra.com> 1.8.1-1
 - Update to 1.8.1
 




More information about the fedora-extras-commits mailing list