Update to 1.8.15-patch1
This commit is contained in:
parent
dc0df100d5
commit
f2a01e9908
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ hdf5-1.8.5.tar.bz2
|
||||
/hdf5_1.8.13+docs-15.debian.tar.xz
|
||||
/hdf5-1.8.15.tar.bz2
|
||||
/hdf5_1.8.14+docs-3.debian.tar.xz
|
||||
/hdf5-1.8.15-patch1.tar.bz2
|
||||
|
10
hdf5.spec
10
hdf5.spec
@ -1,13 +1,13 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
# Patch version?
|
||||
%global snaprel %{nil}
|
||||
%global snaprel -patch1
|
||||
|
||||
# NOTE: Try not to release new versions to released versions of Fedora
|
||||
# You need to recompile all users of HDF5 for each version change
|
||||
Name: hdf5
|
||||
Version: 1.8.15
|
||||
Release: 2%{?dist}
|
||||
Release: 3.patch1%{?dist}
|
||||
Summary: A general purpose library and file format for storing scientific data
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
@ -149,8 +149,7 @@ HDF5 parallel openmpi static libraries
|
||||
|
||||
|
||||
%prep
|
||||
#setup -q -n %{name}-%{version}%{?snaprel}
|
||||
%setup -q -a 2
|
||||
%setup -q -a 2 -n %{name}-%{version}%{?snaprel}
|
||||
%patch0 -p1 -b .LD_LIBRARY_PATH
|
||||
%patch2 -p1 -b .format
|
||||
%patch3 -p1 -b .ldouble-ppc64le
|
||||
@ -418,6 +417,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 8 2015 Orion Poplawski <orion@cora.nwra.com> - 1.8.15-3.patch1
|
||||
- Update to 1.8.15-patch1
|
||||
|
||||
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 1.8.15-2
|
||||
- drop unnecessary patch, issue seems fixed with gcc5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user