rpms/cernlib-g77/devel cernlib-217-abend-on-mathlib-test-failure.dpatch, NONE, 1.1 .cvsignore, 1.5, 1.6 cernlib-102-dont-optimize-some-code.dpatch, 1.2, 1.3 cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch, 1.1, 1.2 cernlib-304-update-Imake-config-files.dpatch, 1.2, 1.3 cernlib-321-support-gfortran.dpatch, 1.2, 1.3 cernlib-800-implement-shared-library-rules-in-Imake.dpatch, 1.1, 1.2 cernlib-g77.spec, 1.8, 1.9 paw-108-quote-protect-comis-script.dpatch, 1.1, 1.2 paw-200-comis-allow-special-chars-in-path.dpatch, 1.1, 1.2 paw-211-support-amd64-and-itanium.dpatch, 1.1, 1.2 paw-308-use-canonical-cfortran-location.dpatch, 1.1, 1.2 paw-320-support-ifort-and-gfortran.dpatch, 1.1, 1.2 paw-803-link-binaries-dynamically.dpatch, 1.1, 1.2 paw-804-workaround-for-comis-mdpool-struct-location.dpatch, 1.1, 1.2 sources, 1.5, 1.6

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Feb 25 08:34:36 UTC 2008


Author: pertusus

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

Modified Files:
	.cvsignore cernlib-102-dont-optimize-some-code.dpatch 
	cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch 
	cernlib-304-update-Imake-config-files.dpatch 
	cernlib-321-support-gfortran.dpatch 
	cernlib-800-implement-shared-library-rules-in-Imake.dpatch 
	cernlib-g77.spec paw-108-quote-protect-comis-script.dpatch 
	paw-200-comis-allow-special-chars-in-path.dpatch 
	paw-211-support-amd64-and-itanium.dpatch 
	paw-308-use-canonical-cfortran-location.dpatch 
	paw-320-support-ifort-and-gfortran.dpatch 
	paw-803-link-binaries-dynamically.dpatch 
	paw-804-workaround-for-comis-mdpool-struct-location.dpatch 
	sources 
Added Files:
	cernlib-217-abend-on-mathlib-test-failure.dpatch 
Log Message:
* Sun Feb 24 2008 Patrice Dumas <pertusus at free.fr> 2006-25
- new cernlib and paw patchsets



--- NEW FILE cernlib-217-abend-on-mathlib-test-failure.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 217-abend-on-mathlib-test-failure.dpatch by Kevin B. McCarty <kmccarty at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Force mathlib test program to exit non-zero if any test fails.

@DPATCH@
diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/tests/main.F cernlib-2006.dfsg.2/src/mathlib/gen/tests/main.F
--- cernlib-2006.dfsg.2~/src/mathlib/gen/tests/main.F	1996-09-17 01:53:22.000000000 -0700
+++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/main.F	2008-02-22 12:24:43.000000000 -0800
@@ -332,5 +332,7 @@
 #endif
 C     Close output streams
       IF (LOUT .NE. 6) CLOSE(UNIT=LOUT)
+C     Exit non-zero if any test failed           
+      IF (NFAIL .NE. 0) CALL EXITF(1)
       STOP
       END


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Jan 2008 16:00:02 -0000	1.5
+++ .cvsignore	25 Feb 2008 08:33:58 -0000	1.6
@@ -1,6 +1,6 @@
 2006_src-free.tar.gz
-mclibs_2006.dfsg.2-3.diff.gz
-cernlib_2006.dfsg.2-6.diff.gz
 patchy.tar.gz
 geant321_3.21.14.dfsg-6.diff.gz
-paw_2.14.04.dfsg.2-1.diff.gz
+mclibs_2006.dfsg.2-3.diff.gz
+paw_2.14.04.dfsg.2-2.diff.gz
+cernlib_2006.dfsg.2-11.diff.gz


Index: cernlib-102-dont-optimize-some-code.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-102-dont-optimize-some-code.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cernlib-102-dont-optimize-some-code.dpatch	13 Jan 2008 16:00:02 -0000	1.2
+++ cernlib-102-dont-optimize-some-code.dpatch	25 Feb 2008 08:33:58 -0000	1.3
@@ -8,7 +8,7 @@
 @DPATCH@
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/Imakefile cernlib-2006.dfsg.2/src/mathlib/gen/c/Imakefile
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/c/Imakefile	1999-09-24 07:27:41.000000000 -0700
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/c/Imakefile	2008-01-10 12:51:30.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/Imakefile	2008-02-22 12:06:26.000000000 -0800
 @@ -117,3 +117,8 @@
  SpecialFortranLibObjectRule(nzerfz64,nzerfz64,-O,NullParameter)
  SpecialFortranLibObjectRule(wclbes,wclbes,-O,NullParameter)
@@ -20,7 +20,7 @@
 +#endif
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/d/Imakefile cernlib-2006.dfsg.2/src/mathlib/gen/d/Imakefile
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/d/Imakefile	1996-06-12 08:25:38.000000000 -0700
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/d/Imakefile	2008-01-10 12:44:29.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/d/Imakefile	2008-02-22 12:06:26.000000000 -0800
 @@ -19,6 +19,11 @@
  SRCS_F:= $(SRCS_F) cgauss64.F dgquad.F dgset.F gauss64.F minfc64.F \ @@\
  	rcauch.F rdeqbs.F rdeqmr.F rderiv.F rfrdh1.F rgmlt.F rkstp64.F \ @@\
@@ -52,7 +52,7 @@
  SubdirLibraryTarget(NullParameter,NullParameter)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/e/Imakefile cernlib-2006.dfsg.2/src/mathlib/gen/e/Imakefile
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/e/Imakefile	1996-05-01 06:21:54.000000000 -0700
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/e/Imakefile	2008-01-10 12:44:29.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/e/Imakefile	2008-02-22 12:06:26.000000000 -0800
 @@ -12,6 +12,11 @@
  
  #if defined(CERNLIB_DOUBLE)
@@ -65,9 +65,22 @@
  #else
  SRCS_F:= $(SRCS_F) chsum128.F rchebn.F rcspln128.F
  #endif
+diff -urNad cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/tcgen/Imakefile cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/tcgen/Imakefile
+--- cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/tcgen/Imakefile	1997-02-04 09:36:14.000000000 -0800
++++ cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/tcgen/Imakefile	2008-02-22 12:08:44.000000000 -0800
+@@ -63,4 +63,9 @@
+ SRCS_F := $(SRCS_F) chtoi.F itoch.F
+ #endif
+ 
++#if defined(CERNLIB_GFORTRAN)
++/* -O2 optimization causes miscompiled code in gfortran 4.3 on ia64 */
++SpecialFortranLibObjectRule(tlsc,tlsc,-O0,NullParameter)
++#endif
++
+ SubdirLibraryTarget(NullParameter,NullParameter)
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/kernlib/kernnum/c204fort/Imakefile cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/c204fort/Imakefile
 --- cernlib-2006.dfsg.2~/src/packlib/kernlib/kernnum/c204fort/Imakefile	1996-06-10 03:20:57.000000000 -0700
-+++ cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/c204fort/Imakefile	2008-01-10 12:44:29.000000000 -0800
++++ cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/c204fort/Imakefile	2008-02-22 12:06:26.000000000 -0800
 @@ -14,6 +14,11 @@
  FDEBUGFLAGS=+O1
  #endif
@@ -82,7 +95,7 @@
  SubdirLibraryTarget(NullParameter,NullParameter)
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/kernlib/kernnum/g900fort/Imakefile cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/g900fort/Imakefile
 --- cernlib-2006.dfsg.2~/src/packlib/kernlib/kernnum/g900fort/Imakefile	1996-06-12 03:04:36.000000000 -0700
-+++ cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/g900fort/Imakefile	2008-01-10 12:44:29.000000000 -0800
++++ cernlib-2006.dfsg.2/src/packlib/kernlib/kernnum/g900fort/Imakefile	2008-02-22 12:06:26.000000000 -0800
 @@ -4,6 +4,11 @@
  FDEBUGFLAGS=NoOpFortranDebugFlags
  #endif


Index: cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch	13 Jan 2008 16:00:02 -0000	1.1
+++ cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -7,9 +7,31 @@
 ## DP: see, e.g., http://gcc.gnu.org/ml/fortran/2007-10/msg00096.html etc.
 
 @DPATCH@
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/algama.F cernlib-2006.dfsg.2/src/mathlib/gen/c/algama.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/algama.F	1996-04-01 07:01:54.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/algama.F	2008-01-29 10:02:41.000000000 -0800
+@@ -10,6 +10,7 @@
+ #if (defined(CERNLIB_DOUBLE))&&(!defined(CERNLIB_IBM))
+       FUNCTION ALGAMA(X)
+       DOUBLE PRECISION DLGAMA,D
++      EXTERNAL DLGAMA
+ 
+       ENTRY ALOGAM(X)
+ 
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/alogam.F cernlib-2006.dfsg.2/src/mathlib/gen/c/alogam.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/alogam.F	1996-04-01 07:01:54.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/alogam.F	2008-01-29 10:03:54.000000000 -0800
+@@ -9,6 +9,7 @@
+ #include "gen/pilot.h"
+ #if (defined(CERNLIB_DOUBLE))&&(defined(CERNLIB_IBM))
+       FUNCTION ALOGAM(X)
++      EXTERNAL ALGAMA
+       ALOGAM = ALGAMA(X)
+       END
+ #endif
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/bsja64.F cernlib-2006.dfsg.2/src/mathlib/gen/c/bsja64.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/c/bsja64.F	1996-04-01 07:02:08.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/c/bsja64.F	2008-01-09 16:06:48.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/bsja64.F	2008-01-29 10:00:11.000000000 -0800
 @@ -21,9 +21,11 @@
  #if defined(CERNLIB_DOUBLE)
        PARAMETER (NAMEJ = 'BSJA/DBSJA',
@@ -24,7 +46,7 @@
        DIMENSION B(0:*),BA(0:100),RR(0:100)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/cbsja64.F cernlib-2006.dfsg.2/src/mathlib/gen/c/cbsja64.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/c/cbsja64.F	1996-04-01 07:02:09.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/c/cbsja64.F	2008-01-09 16:08:36.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/cbsja64.F	2008-01-29 10:00:11.000000000 -0800
 @@ -21,9 +21,11 @@
        CHARACTER NAME*(*)
  #if defined(CERNLIB_DOUBLE)
@@ -37,9 +59,50 @@
  #endif
        LOGICAL LER
        DIMENSION CB(0:*),CBA(0:100),RR(0:100)
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/dlogam.F cernlib-2006.dfsg.2/src/mathlib/gen/c/dlogam.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/dlogam.F	1996-04-01 07:01:55.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/dlogam.F	2008-01-29 10:04:25.000000000 -0800
+@@ -9,6 +9,7 @@
+ #include "gen/pilot.h"
+ #if defined(CERNLIB_IBM)
+       FUNCTION DLOGAM(X)
++      EXTERNAL DLGAMA
+ #include "gen/imp64.inc"
+       DLOGAM = DLGAMA(X)
+       END
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/gagnc64.F cernlib-2006.dfsg.2/src/mathlib/gen/c/gagnc64.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/gagnc64.F	1996-04-01 07:02:05.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/gagnc64.F	2008-01-29 10:04:48.000000000 -0800
+@@ -25,9 +25,11 @@
+       CHARACTER NAME*(*)
+       CHARACTER*80 ERRTXT
+ #if !defined(CERNLIB_DOUBLE)
++      EXTERNAL ALGAMA
+       PARAMETER (NAME = 'RGAGNC')
+ #endif
+ #if defined(CERNLIB_DOUBLE)
++      EXTERNAL DLGAMA
+       PARAMETER (NAME = 'RGAGNC/DGAGNC')
+ #endif
+ 
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/gapnc64.F cernlib-2006.dfsg.2/src/mathlib/gen/c/gapnc64.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/gapnc64.F	1996-04-01 07:02:05.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/gapnc64.F	2008-01-29 10:03:35.000000000 -0800
+@@ -24,9 +24,11 @@
+       CHARACTER NAME*(*)
+       CHARACTER*80 ERRTXT
+ #if !defined(CERNLIB_DOUBLE)
++      EXTERNAL ALGAMA
+       PARAMETER (NAME = 'RGAPNC')
+ #endif
+ #if defined(CERNLIB_DOUBLE)
++      EXTERNAL DLGAMA
+       PARAMETER (NAME = 'RGAPNC/DGAPNC')
+ #endif
+       PARAMETER (EPS = 5D-14)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/rrizet64.F cernlib-2006.dfsg.2/src/mathlib/gen/c/rrizet64.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/c/rrizet64.F	1996-04-01 07:02:00.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/c/rrizet64.F	2008-01-09 16:10:08.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/rrizet64.F	2008-01-29 10:00:11.000000000 -0800
 @@ -14,12 +14,14 @@
  C
        CHARACTER*(*) NAME
@@ -57,7 +120,7 @@
        DIMENSION P1(0:8),P2(0:8),P3(0:9),P4(0:8)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/g/gamdis.F cernlib-2006.dfsg.2/src/mathlib/gen/g/gamdis.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/g/gamdis.F	1996-04-01 07:02:43.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/g/gamdis.F	2008-01-09 16:11:13.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/g/gamdis.F	2008-01-29 10:00:11.000000000 -0800
 @@ -28,6 +28,8 @@
        PARAMETER (Z1 = 1, HALF = Z1/2, QUAR = Z1/4)
        PARAMETER (C1 = 3*Z1/2, KMAX = 300)
@@ -69,7 +132,7 @@
       2 -0.0096220, 0.0072189,-0.0011652,-0.0002152, 0.0001281,
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/tests/c302m.F cernlib-2006.dfsg.2/src/mathlib/gen/tests/c302m.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/tests/c302m.F	1996-04-01 07:01:13.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/c302m.F	2008-01-09 16:04:33.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/c302m.F	2008-01-29 10:00:11.000000000 -0800
 @@ -36,6 +36,7 @@
  #include "gen/imp64.inc"
  
@@ -78,9 +141,28 @@
        CHARACTER*6 TFUNC(2)
  #include "iorc.inc"
  C
+diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/tests/c310m.F cernlib-2006.dfsg.2/src/mathlib/gen/tests/c310m.F
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/tests/c310m.F	1996-04-01 07:01:14.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/c310m.F	2008-01-29 10:02:19.000000000 -0800
+@@ -36,6 +36,7 @@
+ 
+ #include "imp64r.inc"
+       REAL  ALGAMA
++      EXTERNAL ALGAMA
+ C     Set maximum error allowed for test to be considered successful
+       DIMENSION TOL(2),TOLIBM(2)
+ 
+@@ -50,6 +51,7 @@
+ #if defined(CERNLIB_DOUBLE)
+       DIMENSION  Y(7),T(7)
+       REAL            RT(7)
++      EXTERNAL DLGAMA
+ #endif
+ #if !defined(CERNLIB_DOUBLE)
+       REAL       Y(7),T(7)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/tests/e408m.F cernlib-2006.dfsg.2/src/mathlib/gen/tests/e408m.F
 --- cernlib-2006.dfsg.2~/src/mathlib/gen/tests/e408m.F	1998-11-05 02:41:34.000000000 -0800
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/e408m.F	2008-01-09 16:04:33.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/tests/e408m.F	2008-01-29 10:00:11.000000000 -0800
 @@ -44,6 +44,12 @@
        DATA TXT(2) /'EXP(-X**2)  (-1 <= X <= 1)  LUKE 3.2.2(8)'/
        DATA TXT(3) /'J_1(X)      (-1 <= X <= 1)  LUKE 9.7(7)'/


Index: cernlib-304-update-Imake-config-files.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-304-update-Imake-config-files.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cernlib-304-update-Imake-config-files.dpatch	13 Jan 2008 16:00:02 -0000	1.2
+++ cernlib-304-update-Imake-config-files.dpatch	25 Feb 2008 08:33:58 -0000	1.3
@@ -14,9 +14,9 @@
 -/* $Id$
 - *
 - * $Log$
-- * Revision 1.2  2008/01/13 16:00:02  pertusus
-- * * Sun Jan 13 2008 Patrice Dumas <pertusus at free.fr> 2006-23
-- * - new cernlib debian patcheset
+- * Revision 1.3  2008/02/25 08:33:58  pertusus
+- * * Sun Feb 24 2008 Patrice Dumas <pertusus at free.fr> 2006-25
+- * - new cernlib and paw patchsets
 - *
 - * Revision 1.6  2006/09/15 09:34:47  mclareni
 - * Submitted mods for gcc4/gfortran and MacOSX, corrected to work also on slc4 with gcc3.4 and 4.1
@@ -1926,10 +1926,10 @@
  # define FortranSaveFlags       -fno-automatic
 -# define OptimisedFortranFlags  -O0 -g -funroll-loops -fomit-frame-pointer
 -# define DefaultFCOptions       -fno-second-underscore
-+# define OptimisedFortranFlags  OptimizedCDebugFlags -funroll-loops
++# define OptimisedFortranFlags  OptimizedCDebugFlags /* -funroll-loops */
 +/* Remove -fomit-frame-pointer since -O implies it and it inhibits debugging */
 +# ifndef DefaultFCOptions
-+# define DefaultFCOptions       -fno-automatic -fno-second-underscore
++# define DefaultFCOptions       -fno-range-check -fno-automatic -fno-second-underscore
 +# endif
  # define NoOpFortranDebugFlags  -O0
 -# define CernlibSystem          -DCERNLIB_LINUX -DCERNLIB_UNIX -DCERNLIB_LNX -DCERNLIB_QMGLIBC -DCERNLIB_GFORTRAN


Index: cernlib-321-support-gfortran.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-321-support-gfortran.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cernlib-321-support-gfortran.dpatch	13 Jan 2008 16:00:02 -0000	1.2
+++ cernlib-321-support-gfortran.dpatch	25 Feb 2008 08:33:58 -0000	1.3
@@ -2,12 +2,15 @@
 ## 321-support-gfortran.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Support compilation with gfortran.  Patch thanks to Harald Vogt
+## DP: Support compilation with gfortran.  Patch thanks to Harald Vogt, plus:
+## DP: - Extra hack to IOSTAT EOF return value to support gfortran-4.3.
+## DP: - Work around gfortran's refusal to initialize 4-byte integer with
+## DP:   unsigned constant > 0x7fffffff.
 
 @DPATCH@
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/c/rteq464.F cernlib-2006.dfsg.2/src/mathlib/gen/c/rteq464.F
---- cernlib-2006.dfsg.2~/src/mathlib/gen/c/rteq464.F	1996-04-01 10:01:53.000000000 -0500
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/c/rteq464.F	2007-08-08 13:52:08.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/c/rteq464.F	1996-04-01 07:01:53.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/c/rteq464.F	2008-02-11 15:40:44.000000000 -0800
 @@ -45,7 +45,16 @@
           MT=3
           Z(1)=SQRT(SQRT(-D))
@@ -48,8 +51,8 @@
        W3=0
        IF(W1*W2 .NE. 0) W3=-Q/(8*W1*W2)
 diff -urNad cernlib-2006.dfsg.2~/src/mathlib/gen/v/nranf.F cernlib-2006.dfsg.2/src/mathlib/gen/v/nranf.F
---- cernlib-2006.dfsg.2~/src/mathlib/gen/v/nranf.F	1996-04-01 10:02:54.000000000 -0500
-+++ cernlib-2006.dfsg.2/src/mathlib/gen/v/nranf.F	2007-08-08 13:52:08.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/mathlib/gen/v/nranf.F	1996-04-01 07:02:54.000000000 -0800
++++ cernlib-2006.dfsg.2/src/mathlib/gen/v/nranf.F	2008-02-11 15:40:44.000000000 -0800
 @@ -14,10 +14,12 @@
        VECTOR(I) = RNDM(I)
    100 CONTINUE
@@ -66,8 +69,8 @@
        RETURN
        END
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/hbook/chbook/Imakefile cernlib-2006.dfsg.2/src/packlib/hbook/chbook/Imakefile
---- cernlib-2006.dfsg.2~/src/packlib/hbook/chbook/Imakefile	1999-11-15 08:25:58.000000000 -0500
-+++ cernlib-2006.dfsg.2/src/packlib/hbook/chbook/Imakefile	2007-08-08 13:52:08.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/packlib/hbook/chbook/Imakefile	1999-11-15 05:25:58.000000000 -0800
++++ cernlib-2006.dfsg.2/src/packlib/hbook/chbook/Imakefile	2008-02-11 15:40:44.000000000 -0800
 @@ -13,7 +13,19 @@
  #endif
  
@@ -89,8 +92,8 @@
  
  SubdirLibraryTarget(NullParameter,NullParameter)
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile
---- cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile	2006-09-04 08:32:59.000000000 -0400
-+++ cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile	2007-08-08 13:52:08.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile	2006-09-04 05:32:59.000000000 -0700
++++ cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/Imakefile	2008-02-11 15:40:44.000000000 -0800
 @@ -1,6 +1,6 @@
  
 -SRCS_F= irndm.F qnext.F rdmin.F
@@ -101,8 +104,8 @@
  
  SubdirLibraryTarget(NullParameter,NullParameter)
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F
---- cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F	1969-12-31 19:00:00.000000000 -0500
-+++ cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F	2007-08-08 13:53:38.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F	1969-12-31 16:00:00.000000000 -0800
++++ cernlib-2006.dfsg.2/src/packlib/kernlib/kerngen/unix/gfortgs/kernlibgetarg.F	2008-02-11 15:40:44.000000000 -0800
 @@ -0,0 +1,19 @@
 +*     Wrapper GETARG routine for gfortran,
 +*     originally written by Harald Vogt <hvogt at ifh.de>
@@ -124,8 +127,8 @@
 +      END
 + 
 diff -urNad cernlib-2006.dfsg.2~/src/packlib/kuip/kuip/kfor.h cernlib-2006.dfsg.2/src/packlib/kuip/kuip/kfor.h
---- cernlib-2006.dfsg.2~/src/packlib/kuip/kuip/kfor.h	2006-09-15 05:35:30.000000000 -0400
-+++ cernlib-2006.dfsg.2/src/packlib/kuip/kuip/kfor.h	2007-08-08 13:54:14.000000000 -0400
+--- cernlib-2006.dfsg.2~/src/packlib/kuip/kuip/kfor.h	2006-09-15 02:35:30.000000000 -0700
++++ cernlib-2006.dfsg.2/src/packlib/kuip/kuip/kfor.h	2008-02-11 15:40:44.000000000 -0800
 @@ -1031,7 +1031,7 @@
  #if !defined(CERNLIB_GFORTRAN)
  #define  Getarg           F77_NAME(getarg,GETARG)
@@ -135,3 +138,20 @@
  #endif
                   extern SUBROUTINE Getarg;
  #define  Goparm           F77_NAME(goparm,GOPARM)
+diff -urNad cernlib-2006.dfsg.2~/src/packlib/zebra/fq/fzdaeof.inc cernlib-2006.dfsg.2/src/packlib/zebra/fq/fzdaeof.inc
+--- cernlib-2006.dfsg.2~/src/packlib/zebra/fq/fzdaeof.inc	2006-09-15 02:35:31.000000000 -0700
++++ cernlib-2006.dfsg.2/src/packlib/zebra/fq/fzdaeof.inc	2008-02-11 15:40:44.000000000 -0800
+@@ -46,8 +46,12 @@
+ #elif defined(CERNLIB_WINDOWS)
+ *    only valid for dec fortran (e.g. not f2c + microsoft c)
+       PARAMETER    (IOSEOF = 36)
+-#elif defined(CERNLIB_GFORTRAN)
++#elif defined(CERNLIB_GFORTRAN) && defined(__GNUC__) && defined(__GNUC_MINOR__)
++# if (__GNUC__ > 4 || __GNUC_MINOR__ >= 3)
++      PARAMETER    (IOSEOF = 5002)
++# else
+       PARAMETER    (IOSEOF = 3)
++# endif
+ #elif 1
+       PARAMETER    (IOSEOF = -1)
+ #endif


Index: cernlib-800-implement-shared-library-rules-in-Imake.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-800-implement-shared-library-rules-in-Imake.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cernlib-800-implement-shared-library-rules-in-Imake.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ cernlib-800-implement-shared-library-rules-in-Imake.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -84,7 +84,7 @@
 +#elif defined(LinuxArchitecture) /* added by Kevin McCarty
 +				    for Debian, 15 May 2002 */
 +#ifndef SharedLibraryTargetName
-+#define SharedLibraryTargetName(name)Concat(lib,name.so.$(LIB_SONAME).$(CERN_LEVEL))
++#define SharedLibraryTargetName(name)Concat(lib,name.so.$(LIB_SONAME)$(TOOL_NAME).$(CERN_LEVEL))
 +#endif
 +
 +#ifndef SharedLibrarySonameName


Index: cernlib-g77.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-g77.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cernlib-g77.spec	19 Feb 2008 18:02:54 -0000	1.8
+++ cernlib-g77.spec	25 Feb 2008 08:33:58 -0000	1.9
@@ -55,7 +55,7 @@
 
 Name:          %{?compat}cernlib%{?compiler}
 Version:       2006
-Release:       24%{?dist}
+Release:       25%{?dist}
 Summary:       General purpose CERN library
 Group:         Development/Libraries
 # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -138,8 +138,8 @@
 Source204: cernlib-debian-copyright.in
 
 # debian patchsets
-Patch100001: http://ftp.de.debian.org/debian/pool/main/c/cernlib/cernlib_2006.dfsg.2-6.diff.gz
-Patch100002: http://ftp.debian.org/debian/pool/main/p/paw/paw_2.14.04.dfsg.2-1.diff.gz
+Patch100001: http://ftp.de.debian.org/debian/pool/main/c/cernlib/cernlib_2006.dfsg.2-11.diff.gz
+Patch100002: http://ftp.debian.org/debian/pool/main/p/paw/paw_2.14.04.dfsg.2-2.diff.gz
 Patch100003: http://ftp.de.debian.org/debian/pool/main/m/mclibs/mclibs_2006.dfsg.2-3.diff.gz
 Patch100004: http://ftp.de.debian.org/debian/pool/main/g/geant321/geant321_3.21.14.dfsg-6.diff.gz
 # change file to directory to DATADIR
@@ -218,6 +218,7 @@
 # not in latest debian cernlib and doesn't seems to be useful on fedora
 #Patch215: cernlib-215-work-around-g77-bug-on-ia64.dpatch
 Patch216: cernlib-216-use-cernlib-gamma-not-intrinsic.dpatch
+Patch217: cernlib-217-abend-on-mathlib-test-failure.dpatch
 Patch300: cernlib-300-skip-duplicate-lenocc.dpatch
 # Use another approach, see cernlib-enforce-FHS
 # Patch33: 301-datafiles-comply-with-FHS.dpatch
@@ -610,12 +611,14 @@
 %patch -P 21101 -p1
 %patch -P 21102 -p1
 %patch -P 2111 -p1
+%patch -P 212 -p1
 %patch -P 21301 -p1
 %patch -P 21302 -p1
 %patch -P 21303 -p1
 %patch -P 214 -p1
 #%patch -P 215 -p1
 %patch -P 216 -p1
+%patch -P 217 -p1
 %patch -P 300 -p1
 #%patch -P 301 -p1
 #%patch -P 302 -p1
@@ -800,7 +803,9 @@
 # incompatible for functions.
 %if %{with gfortran}
 TOOL_SONAME=_gfortran
+TOOL_NAME=_gfortran
 export TOOL_SONAME
+export TOOL_NAME
 %endif
 
 # set the CERN and CERN_LEVEL environment variables in shell scripts
@@ -1137,7 +1142,7 @@
 %{__install} -d -m755 %{buildroot}/%{_datadir}/X11/app-defaults
 %{__install} -p -m644 ../../*/debian/add-ons/app-defaults/* %{buildroot}/%{_datadir}/X11/app-defaults/
 
-sed -e 's/Exec=paw++/Exec=paw++%{?compiler_string}/' -e 's/PAW++/PAW++%{?compiler_string}/' \
+sed -e 's/Exec=paw++/Exec=paw++%{?compiler_string}/' -e 's/Paw++/Paw++%{?compiler_string}/' \
  ../../paw*/debian/add-ons/misc/paw++.desktop > paw++%{?compiler_string}.desktop
 desktop-file-install --vendor="fedora"               \
   --dir=%{buildroot}/%{_datadir}/applications         \
@@ -1426,8 +1431,8 @@
 %endif
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2006-24
-- Autorebuild for GCC 4.3
+* Sun Feb 24 2008 Patrice Dumas <pertusus at free.fr> 2006-25
+- new cernlib and paw patchsets
 
 * Sun Jan 13 2008 Patrice Dumas <pertusus at free.fr> 2006-23
 - new cernlib debian patcheset


Index: paw-108-quote-protect-comis-script.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-108-quote-protect-comis-script.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-108-quote-protect-comis-script.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-108-quote-protect-comis-script.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -2,7 +2,7 @@
 ## 108-quote-protect-comis-script.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Try to be whitespace-safe in script generated at runtime by COMIS.
 
 @DPATCH@
 diff -urNad cernlib-2005.05.09/src/pawlib/comis/code/cscrexec.F /tmp/dpep.tIRzzG/cernlib-2005.05.09/src/pawlib/comis/code/cscrexec.F


Index: paw-200-comis-allow-special-chars-in-path.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-200-comis-allow-special-chars-in-path.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-200-comis-allow-special-chars-in-path.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-200-comis-allow-special-chars-in-path.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -2,7 +2,7 @@
 ## 200-comis-allow-special-chars-in-path.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Allow certain additional characters in paths to COMIS macros.
 
 @DPATCH@
 diff -urNad cernlib-2005.05.09/src/pawlib/paw/code/pawfca.F /tmp/dpep.gkT1Y2/cernlib-2005.05.09/src/pawlib/paw/code/pawfca.F


Index: paw-211-support-amd64-and-itanium.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-211-support-amd64-and-itanium.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-211-support-amd64-and-itanium.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-211-support-amd64-and-itanium.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -166,7 +166,7 @@
 --- paw-2.14.04~/src/pawlib/comis/code/csitgpl.F	1969-12-31 19:00:00.000000000 -0500
 +++ paw-2.14.04/src/pawlib/comis/code/csitgpl.F	2006-09-08 14:44:11.808264160 -0400
 @@ -0,0 +1,32 @@
-+* Comis
++* COMIS
 +*
 +*
 +#if (defined(CERNLIB_QMLXIA64))
@@ -306,7 +306,7 @@
 --- paw-2.14.04~/src/pawlib/comis/code/csrtgpl.F	1969-12-31 19:00:00.000000000 -0500
 +++ paw-2.14.04/src/pawlib/comis/code/csrtgpl.F	2006-09-08 14:44:11.808264160 -0400
 @@ -0,0 +1,31 @@
-+* Comis
++* COMIS
 +*
 +*
 +#if (defined(CERNLIB_QMLXIA64))


Index: paw-308-use-canonical-cfortran-location.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-308-use-canonical-cfortran-location.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-308-use-canonical-cfortran-location.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-308-use-canonical-cfortran-location.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -2,7 +2,7 @@
 ## 308-use-canonical-cfortran-location.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: All code compiled at Cernlib build-time should look for cfortran.h
+## DP: All code compiled at CERNLIB build-time should look for cfortran.h
 ## DP: at <cfortran/cfortran.h>.
 
 @DPATCH@


Index: paw-320-support-ifort-and-gfortran.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-320-support-ifort-and-gfortran.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-320-support-ifort-and-gfortran.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-320-support-ifort-and-gfortran.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -5,9 +5,9 @@
 ## DP: Support use of ifort, icc and/or gfortran as default compilers.
 
 @DPATCH@
-diff -urNad paw-2.14.04~/src/pawlib/comis/code/csinit.F paw-2.14.04/src/pawlib/comis/code/csinit.F
---- paw-2.14.04~/src/pawlib/comis/code/csinit.F	2006-09-07 17:57:19.881356063 -0400
-+++ paw-2.14.04/src/pawlib/comis/code/csinit.F	2006-09-07 18:04:23.085153626 -0400
+diff -urNad paw-2.14.04.dfsg.2~/src/pawlib/comis/code/csinit.F paw-2.14.04.dfsg.2/src/pawlib/comis/code/csinit.F
+--- paw-2.14.04.dfsg.2~/src/pawlib/comis/code/csinit.F	2007-12-12 23:52:57.000000000 +0000
++++ paw-2.14.04.dfsg.2/src/pawlib/comis/code/csinit.F	2007-12-12 23:52:59.000000000 +0000
 @@ -217,8 +217,18 @@
  #endif
  #if (defined(CERNLIB_LINUX))
@@ -27,9 +27,57 @@
  #endif
  #if (defined(CERNLIB_SGI))&&(defined(CERNLIB_SHL))
        ITMPLEN=CSTMPD(CHPATH, 256)
-diff -urNad paw-2.14.04~/src/pawlib/paw/ntuple/Imakefile paw-2.14.04/src/pawlib/paw/ntuple/Imakefile
---- paw-2.14.04~/src/pawlib/paw/ntuple/Imakefile	2006-09-07 17:57:19.916348611 -0400
-+++ paw-2.14.04/src/pawlib/paw/ntuple/Imakefile	2006-09-07 17:57:35.628002463 -0400
+diff -urNad paw-2.14.04.dfsg.2~/src/pawlib/comis/deccc/Imakefile paw-2.14.04.dfsg.2/src/pawlib/comis/deccc/Imakefile
+--- paw-2.14.04.dfsg.2~/src/pawlib/comis/deccc/Imakefile	2005-04-18 15:41:06.000000000 +0000
++++ paw-2.14.04.dfsg.2/src/pawlib/comis/deccc/Imakefile	2007-12-12 23:55:32.000000000 +0000
+@@ -45,8 +45,12 @@
+ #endif
+ 
+ #if defined(CERNLIB_LINUX)
++#if defined(CERNLIB_GFORTRAN)
++EXTRA_DEFINES := $(EXTRA_DEFINES) -DgFortran
++#else
+ EXTRA_DEFINES := $(EXTRA_DEFINES) -Df2cFortran
+ #endif
++#endif
+ 
+ #if defined(CERNLIB_SUN) && !defined(CERNLIB_SOLARIS)
+ CCOPTIONS=
+diff -urNad paw-2.14.04.dfsg.2~/src/pawlib/paw/cpaw/Imakefile paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/Imakefile
+--- paw-2.14.04.dfsg.2~/src/pawlib/paw/cpaw/Imakefile	1999-06-28 15:28:22.000000000 +0000
++++ paw-2.14.04.dfsg.2/src/pawlib/paw/cpaw/Imakefile	2007-12-12 23:56:19.000000000 +0000
+@@ -15,8 +15,12 @@
+ #endif
+ 
+ #if defined(CERNLIB_LINUX)
++#if defined(CERNLIB_GFORTRAN)
++EXTRA_DEFINES := $(EXTRA_DEFINES) -DgFortran
++#else
+ EXTRA_DEFINES := $(EXTRA_DEFINES) -Df2cFortran
+ #endif
++#endif
+ 
+ #if defined(CERNLIB_BUGREPORT)
+ SRCS_C := $(SRCS_C) bugrep.c
+diff -urNad paw-2.14.04.dfsg.2~/src/pawlib/paw/mlpfit/Imakefile paw-2.14.04.dfsg.2/src/pawlib/paw/mlpfit/Imakefile
+--- paw-2.14.04.dfsg.2~/src/pawlib/paw/mlpfit/Imakefile	2000-04-28 14:12:13.000000000 +0000
++++ paw-2.14.04.dfsg.2/src/pawlib/paw/mlpfit/Imakefile	2007-12-12 23:57:04.000000000 +0000
+@@ -9,8 +9,12 @@
+ #endif
+ 
+ #if defined(CERNLIB_LINUX)
++#if defined(CERNLIB_GFORTRAN)
++EXTRA_DEFINES := $(EXTRA_DEFINES) -DgFortran
++#else
+ EXTRA_DEFINES := $(EXTRA_DEFINES) -Df2cFortran
+ #endif
++#endif
+ 
+ #ifndef CERNLIB_VAXVMS
+ EXTRA_INCLUDES := $(EXTRA_INCLUDES) -I$(VPATH)
+diff -urNad paw-2.14.04.dfsg.2~/src/pawlib/paw/ntuple/Imakefile paw-2.14.04.dfsg.2/src/pawlib/paw/ntuple/Imakefile
+--- paw-2.14.04.dfsg.2~/src/pawlib/paw/ntuple/Imakefile	2007-12-12 23:52:58.000000000 +0000
++++ paw-2.14.04.dfsg.2/src/pawlib/paw/ntuple/Imakefile	2007-12-12 23:52:59.000000000 +0000
 @@ -16,9 +16,17 @@
  EXTRA_DEFINES := $(EXTRA_DEFINES) -Dextname
  #endif


Index: paw-803-link-binaries-dynamically.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-803-link-binaries-dynamically.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-803-link-binaries-dynamically.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-803-link-binaries-dynamically.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -2,7 +2,7 @@
 ## 803-link-binaries-dynamically.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Link binaries dynamically against Cern libraries.
+## DP: Link binaries dynamically against CERN libraries.
 
 @DPATCH@
 diff -urNad cernlib-2005.05.09/src/pawlib/paw/programs/Imakefile /tmp/dpep.E9pQlc/cernlib-2005.05.09/src/pawlib/paw/programs/Imakefile


Index: paw-804-workaround-for-comis-mdpool-struct-location.dpatch
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/paw-804-workaround-for-comis-mdpool-struct-location.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paw-804-workaround-for-comis-mdpool-struct-location.dpatch	5 Aug 2007 09:41:49 -0000	1.1
+++ paw-804-workaround-for-comis-mdpool-struct-location.dpatch	25 Feb 2008 08:33:58 -0000	1.2
@@ -2,7 +2,7 @@
 ## 804-workaround-for-comis-mdpool-struct-location.dpatch by  <kmccarty at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Hack to workaround Comis not liking it when code has a negative
+## DP: Hack to workaround COMIS not liking it when code has a negative
 ## DP: offset from the mdpool struct (as is the case when using shared
 ## DP: libraries on some arches).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Jan 2008 16:00:02 -0000	1.5
+++ sources	25 Feb 2008 08:33:58 -0000	1.6
@@ -1,6 +1,6 @@
 fe71a3f6b95ff2151c5a4690116a0358  2006_src-free.tar.gz
-0e109009d1bdbd056ac30401957f8487  mclibs_2006.dfsg.2-3.diff.gz
-9ee6ad9c139f8c8e190b8dca7f078cc7  cernlib_2006.dfsg.2-6.diff.gz
 b1f550eedc545a02f0ab58eb7d550480  patchy.tar.gz
 43e1ec7ab19b55d9de065c01ca4c3182  geant321_3.21.14.dfsg-6.diff.gz
-90982e80623338cf2d4b4a9efb445f8c  paw_2.14.04.dfsg.2-1.diff.gz
+0e109009d1bdbd056ac30401957f8487  mclibs_2006.dfsg.2-3.diff.gz
+5e99d1d8d0e632475879e12afe6ad748  paw_2.14.04.dfsg.2-2.diff.gz
+f8628a35f2a422dfaf09edc526d448e9  cernlib_2006.dfsg.2-11.diff.gz




More information about the fedora-extras-commits mailing list