- bdwgc-7.2alpha4 20110107 snapshot

This commit is contained in:
Rex Dieter 2011-02-09 12:36:58 -06:00
parent bdd09fd4ff
commit f715b5e716
4 changed files with 14 additions and 29 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
gc-7.2alpha4.tar.gz gc-7.2alpha4.tar.gz
/bdwgc-7_2alpha5-20110107.tar.bz2

View File

@ -1,20 +0,0 @@
diff -up gc-7.2alpha4/libatomic_ops/doc/Makefile.am.install_dups gc-7.2alpha4/libatomic_ops/doc/Makefile.am
--- gc-7.2alpha4/libatomic_ops/doc/Makefile.am.install_dups 2009-09-29 08:41:50.000000000 -0500
+++ gc-7.2alpha4/libatomic_ops/doc/Makefile.am 2009-12-11 07:31:08.816754621 -0600
@@ -1,3 +1,3 @@
# installed documentation
#
-dist_pkgdata_DATA=COPYING LICENSING.txt README.txt COPYING README_stack.txt README_malloc.txt README_win32.txt
+dist_pkgdata_DATA=COPYING LICENSING.txt README.txt README_stack.txt README_malloc.txt README_win32.txt
diff -up gc-7.2alpha4/libatomic_ops/doc/Makefile.in.install_dups gc-7.2alpha4/libatomic_ops/doc/Makefile.in
--- gc-7.2alpha4/libatomic_ops/doc/Makefile.in.install_dups 2009-12-11 07:28:57.584740154 -0600
+++ gc-7.2alpha4/libatomic_ops/doc/Makefile.in 2009-12-11 07:31:44.285741617 -0600
@@ -177,7 +177,7 @@ top_srcdir = @top_srcdir@
# installed documentation
#
-dist_pkgdata_DATA = COPYING LICENSING.txt README.txt COPYING README_stack.txt README_malloc.txt README_win32.txt
+dist_pkgdata_DATA = COPYING LICENSING.txt README.txt README_stack.txt README_malloc.txt README_win32.txt
all: all-am
.SUFFIXES:

20
gc.spec
View File

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

View File

@ -1 +1 @@
0a6785ebb61c6e2b50c3952c3bbf9ea1 gc-7.2alpha4.tar.gz 4f3c130fc71ff23584edaa19a37739ee bdwgc-7_2alpha5-20110107.tar.bz2