rpms/gc/devel gc-7.1-dup_cpp_headers.patch, NONE, 1.1 gc.spec, 1.39, 1.40

Rex Dieter rdieter at fedoraproject.org
Sun Jul 19 01:41:57 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/gc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22254

Modified Files:
	gc.spec 
Added Files:
	gc-7.1-dup_cpp_headers.patch 
Log Message:
* Sat Jul 16 2009 Rex Dieter <rdieter at fedoraproject.org. - 7.1-8
- FTBFS gc-7.1-7.fc11 (#511365)


gc-7.1-dup_cpp_headers.patch:
 include.am |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE gc-7.1-dup_cpp_headers.patch ---
diff -up gc-7.1/include/include.am.dup_headers gc-7.1/include/include.am
--- gc-7.1/include/include.am.dup_headers	2007-12-21 18:20:15.000000000 -0600
+++ gc-7.1/include/include.am	2009-07-18 20:34:58.812906860 -0500
@@ -21,10 +21,8 @@ pkginclude_HEADERS += \
 	include/gc_typed.h \
 	include/gc_inline.h \
 	include/gc_mark.h \
-	include/gc_cpp.h \
 	include/weakpointer.h \
 	include/new_gc_alloc.h \
-	include/gc_allocator.h \
 	include/gc_backptr.h \
 	include/gc_gcj.h \
 	include/leak_detector.h \


Index: gc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gc/devel/gc.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- gc.spec	24 Feb 2009 19:43:40 -0000	1.39
+++ gc.spec	19 Jul 2009 01:41:27 -0000	1.40
@@ -3,7 +3,7 @@ Summary: A garbage collector for C and C
 Name:    gc	
 Version: 7.1
 
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
@@ -13,6 +13,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 # To be more backward-compatible abi-wise, TODO: upstream ml reference
 Patch1: gc-7.1-gcinit.patch
 Patch3: gc-7.1-sparc.patch
+
+## upstreamable patches
+Patch50: gc-7.1-dup_cpp_headers.patch
+
 ## upstream patches
 # http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2008-May/002206.html
 Patch100: gc-7.1-dont_add_byte.patch
@@ -49,6 +53,8 @@ Provides:  libgc-devel = %{version}-%{re
 %endif
 %patch3 -p1 -b .sparc
 
+%patch50 -p1 -b .dup_cpp_headers
+
 %patch100 -p1 -b .dont_add_byte
 
 # refresh auto*/libtool to purge rpaths
@@ -115,6 +121,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jul 16 2009 Rex Dieter <rdieter at fedoraproject.org. - 7.1-8
+- FTBFS gc-7.1-7.fc11 (#511365)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list