Author: qboosh Date: Wed May 28 21:41:17 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 7.1 - updated sparc patch, removed obsolete malloc-segv patch
---- Files affected: SPECS: gc.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/gc.spec diff -u SPECS/gc.spec:1.41 SPECS/gc.spec:1.42 --- SPECS/gc.spec:1.41 Tue Mar 11 19:00:05 2008 +++ SPECS/gc.spec Wed May 28 23:41:12 2008 @@ -2,14 +2,13 @@ Summary: The Boehm-Demers-Weiser conservative garbage collector Summary(pl.UTF-8): Konserwatywny odśmiecacz pamięci Boehma-Demersa-Weisera Name: gc -Version: 7.0 -Release: 2 +Version: 7.1 +Release: 1 License: BSD-like Group: Libraries Source0: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}-%{version}.tar.gz -# Source0-md5: 3645ccf5f32ebb27d99b27b0d29e9c38 +# Source0-md5: 2ff9924c7249ef7f736ecfe6f08f3f9b Patch0: %{name}-sparc.patch -Patch1: %{name}-malloc-segv.patch URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ BuildRequires: autoconf >= 2.53 BuildRequires: automake @@ -56,7 +55,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 # kill libtool.m4 inclusion %{__perl} -pi -e 's/^sinclude.*//' acinclude.m4 @@ -97,8 +95,8 @@ %doc README.QUICK doc/README{,.{linux,changes,contributors,environment,macros}} %doc doc/*.html %attr(755,root,root) %{_libdir}/libcord.so.*.*.* -%attr(755,root,root) %{_libdir}/libgc.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libcord.so.1 +%attr(755,root,root) %{_libdir}/libgc.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgc.so.1 %files devel @@ -122,6 +120,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2008-05-28 21:41:12 qboosh +- updated to 7.1 +- updated sparc patch, removed obsolete malloc-segv patch + Revision 1.41 2008-03-11 18:00:05 hawk - fixed SEGV in GC_malloc, release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gc.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
