]> git.pld-linux.org Git - packages/gdl.git/commitdiff
Update to 3.8.0 auto/th/gdl-3.8.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 24 Mar 2013 20:10:26 +0000 (21:10 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 24 Mar 2013 20:10:26 +0000 (21:10 +0100)
- added -am.patch to fix build with automake 1.13

gdl-am.patch [new file with mode: 0644]
gdl.spec

diff --git a/gdl-am.patch b/gdl-am.patch
new file mode 100644 (file)
index 0000000..12ecd77
--- /dev/null
@@ -0,0 +1,27 @@
+From a5f85b5a53cd477c476e4aabfaf80e2fa8a75947 Mon Sep 17 00:00:00 2001
+From: Marcin Banasiak <marcin.banasiak@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
+
index eff5c9d19a99ece647f09ee99af39981c02df292..788801ed003bc9efc43cf58afcacb58ccb8773c9 100644 (file)
--- 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}
This page took 0.180178 seconds and 4 git commands to generate.