SPECS: gc.spec - fixed SEGV in GC_malloc, release

hawk hawk at pld-linux.org
Tue Mar 11 19:00:11 CET 2008


Author: hawk                         Date: Tue Mar 11 18:00:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed SEGV in GC_malloc, release 

---- Files affected:
SPECS:
   gc.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/gc.spec
diff -u SPECS/gc.spec:1.40 SPECS/gc.spec:1.41
--- SPECS/gc.spec:1.40	Mon Feb  4 20:36:13 2008
+++ SPECS/gc.spec	Tue Mar 11 19:00:05 2008
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8):	Konserwatywny odśmiecacz pamięci Boehma-Demersa-Weisera
 Name:		gc
 Version:	7.0
-Release:	1
+Release:	2
 License:	BSD-like
 Group:		Libraries
 Source0:	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}-%{version}.tar.gz
 # Source0-md5:	3645ccf5f32ebb27d99b27b0d29e9c38
 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
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # kill libtool.m4 inclusion
 %{__perl} -pi -e 's/^sinclude.*//' acinclude.m4
@@ -120,6 +122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2008-03-11 18:00:05  hawk
+- fixed SEGV in GC_malloc, release
+
 Revision 1.40  2008-02-04 19:36:13  qboosh
 - BR: libatomic_ops (used only in private headers, so not adding to -devel deps)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gc.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list