]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- updated to 1.8.6 auto/th/hdf5-1_8_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 May 2011 14:46:56 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added one more fix to link patch

Changed files:
    hdf5-link.patch -> 1.2
    hdf5.spec -> 1.41

hdf5-link.patch
hdf5.spec

index 85a62c9ab3835f451fddccb5ec7501060dbdc0c2..fe93792dce28f077edb1d9e85d16ad0cf037c50d 100644 (file)
@@ -1,3 +1,13 @@
+--- hdf5-1.8.6/c++/src/Makefile.am.orig        2011-02-14 17:23:42.000000000 +0100
++++ hdf5-1.8.6/c++/src/Makefile.am     2011-05-03 22:01:04.307748409 +0200
+@@ -28,6 +28,7 @@
+ lib_LTLIBRARIES=libhdf5_cpp.la
+ # Add libtool numbers to the HDF5 C++ library (from config/lt_vers.am)
++libhdf5_cpp_la_LIBADD=$(top_builddir)/src/libhdf5.la
+ libhdf5_cpp_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_VERS_AGE) $(AM_LDFLAGS)
+ # Shared C++ libraries aren't universally supported.
 --- hdf5-1.8.1/hl/src/Makefile.am.orig 2008-05-29 18:39:01.000000000 +0200
 +++ hdf5-1.8.1/hl/src/Makefile.am      2008-06-05 00:28:00.446476110 +0200
 @@ -27,6 +27,7 @@
index c78130e4dbf71c564e73bfc13ceb0ab4b97cd89e..96bfb6e114c7a0ffa9210e93aec0013819b3ab8e 100644 (file)
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -8,12 +8,12 @@
 Summary:       Hierarchical Data Format 5 library
 Summary(pl.UTF-8):     Biblioteka HDF5 (Hierarchical Data Format 5)
 Name:          hdf5
-Version:       1.8.5.patch1
+Version:       1.8.6
 Release:       1
 License:       Nearly BSD, but changed sources must be marked
 Group:         Libraries
-Source0:       ftp://ftp.hdfgroup.org/HDF5/current/src/%{name}-1.8.5-patch1.tar.gz
-# Source0-md5: d22a35a17877e369055ed50da5ba91fa
+Source0:       ftp://ftp.hdfgroup.org/HDF5/current/src/%{name}-%{version}.tar.gz
+# Source0-md5: bd2d369dfcf7aa0437dde6aeb8460a31
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-sig.patch
 Patch2:                %{name}-link.patch
@@ -124,7 +124,7 @@ Utilities to convert from/to HDF5 format.
 NarzÄ™dzia do konwersji z i to formatu HDF5.
 
 %prep
-%setup -q -n %{name}-1.8.5-patch1
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
This page took 0.116505 seconds and 4 git commands to generate.