rpms/gc/F-7 gc-7.0-compat_header.patch,NONE,1.1 gc.spec,1.23,1.24

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Aug 29 18:34:03 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/gc/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12964

Modified Files:
	gc.spec 
Added Files:
	gc-7.0-compat_header.patch 
Log Message:
* Wed Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-6
- BR: gawk
- fixup compat_header patch to avoid needing auto* tools


gc-7.0-compat_header.patch:

--- NEW FILE gc-7.0-compat_header.patch ---
diff -up /dev/null gc-7.0/include/extra/gc.h
--- /dev/null	2007-08-28 14:44:51.958644302 -0500
+++ gc-7.0/include/extra/gc.h	2007-08-29 10:56:16.000000000 -0500
@@ -0,0 +1,2 @@
+/* This file is installed for backward compatibility. */
+#include <gc/gc.h>
diff -up /dev/null gc-7.0/include/extra/gc_cpp.h
--- /dev/null	2007-08-28 14:44:51.958644302 -0500
+++ gc-7.0/include/extra/gc_cpp.h	2007-08-29 10:56:16.000000000 -0500
@@ -0,0 +1,2 @@
+/* This file is installed for backward compatibility. */
+#include <gc/gc_cpp.h>
diff -up gc-7.0/include/include.am.compat_header gc-7.0/include/include.am
--- gc-7.0/include/include.am.compat_header	2005-10-10 17:33:34.000000000 -0500
+++ gc-7.0/include/include.am	2007-08-29 10:56:16.000000000 -0500
@@ -52,3 +52,9 @@ dist_noinst_HEADERS += \
 	include/cord.h \
 	include/ec.h \
 	include/javaxfc.h 
+
+# unprefixed header
+include_HEADERS += \
+	include/extra/gc.h \
+	include/extra/gc_cpp.h
+
diff -up gc-7.0/Makefile.in.compat_header gc-7.0/Makefile.in
--- gc-7.0/Makefile.in.compat_header	2007-06-28 16:12:36.000000000 -0500
+++ gc-7.0/Makefile.in	2007-08-29 10:58:17.000000000 -0500
@@ -462,7 +462,10 @@ EXTRA_DIST = gc_cpp.cpp README.QUICK BCC
 # C Library
 # ---------
 lib_LTLIBRARIES = libgc.la $(am__append_4) libcord.la
-include_HEADERS = 
+# unprefixed header
+include_HEADERS = \
+	include/extra/gc.h \
+	include/extra/gc_cpp.h
 
 # installed headers
 #


Index: gc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gc/F-7/gc.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gc.spec	24 Jul 2007 22:31:33 -0000	1.23
+++ gc.spec	29 Aug 2007 18:33:30 -0000	1.24
@@ -3,7 +3,7 @@
 Name:    gc	
 Version: 7.0 
 
-Release: 2%{?dist}
+Release: 6%{?dist}
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
@@ -11,12 +11,15 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: gc-7.0-gcinit.patch
+# http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2007-August/001838.html
+Patch2: gc-7.0-compat_header.patch 
+
+BuildRequires: gawk
 
 # rpmforge compatibility
 Obsoletes: libgc < %{version}-%{release}
 Provides:  libgc = %{version}-%{release}
 
-
 %description
 The Boehm-Demers-Weiser conservative garbage collector can be 
 used as a garbage collecting replacement for C malloc or C++ new.
@@ -36,6 +39,7 @@
 %setup -q 
 
 %patch1 -p1 -b .gcinit
+%patch2 -p1 -b .compat_header
 
 
 %build
@@ -87,13 +91,27 @@
 %files devel
 %defattr(-,root,root,-)
 %doc doc/*.html
-%{_includedir}/*
+%{_includedir}/*.h
+%{_includedir}/gc/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_mandir}/man?/*
 
 
 %changelog
+* Wed Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-6
+- BR: gawk
+- fixup compat_header patch to avoid needing auto* tools
+
+* Wed Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-5
+- compat_header patch (supercedes previous pkgconfig patch)
+
+* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-4
+- pkgconfig patch (cflags += -I%%_includedir/gc)
+
+* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-3
+- respin (ppc32)
+
 * Tue Jul 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 7.0-2
 - gcinit patch, ABI compatibility (#248700)
 




More information about the fedora-extras-commits mailing list