diff --git a/cernlib-soname.patch b/cernlib-soname.patch index 6006f79..3d3ae4b 100644 --- a/cernlib-soname.patch +++ b/cernlib-soname.patch @@ -23,7 +23,7 @@ #endif +#ifndef SharedLibrarySonameName -+#define SharedLibrarySonameName(name)Concat(lib,name$(TOOL_SONAME).so.$(LIB_SONAME)) ++#define SharedLibrarySonameName(name)Concat(lib,name.so.$(LIB_SONAME)$(TOOL_SONAME)) +#endif + #ifndef SharedLibraryBuild diff --git a/cernlib.spec b/cernlib.spec index df4cb4e..4f11a98 100644 --- a/cernlib.spec +++ b/cernlib.spec @@ -16,7 +16,7 @@ Name: cernlib%{?compiler} Version: 2006 -Release: 7%{?dist} +Release: 8%{?dist} Summary: General purpose CERN library and associated binaries Group: Development/Libraries # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL. @@ -1141,6 +1141,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog +* Tue Apr 24 2007 Patrice Dumas 2006-8 +- change the soname with gfortran after coordination with debian maintainer + * Tue Apr 24 2007 Patrice Dumas 2006-7 - use real cernlib lib location in cernlib debian script, don't assume that they are in %%_prefix, it is not the case on fedora