rpms/cernlib/devel cernlib-ppc64test.patch, NONE, 1.1 cernlib.spec, 1.51, 1.52

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon May 14 08:41:56 UTC 2007


Author: pertusus

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

Modified Files:
	cernlib.spec 
Added Files:
	cernlib-ppc64test.patch 
Log Message:
* Mon May 14 2007 Patrice Dumas <pertusus at free.fr> 2006-10
- packlib/ffread test segfaults on ppc64


cernlib-ppc64test.patch:

--- NEW FILE cernlib-ppc64test.patch ---
--- cernlib-2006/2006/src/packlib/Imakefile.ppc64test	2007-05-14 10:26:14.000000000 +0200
+++ cernlib-2006/2006/src/packlib/Imakefile	2007-05-14 10:27:42.000000000 +0200
@@ -16,7 +16,7 @@ InstallLibrary(packlib,$(CERN_LIBDIR))
 InstallLibraryAlias(packlib,packlib-shift,$(CERN_LIBDIR))
 InstallSharedLibrary(packlib,$(LIB_SONAME).$(CERN_LEVEL),$(CERN_SHLIBDIR))
 
-TestSubdirs($(LIBDIRS))
+TestSubdirs(cspack epio fatmen hbook hepdb kapack kuip minuit zbook zebra)
 
 #ifdef CERNLIB_VAXVMS
 


Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- cernlib.spec	13 May 2007 23:30:30 -0000	1.51
+++ cernlib.spec	14 May 2007 08:41:22 -0000	1.52
@@ -17,7 +17,7 @@
 
 Name:          %{?compat}cernlib%{?compiler}
 Version:       2006
-Release:       9%{?dist}
+Release:       10%{?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.
@@ -290,8 +290,11 @@
 Patch1208: cernlib-test.patch
 # don't recurse in eurodec for tests because the testcase segfaults
 Patch1210: cernlib-segf_eudtest.patch
-# kernnum test error on 64 bit
+# kernlib/kernnum packlib/{ffread hbook kuip zbook zebra} test error on 64 bit
 Patch1211: cernlib-64test.patch
+# packlib/ffread segfaults on ppc64
+Patch1212: cernlib-ppc64test.patch
+
 
 # patchy 4
 # not applied as it has allready been done by the sed one-liner in 
@@ -669,6 +672,10 @@
 %patch -P 1211 -p2 -b .64test
 %endif
 
+%ifarch ppc64
+%patch -P 1212 -p2 -b .ppc64test
+%endif
+
 # remove CVS directories
 find . -depth -type d -name CVS -exec rm -rf {} ';' 
 
@@ -1131,6 +1138,9 @@
 
 
 %changelog
+* Mon May 14 2007 Patrice Dumas <pertusus at free.fr> 2006-10
+- packlib/ffread test segfaults on ppc64
+
 * Sun May 13 2007 Patrice Dumas <pertusus at free.fr> 2006-9
 - add a compat prefix when built with g77
 - new debian patcheset




More information about the fedora-extras-commits mailing list