diff --git a/hdf5-wrappers.patch b/hdf5-wrappers.patch index 48049f9..ff721bb 100644 --- a/hdf5-wrappers.patch +++ b/hdf5-wrappers.patch @@ -83,7 +83,7 @@ diff -up hdf5-1.10.7/fortran/src/h5fc.in.wrappers hdf5-1.10.7/fortran/src/h5fc.i F9XSUFFIXFLAG="@F9XSUFFIXFLAG@" -H5BLD_LDFLAGS="@AM_LDFLAGS@ @LDFLAGS@" -H5BLD_LIBS="@LIBS@" -+H5BLD_LDFLAGS=" ++H5BLD_LDFLAGS= +H5BLD_LIBS= FC="${HDF5_FC:-$FCBASE}" diff --git a/hdf5.spec b/hdf5.spec index 2b7fb4e..c2d97a6 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -9,7 +9,7 @@ # You need to recompile all users of HDF5 for each version change Name: hdf5 Version: 1.10.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD URL: https://portal.hdfgroup.org/display/HDF5/HDF5 @@ -492,6 +492,9 @@ done %changelog +* Mon Aug 30 2021 Orion Poplawski - 1.10.7-2 +- Fix typo in h5fc (bz#1998879) + * Mon Aug 09 2021 Orion Poplawski - 1.10.7-1 - Update to 1.10.7