[packages/gdl] Update to 3.8.0

megabajt megabajt at pld-linux.org
Sun Mar 24 21:11:04 CET 2013


commit c23c77651a5667ad3456d40bce1df81e7bab25c6
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Sun Mar 24 21:10:26 2013 +0100

    Update to 3.8.0
    
    - added -am.patch to fix build with automake 1.13

 gdl-am.patch | 27 +++++++++++++++++++++++++++
 gdl.spec     |  8 +++++---
 2 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/gdl.spec b/gdl.spec
index eff5c9d..788801e 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -1,12 +1,13 @@
 Summary:	GNOME Devtool Libraries
 Summary(pl.UTF-8):	Biblioteki GNOME Devtool
 Name:		gdl
-Version:	3.6.2
+Version:	3.8.0
 Release:	1
 License:	GPL v2+
 Group:		Libraries
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/3.6/%{name}-%{version}.tar.xz
-# Source0-md5:	c871909b2948cd173b80ce8565a5d168
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/3.8/%{name}-%{version}.tar.xz
+# Source0-md5:	bc9b56a34f7b982bb8def8cf725d9a3a
+Patch0:		%{name}-am.patch
 BuildRequires:	autoconf >= 2.65
 BuildRequires:	automake
 BuildRequires:	docbook-dtd412-xml
@@ -81,6 +82,7 @@ Dokumentacja API biblioteki gdl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__glib_gettextize}
diff --git a/gdl-am.patch b/gdl-am.patch
new file mode 100644
index 0000000..12ecd77
--- /dev/null
+++ b/gdl-am.patch
@@ -0,0 +1,27 @@
+From a5f85b5a53cd477c476e4aabfaf80e2fa8a75947 Mon Sep 17 00:00:00 2001
+From: Marcin Banasiak <marcin.banasiak at gmail.com>
+Date: Sun, 24 Mar 2013 20:39:29 +0100
+Subject: [PATCH] Fix build with automake 1.13
+
+In automake 1.13 AM_CONFIG_HEADER has been removed in favour of
+AC_CONFIG_HEADERS.
+---
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index bc146a5..5d0feab 100644
+--- a/configure.in
++++ b/configure.in
+@@ -8,7 +8,7 @@ dnl ==========================================================================
+ AC_PREREQ(2.65)
+ AC_INIT(gdl)
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ GDL_MAJOR_VERSION=3
+ GDL_MINOR_VERSION=8
+-- 
+1.8.2
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdl.git/commitdiff/c23c77651a5667ad3456d40bce1df81e7bab25c6



More information about the pld-cvs-commit mailing list