Fix typo in h5fc (bz#1998879)

This commit is contained in:
Orion Poplawski 2021-08-29 21:41:34 -06:00
parent f0c9baac04
commit 298288fd68
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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 <orion@nwra.com> - 1.10.7-2
- Fix typo in h5fc (bz#1998879)
* Mon Aug 09 2021 Orion Poplawski <orion@nwra.com> - 1.10.7-1
- Update to 1.10.7