]> git.pld-linux.org Git - packages/gc.git/commitdiff
- fixed SEGV in GC_malloc, release auto/th/gc-7_0-2 auto/ti/gc-7_0-2
authorhawk <hawk@pld-linux.org>
Tue, 11 Mar 2008 18:00:05 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.41

gc.spec

diff --git a/gc.spec b/gc.spec
index 6b542b016fc6751484a494d68d37b7c3bce4a863..176632dc943b0197dde1af0a3f458f8d1e580e33 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -2,12 +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:       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
@@ -54,6 +55,7 @@ Statyczna wersja biblioteki gc
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # kill libtool.m4 inclusion
 %{__perl} -pi -e 's/^sinclude.*//' acinclude.m4
This page took 0.119481 seconds and 4 git commands to generate.