[packages/gmime] - updated to 2.6.15 - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sun Feb 24 07:56:01 CET 2013


commit c71c78161c4ab6c2e59891b5cfde6b8312251463
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 24 07:56:21 2013 +0100

    - updated to 2.6.15
    - added am patch (fixes build with automake 1.13)

 gmime-am.patch | 19 +++++++++++++++++++
 gmime.spec     |  6 ++++--
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/gmime.spec b/gmime.spec
index a35bc4a..2ed3354 100644
--- a/gmime.spec
+++ b/gmime.spec
@@ -9,13 +9,14 @@
 Summary:	GMIME library
 Summary(pl.UTF-8):	Biblioteka GMIME
 Name:		gmime
-Version:	2.6.13
+Version:	2.6.15
 Release:	1
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gmime/2.6/%{name}-%{version}.tar.xz
-# Source0-md5:	ef6c1260c26ebf9f083cb06905fc7315
+# Source0-md5:	a139ee5870ec4c0bf28fcff8ac0af444
 Patch0:		%{name}-link.patch
+Patch1:		%{name}-am.patch
 URL:		http://spruce.sourceforge.net/gmime/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake >= 1:1.9
@@ -110,6 +111,7 @@ Część dla programistów dotnet-gmime-sharp.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/gmime-am.patch b/gmime-am.patch
new file mode 100644
index 0000000..55ae108
--- /dev/null
+++ b/gmime-am.patch
@@ -0,0 +1,19 @@
+--- gmime-2.6.15/configure.ac.orig	2013-02-23 22:46:15.175581952 +0100
++++ gmime-2.6.15/configure.ac	2013-02-24 07:45:42.390890297 +0100
+@@ -53,7 +53,7 @@
+ AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign])
+ AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
+ dnl m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
+ 
+ 
+@@ -132,7 +132,6 @@
+ dnl Checks for programs.
+ AC_ISC_POSIX
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AC_C_INLINE
+ dnl AC_HEADER_STDC
+ AC_STDC_HEADERS
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gmime.git/commitdiff/c71c78161c4ab6c2e59891b5cfde6b8312251463



More information about the pld-cvs-commit mailing list