From 611da94b055d701afc06fbefccac2be371d68b48bd60f96764e133464c30aa85 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 17 Apr 2020 14:56:44 +0000 Subject: [PATCH] - Fix .so number in baselibs.conf for libhdf5_fortran libs. OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=130 --- hdf5.changes | 5 +++++ hdf5.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hdf5.changes b/hdf5.changes index f39e76b..e8a52f0 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 17 14:54:44 UTC 2020 - Egbert Eich + +- Fix .so number in baselibs.conf for libhdf5_fortran libs. + ------------------------------------------------------------------- Thu Apr 2 07:49:26 UTC 2020 - Egbert Eich diff --git a/hdf5.spec b/hdf5.spec index 6eb2403..c90d761 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -588,7 +588,7 @@ library packages. cat > %{_sourcedir}/baselibs.conf < requires "libhdf5-%{sonum}%{?my_suffix}- = " requires "libhdf5_hl%{sonum_HL}%{?my_suffix}- = " - requires "libhdf5_fortran%{sonum_HL_F}%{?my_suffix}- = " + requires "libhdf5_fortran%{sonum_F}%{?my_suffix}- = " requires "libhdf5hl_fortran%{sonum_HL_F}%{?my_suffix}- = " requires "libhdf5_cpp%{sonum_CXX}%{?my_suffix}- = " requires "libhdf5_hl_cpp%{sonum_HL_CXX}%{?my_suffix}- = "