Accepting request 163982 from devel:libraries:c_c++

- Update to 1.8.10-patch1:
  * official important bug fixes for 1.8.10
  * see RELEASE.txt "Bug Fixes since HDF5-1.8.10" (forwarded request 163804 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/163982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2013-04-16 04:44:22 +00:00 committed by Git OBS Bridge
parent c08d405a85
commit b8dca05fe8
4 changed files with 15 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:292afb3615ad9e68f4d5d18ebb11e4a73f2aece39f2da3875a457ff1e109fc41
size 6010792

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa6e6b37b7976edac860732b87c50370e3beba3ae784d05f16f298c033a45a44
size 6024645

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 12 19:25:06 UTC 2013 - sweet_f_a@gmx.de
- Update to 1.8.10-patch1:
* official important bug fixes for 1.8.10
* see RELEASE.txt "Bug Fixes since HDF5-1.8.10"
-------------------------------------------------------------------
Sun Nov 18 12:31:34 UTC 2012 - sweet_f_a@gmx.de

View File

@ -28,15 +28,17 @@
%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
# rpm may not like this original version number
%define xversion 1.8.10-patch1
Name: hdf5
Version: 1.8.10
Version: 1.8.10.patch1
Release: 0
Summary: A general purpose library and file format for storing scientific data
License: BSD-3-Clause
Group: Development/Libraries/Other
Url: http://www.hdfgroup.org/HDF5/
Source0: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{version}%{?snaprel}.tar.bz2
Source0: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%{xversion}/src/hdf5-%{xversion}.tar.bz2
Patch0: hdf5-LD_LIBRARY_PATH.patch
Patch1: hdf5-non_void_return.patch
# fix broken printf call, sent upstream
@ -274,7 +276,7 @@ This package provides the static libraries.
%endif
%prep
%setup -q
%setup -q -n %{name}-%{xversion}
%patch0 -p1 -b .LD_LIBRARY_PATH
%patch1 -p0 -b .non_void_return
%patch2 -p0 -b .fix_printf