rpms/hdf5/devel hdf5-1.6.5-flags.patch,1.2,1.3 hdf5.spec,1.10,1.11

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Aug 30 02:53:02 UTC 2006


Author: orion

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

Modified Files:
	hdf5-1.6.5-flags.patch hdf5.spec 
Log Message:
Rebuild for FC6


hdf5-1.6.5-flags.patch:

Index: hdf5-1.6.5-flags.patch
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5-1.6.5-flags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdf5-1.6.5-flags.patch	13 Mar 2006 18:21:58 -0000	1.2
+++ hdf5-1.6.5-flags.patch	30 Aug 2006 02:53:01 -0000	1.3
@@ -26,31 +26,3 @@
  
      # Host-specific flags
      case "`hostname`" in
---- hdf5-1.6.5/fortran/config/gnu-flags.orig	2005-10-28 14:57:02.000000000 -0600
-+++ hdf5-1.6.5/fortran/config/gnu-flags	2006-03-13 10:59:22.000000000 -0700
-@@ -107,25 +107,6 @@
-   gcc*|egcs*|pgcc*)
-     # Architecture-specific flags
-     arch=
--    case "$host_os-$host_cpu" in
--        # FreeBSD sets the information from "uname -m" to the general machine
--        # architecture, not the specific CPU for the machine, so even our
--        # Pentium II Xeon server is set to "i386".  Once we know we are on a FreeBSD
--        # machine, use the "sysctl" command to get the CPU hardware model.
--        freebsd*-i386)
--            host_cpu_model=`sysctl -n hw.model`
--            case "$host_cpu_model" in
--                # Hmm.. this might not catch Celerons, but it won't hurt them either...
--                *Pro*|*II*|*III*|*IV*|*Athlon*)
--                    arch="-march=i686"
--                ;;
--            esac
--            ;;
--
--        *-i686)
--            arch="-march=i686"
--            ;;
--    esac
- 
-     # Host-specific flags
-     case "`hostname`" in


Index: hdf5.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hdf5.spec	15 Mar 2006 22:29:45 -0000	1.10
+++ hdf5.spec	30 Aug 2006 02:53:01 -0000	1.11
@@ -1,6 +1,6 @@
 Name: hdf5
 Version: 1.6.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -100,6 +100,9 @@
 %{_libdir}/*.mod
 
 %changelog
+* Tue Aug 29 2006 Orion Poplawski <orion at cora.nwra.com> 1.6.5-6
+- Rebuild for FC6
+
 * Wed Mar 15 2006 Orion Poplawski <orion at cora.nwra.com> 1.6.5-5
 - Change rpath patch to not need autoconf
 - Add patch for libtool on x86_64




More information about the scm-commits mailing list