[packages/gc] - up to 7.2d - patch for automake-1.13

draenog draenog at pld-linux.org
Thu Apr 18 02:50:37 CEST 2013


commit 2532eda8125e4fc0c5567be5fab8706e2cd6eb70
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Thu Apr 18 01:49:14 2013 +0100

    - up to 7.2d
    - patch for automake-1.13

 gc-ac.patch | 11 +++++++++++
 gc.spec     |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/gc.spec b/gc.spec
index 19aa269..b9dd631 100644
--- a/gc.spec
+++ b/gc.spec
@@ -1,12 +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.2
+Version:	7.2d
 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:	d17aecedef3d73e75387fb63558fa4eb
+# Source0-md5:	91340b28c61753a789eb6077675d87d2
+Patch0:	        %{name}-ac.patch
 URL:		http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 BuildRequires:	autoconf >= 2.64
 BuildRequires:	automake
@@ -91,7 +92,8 @@ C++ interface to GC library - static library.
 Interfejs C++ do biblioteki GC - biblioteka statyczna.
 
 %prep
-%setup -q
+%setup -q -n %{name}-7.2
+%patch0 -p0
 
 # don't install docs to %{_datadir}/%{name}
 %{__perl} -pi -e 's/^dist_pkgdata_DATA/EXTRA_DIST/' doc/doc.am
diff --git a/gc-ac.patch b/gc-ac.patch
new file mode 100644
index 0000000..d1a6274
--- /dev/null
+++ b/gc-ac.patch
@@ -0,0 +1,11 @@
+--- configure.ac~	2012-08-09 21:25:13.000000000 +0100
++++ configure.ac	2013-04-18 01:34:47.007548555 +0100
+@@ -26,7 +26,7 @@
+ AC_REVISION($Revision: 1.69 $)
+ GC_SET_VERSION
+ AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc])
+-AM_CONFIG_HEADER([include/private/config.h])
++AC_CONFIG_HEADER([include/private/config.h])
+ AM_MAINTAINER_MODE
+ 
+ AC_SUBST(PACKAGE)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gc.git/commitdiff/2532eda8125e4fc0c5567be5fab8706e2cd6eb70



More information about the pld-cvs-commit mailing list