rpms/cernlib/devel cernlib-soname.patch, 1.1, 1.2 cernlib.spec, 1.49, 1.50

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Apr 24 19:02:38 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25799

Modified Files:
	cernlib-soname.patch cernlib.spec 
Log Message:
* Tue Apr 24 2007 Patrice Dumas <pertusus at free.fr> 2006-8
- change the soname with gfortran after coordination with debian maintainer


cernlib-soname.patch:

Index: cernlib-soname.patch
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib-soname.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cernlib-soname.patch	21 Apr 2007 14:35:24 -0000	1.1
+++ cernlib-soname.patch	24 Apr 2007 19:02:03 -0000	1.2
@@ -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


Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- cernlib.spec	24 Apr 2007 08:57:37 -0000	1.49
+++ cernlib.spec	24 Apr 2007 19:02:03 -0000	1.50
@@ -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 @@
 
 
 %changelog
+* Tue Apr 24 2007 Patrice Dumas <pertusus at free.fr> 2006-8
+- change the soname with gfortran after coordination with debian maintainer
+
 * Tue Apr 24 2007 Patrice Dumas <pertusus at free.fr> 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




More information about the fedora-extras-commits mailing list