]> git.pld-linux.org Git - packages/gc.git/commitdiff
- updated to 7.1 auto/aidath/gc-7_1-1 auto/th/gc-7_1-1 auto/ti/gc-7_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 May 2008 21:41:12 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated sparc patch, removed obsolete malloc-segv patch

Changed files:
    gc.spec -> 1.42

gc.spec

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