rpms/hdf5/EL-4 hdf5-1.6.9-destdir.patch, NONE, 1.1 hdf5-1.6.9-norpath.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 hdf5.spec, 1.8, 1.9 sources, 1.7, 1.8 hdf5-1.6.4-destdir.patch, 1.3, NONE hdf5-1.6.4-norpath.patch, 1.4, NONE hdf5-1.6.5-open.patch, 1.3, NONE

Orion Poplawski orion at fedoraproject.org
Tue Jun 2 17:50:28 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/hdf5/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv354

Modified Files:
	.cvsignore hdf5.spec sources 
Added Files:
	hdf5-1.6.9-destdir.patch hdf5-1.6.9-norpath.patch 
Removed Files:
	hdf5-1.6.4-destdir.patch hdf5-1.6.4-norpath.patch 
	hdf5-1.6.5-open.patch 
Log Message:
* Tue Jun 2 2009 Orion Poplawski <orion at cora.nwra.com> 1.6.9-1
- Update to 1.6.9
- Update destdir and norpath patches
- Drop open patch fixed upstream
- Ship h5perf


hdf5-1.6.9-destdir.patch:

--- NEW FILE hdf5-1.6.9-destdir.patch ---
--- hdf5-1.6.9/c++/config/commence.in.destdir	2009-04-30 20:22:52.000000000 -0600
+++ hdf5-1.6.9/c++/config/commence.in	2009-06-02 10:48:57.014511985 -0600
@@ -51,12 +51,12 @@
 TRACE=:
 
 ## Installation points
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-bindir=@bindir@
-libdir=@libdir@
-includedir=@includedir@
-docdir=@exec_prefix@/doc
+prefix=$(DESTDIR)@prefix@
+exec_prefix=$(DESTDIR)@exec_prefix@
+bindir=$(DESTDIR)@bindir@
+libdir=$(DESTDIR)@libdir@
+includedir=$(DESTDIR)@includedir@
+docdir=$(DESTDIR)@exec_prefix@/doc
 PUB_LIB=$(LIB)
 
 ## Obtain default library; the current version of libtool does not fully
--- hdf5-1.6.9/fortran/config/commence.in.destdir	2009-04-30 20:22:54.000000000 -0600
+++ hdf5-1.6.9/fortran/config/commence.in	2009-06-02 10:48:42.472512510 -0600
@@ -58,12 +58,12 @@
 TRACE=:
 
 ## Installation points
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-bindir=@bindir@
-libdir=@libdir@
-includedir=@includedir@
-docdir=@exec_prefix@/doc
+prefix=$(DESTDIR)@prefix@
+exec_prefix=$(DESTDIR)@exec_prefix@
+bindir=$(DESTDIR)@bindir@
+libdir=$(DESTDIR)@libdir@
+includedir=$(DESTDIR)@includedir@
+docdir=$(DESTDIR)@exec_prefix@/doc
 PUB_LIB=$(LIB)
 
 ## Shared libraries
--- hdf5-1.6.9/config/commence.in.destdir	2009-04-30 20:22:31.000000000 -0600
+++ hdf5-1.6.9/config/commence.in	2009-06-02 10:47:54.591451873 -0600
@@ -54,12 +54,12 @@
 TRACE=:
 
 ## Installation points
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-bindir=@bindir@
-libdir=@libdir@
-includedir=@includedir@
-docdir=@exec_prefix@/doc
+prefix=$(DESTDIR)@prefix@
+exec_prefix=$(DESTDIR)@exec_prefix@
+bindir=$(DESTDIR)@bindir@
+libdir=$(DESTDIR)@libdir@
+includedir=$(DESTDIR)@includedir@
+docdir=$(DESTDIR)@exec_prefix@/doc
 PUB_LIB=$(LIB)
 
 ## Shared libraries

hdf5-1.6.9-norpath.patch:

--- NEW FILE hdf5-1.6.9-norpath.patch ---
--- hdf5-1.6.9/config/commence.in.norpath	2009-06-02 10:51:25.431451460 -0600
+++ hdf5-1.6.9/config/commence.in	2009-06-02 10:53:49.177511893 -0600
@@ -68,7 +68,7 @@
 LT=$(top_builddir)/libtool
 LT_COMPILE=$(LT) --mode=compile $(CC)
 LT_LINK_LIB=$(LT) --mode=link $(CC) -rpath $(libdir) $(DYNAMIC_DIRS)
-LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self -rpath $(libdir) $(DYNAMIC_DIRS)
+LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self $(DYNAMIC_DIRS)
 LT_RUN=$(LT) --mode=execute
 LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
 LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA)
--- hdf5-1.6.9/c++/config/commence.in.norpath	2009-06-02 10:51:25.430452315 -0600
+++ hdf5-1.6.9/c++/config/commence.in	2009-06-02 10:54:41.521511096 -0600
@@ -70,7 +70,7 @@
 LT=$(top_builddir)/libtool
 LT_COMPILE=$(LT) --mode=compile $(CXX)
 LT_LINK_LIB=$(LT) --mode=link $(CXX) -static -rpath $(libdir) $(DYNAMIC_DIRS)
-LT_LINK_EXE=$(LT) --mode=link $(CXX) -static $(LT_STATIC_EXEC) -dlopen self -rpath $(bindir) $(DYNAMIC_DIRS)
+LT_LINK_EXE=$(LT) --mode=link $(CXX) -static $(LT_STATIC_EXEC) -dlopen self $(DYNAMIC_DIRS)
 LT_RUN=$(LT) --mode=execute
 LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
 LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA)
--- hdf5-1.6.4/fortran/config/commence.in.BAD	2005-04-03 20:05:38.000000000 -0500
+++ hdf5-1.6.4/fortran/config/commence.in	2005-04-03 20:05:48.000000000 -0500
@@ -54,7 +54,7 @@
 LT=$(top_builddir)/libtool
 LT_CCOMPILE=$(LT) --mode=compile $(CC)
 LT_LINK_CLIB=$(LT) --mode=link $(CC) $(DYNAMIC_DIRS) $(LT_STATIC_EXEC) -rpath $(libdir)
-LT_LINK_CEXE=$(LT) --mode=link $(CC) $(DYNAMIC_DIRS) -rpath $(bindir)
+LT_LINK_CEXE=$(LT) --mode=link $(CC) $(DYNAMIC_DIRS)
 LT_RUN=$(LT) --mode=execute
 LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
 LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA)
--- hdf5-1.6.4/configure.norpath	2006-03-15 14:12:46.000000000 -0700
+++ hdf5-1.6.4/configure	2006-03-15 14:14:09.000000000 -0700
@@ -5569,7 +5569,7 @@
 
   if test "$ld_shlibs" = yes; then
     runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+    hardcode_libdir_flag_spec=''
     export_dynamic_flag_spec='${wl}--export-dynamic'
     case $host_os in
     cygwin* | mingw* | pw32*)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/EL-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	30 May 2008 21:02:51 -0000	1.6
+++ .cvsignore	2 Jun 2009 17:50:23 -0000	1.7
@@ -1 +1 @@
-hdf5-1.6.7.tar.gz
+hdf5-1.6.9.tar.gz


Index: hdf5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/EL-4/hdf5.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- hdf5.spec	16 Nov 2008 02:50:56 -0000	1.8
+++ hdf5.spec	2 Jun 2009 17:50:25 -0000	1.9
@@ -1,17 +1,16 @@
 Name: hdf5
-Version: 1.6.8
+Version: 1.6.9
 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/current16/src/%{name}-%{version}.tar.gz
-Patch1: hdf5-1.6.4-destdir.patch
-Patch2: hdf5-1.6.4-norpath.patch
+Patch1: hdf5-1.6.9-destdir.patch
+Patch2: hdf5-1.6.9-norpath.patch
 Patch5: hdf5-1.6.4-ppc.patch
 Patch7: hdf5-1.6.5-x86_64.patch
 Patch8: hdf5-1.6.5-sort.patch
-Patch10: hdf5-1.6.5-open.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: krb5-devel, openssl-devel, zlib-devel, time
 
@@ -39,7 +38,6 @@ HDF5 development headers and libraries.
 %patch5 -p1 -b .ppc
 %patch7 -p1 -b .x86_64
 %patch8 -p1 -b .sort
-%patch10 -p1 -b .open
 
 
 %build
@@ -100,6 +98,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 2 2009 Orion Poplawski <orion at cora.nwra.com> 1.6.9-1
+- Update to 1.6.9
+- Update destdir and norpath patches
+- Drop open patch fixed upstream
+- Ship h5perf
+
 * Sat Nov 15 2008 Orion Poplawski <orion at cora.nwra.com> 1.6.8-1
 - Update to 1.6.8
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hdf5/EL-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	16 Nov 2008 02:50:56 -0000	1.7
+++ sources	2 Jun 2009 17:50:25 -0000	1.8
@@ -1 +1 @@
-a822babf2810b509cc6779de739debd3  hdf5-1.6.8.tar.gz
+751eb3317a47e7c58978e1c3a13a93fc  hdf5-1.6.9.tar.gz


--- hdf5-1.6.4-destdir.patch DELETED ---


--- hdf5-1.6.4-norpath.patch DELETED ---


--- hdf5-1.6.5-open.patch DELETED ---




More information about the fedora-extras-commits mailing list