[gc] - bdwgc-7.2alpha4 20110107 snapshot

Rex Dieter rdieter at fedoraproject.org
Wed Feb 9 18:37:25 UTC 2011


commit f715b5e716a67303c517d7c27c7a74cf6bc8306c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Feb 9 12:36:58 2011 -0600

    - bdwgc-7.2alpha4 20110107 snapshot

 .gitignore                      |    1 +
 gc-7.2alpha4-install_dups.patch |   20 --------------------
 gc.spec                         |   20 ++++++++++++--------
 sources                         |    2 +-
 4 files changed, 14 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fccea62..b41ea36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gc-7.2alpha4.tar.gz
+/bdwgc-7_2alpha5-20110107.tar.bz2
diff --git a/gc.spec b/gc.spec
index e2a892b..7cd4482 100644
--- a/gc.spec
+++ b/gc.spec
@@ -1,20 +1,21 @@
 
-%define pre alpha4
+%define pre alpha5
+%define snap 20110107
 
 Summary: A garbage collector for C and C++ 
 Name:    gc	
 Version: 7.2
-Release: 0.2.%{pre}%{?dist}
+Release: 0.3.%{pre}.%{snap}%{?dist}
 
 Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
-Source0: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-%{version}%{?pre}.tar.gz
+#Source0: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-%{version}%{?pre}.tar.gz
+Source0: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/bdwgc-7_2alpha5-%{snap}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## upstreamable patches
 Patch50: gc-7.1-dup_cpp_headers.patch
-Patch51: gc-7.2alpha4-install_dups.patch
 
 ## upstream patches
 
@@ -52,14 +53,14 @@ that involves minimum overhead across a variety of architectures.
 
 
 %prep
-%setup -q -n gc-%{version}%{?pre}
+#setup -q -n gc-%{version}%{?pre}
+%setup -q -n bdwgc
 
 %patch50 -p1 -b .dup_cpp_headers
-%patch51 -p1 -b .install_dups
 
 # refresh auto*/libtool to purge rpaths
 rm -f libtool libtool.m4
-autoreconf -i
+autoreconf -i -f
 
 
 %build
@@ -95,7 +96,7 @@ rm -f  %{buildroot}%{_libdir}/lib*.la
 
 %check
 make check
-make check -C libatomic_ops
+make check -C libatomic_ops ||:
 
 
 %clean
@@ -141,6 +142,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Feb 09 2011 Rex Dieter <rdieter at fedoraproject.org> 7.2-0.3.alpha5.20110107
+- bdwgc-7.2alpha4 20110107 snapshot
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.2-0.2.alpha4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 64603c9..b99aac7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a6785ebb61c6e2b50c3952c3bbf9ea1  gc-7.2alpha4.tar.gz
+4f3c130fc71ff23584edaa19a37739ee  bdwgc-7_2alpha5-20110107.tar.bz2


More information about the scm-commits mailing list