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

@@ -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