[gc] 7.2c

Rex Dieter rdieter at fedoraproject.org
Tue Jun 26 15:32:28 UTC 2012


commit 39fda5c657679468a101dd439d26e1fcdd9c8a5c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Jun 26 10:35:35 2012 -0500

    7.2c

 .gitignore                                         |    3 +-
 ...ity-of-GC_clear-set_mark_bit-unhide-symbo.patch |   55 -----------
 ...ity-of-GC_push_all-conditional-GC_push_ot.patch |  103 --------------------
 0003-Update-ChangeLog.patch                        |   39 --------
 ...FirstDLOpenedLinkMap-for-NetBSD-6-release.patch |   48 ---------
 0005-Update-ChangeLog.patch                        |   29 ------
 ...tch_alloc-and-GC_get_maps-invocations-to-.patch |   93 ------------------
 0007-Update-ChangeLog.patch                        |   33 ------
 ...t_char_star-to-prevent-SEGV-in-case-of-ou.patch |   27 -----
 0009-Update-ChangeLog.patch                        |   25 -----
 gc.spec                                            |   27 +----
 sources                                            |    2 +-
 12 files changed, 7 insertions(+), 477 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e32cb12..1ddd302 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/gc-7.2alpha4.tar.gz
-/gc-7.2alpha6.tar.gz
 /gc-7.2b.tar.gz
+/gc-7.2c.tar.gz
diff --git a/gc.spec b/gc.spec
index bc6ea7d..8cfdb4a 100644
--- a/gc.spec
+++ b/gc.spec
@@ -2,8 +2,8 @@
 Summary: A garbage collector for C and C++ 
 Name:    gc	
 %global base_ver 7.2
-Version: 7.2b
-Release: 2%{?dist}
+Version: 7.2c
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: BSD
@@ -14,16 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ## upstreamable patches
 
 ## upstream patches
-# patches from gc-7_2-hotfix-2 branch, git format-patch gc7_2b..HEAD
-Patch0001: 0001-Fix-visibility-of-GC_clear-set_mark_bit-unhide-symbo.patch
-Patch0002: 0002-Fix-visibility-of-GC_push_all-conditional-GC_push_ot.patch
-Patch0003: 0003-Update-ChangeLog.patch
-Patch0004: 0004-Fix-GC_FirstDLOpenedLinkMap-for-NetBSD-6-release.patch
-Patch0005: 0005-Update-ChangeLog.patch
-Patch0006: 0006-Fix-GC_scratch_alloc-and-GC_get_maps-invocations-to-.patch
-Patch0007: 0007-Update-ChangeLog.patch
-Patch0008: 0008-Fix-CORD_cat_char_star-to-prevent-SEGV-in-case-of-ou.patch
-Patch0009: 0009-Update-ChangeLog.patch
 
 BuildRequires: automake libtool 
 BuildRequires: pkgconfig
@@ -63,16 +53,6 @@ that involves minimum overhead across a variety of architectures.
 %prep
 %setup -q -n gc-%{base_ver}%{?pre}
 
-%patch0001 -p1 -b .0001
-%patch0002 -p1 -b .0002
-%patch0003 -p1 -b .0003
-%patch0004 -p1 -b .0004
-%patch0005 -p1 -b .0005
-%patch0006 -p1 -b .0006
-%patch0007 -p1 -b .0007
-%patch0008 -p1 -b .0008
-%patch0009 -p1 -b .0009
-
 # refresh auto*/libtool to purge rpaths
 rm -f libtool libtool.m4
 autoreconf -i -f
@@ -160,6 +140,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 26 2012 Rex Dieter <rdieter at fedoraproject.org> 7.2c-1
+- 7.2c
+
 * Fri Jun 15 2012 Rex Dieter <rdieter at fedoraproject.org>
 - 7.2b-2
 - backport patches from gc-7_2-hotfix-2 branch in lieu of 7.2c release
diff --git a/sources b/sources
index 07d7c9a..2572bc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7124aad6171bcdf0ccf84b0aa4dd2fff  gc-7.2b.tar.gz
+edd99c64174a1f3b10a474b3e4c74634  gc-7.2c.tar.gz


More information about the scm-commits mailing list