rpms/gc/devel gc-6.6-gcc41.patch,NONE,1.1 gc.spec,1.15,1.16

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Feb 10 13:15:57 UTC 2006


Author: rdieter

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

Modified Files:
	gc.spec 
Added Files:
	gc-6.6-gcc41.patch 
Log Message:
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.6-5
- gcc(4.1) patch 


gc-6.6-gcc41.patch:

--- NEW FILE gc-6.6-gcc41.patch ---
--- gc6.6/include/gc_cpp.h.gcc41	2004-10-21 17:47:45.000000000 -0500
+++ gc6.6/include/gc_cpp.h	2006-02-10 07:12:07.000000000 -0600
@@ -180,7 +180,7 @@
     inline void* operator new[]( size_t size, void *p );
     inline void operator delete[]( void* obj );
 #   ifdef GC_PLACEMENT_DELETE
-      inline void gc::operator delete[]( void*, void* );
+      inline void operator delete[]( void*, void* );
 #   endif
 #endif /* GC_OPERATOR_NEW_ARRAY */
     };    


Index: gc.spec
===================================================================
RCS file: /cvs/extras/rpms/gc/devel/gc.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gc.spec	10 Feb 2006 13:00:14 -0000	1.15
+++ gc.spec	10 Feb 2006 13:15:41 -0000	1.16
@@ -3,7 +3,7 @@
 Name:    gc	
 Version: 6.6
 
-Release: 4%{?dist}.1
+Release: 5%{?dist}
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
@@ -12,6 +12,9 @@
 
 # force no undefined symbols (#166344)
 Patch1: gc-6.6-no-undefined.patch
+# gcc(4.1) patch
+Patch2: gc-6.6-gcc41.patch
+
 BuildRequires: libtool
 BuildRequires: automake 
 
@@ -35,6 +38,7 @@
 %setup -q -n %{name}%{version}
 
 %patch1 -p1 -b .no-undefined
+%patch2 -p1 -b .gcc41
 
 cp -f %{_datadir}/aclocal/libtool.m4 .
 libtoolize --copy --force
@@ -97,8 +101,8 @@
 
 
 %changelog
-* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.6-4.1
-- fc5: gcc/glibc respin
+* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 6.6-5
+- gcc(4.1) patch 
 
 * Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 6.6-4
 - Provides: libgc(-devel)




More information about the fedora-extras-commits mailing list