Author: qboosh Date: Wed May 9 17:42:05 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 5.0.5 - added am patch (fixes build with automake 1.12)
---- Files affected: packages/gmp: gmp.spec (1.115 -> 1.116) , gmp-am.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gmp/gmp.spec diff -u packages/gmp/gmp.spec:1.115 packages/gmp/gmp.spec:1.116 --- packages/gmp/gmp.spec:1.115 Mon Feb 13 20:22:30 2012 +++ packages/gmp/gmp.spec Wed May 9 19:42:00 2012 @@ -13,16 +13,17 @@ Summary(uk.UTF-8): Бібліотека GNU довільної точності Summary(ru.UTF-8): Библиотека GNU произвольной точности Name: gmp -Version: 5.0.4 +Version: 5.0.5 Release: 1 License: LGPL v3+ Group: Libraries Source0: http://ftp.gnu.org/gnu/gmp/%{name}-%{version}.tar.xz -# Source0-md5: 0881f4ff2617226c673fc534ac39d448 +# Source0-md5: 8aef50959acec2a1ad41d144ffe0f3b5 Patch0: %{name}-info.patch Patch1: %{name}-multilib.patch Patch2: %{name}-cpu.patch Patch3: %{name}-tinfo.patch +Patch4: %{name}-am.patch URL: http://gmplib.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 @@ -260,6 +261,7 @@ %endif %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__libtoolize} @@ -353,6 +355,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.116 2012/05/09 17:42:00 qboosh +- updated to 5.0.5 +- added am patch (fixes build with automake 1.12) + Revision 1.115 2012/02/13 19:22:30 qboosh - updated to 5.0.4 ================================================================ Index: packages/gmp/gmp-am.patch diff -u /dev/null packages/gmp/gmp-am.patch:1.1 --- /dev/null Wed May 9 19:42:05 2012 +++ packages/gmp/gmp-am.patch Wed May 9 19:42:00 2012 @@ -0,0 +1,32 @@ +--- gmp-5.0.5/configure.in.orig 2012-05-09 18:42:22.071302791 +0200 ++++ gmp-5.0.5/configure.in 2012-05-09 18:43:35.227967934 +0200 +@@ -65,7 +65,7 @@ + dnl Note that there's a copy of these options in the top-level Makefile.am, + dnl so update there too if changing anything. + dnl +-AM_INIT_AUTOMAKE([1.8 gnu no-dependencies $(top_builddir)/ansi2knr]) ++AM_INIT_AUTOMAKE([1.8 gnu no-dependencies]) + AM_CONFIG_HEADER(config.h:config.in) + AM_MAINTAINER_MODE + +@@ -2231,9 +2231,6 @@ + echo " MPN_PATH=\"$path\"" + + +-# Automake ansi2knr support. +-AM_C_PROTOTYPES +- + CL_AS_NOEXECSTACK + + GMP_PROG_AR +--- gmp-5.0.5/Makefile.am.orig 2012-05-06 13:19:49.000000000 +0200 ++++ gmp-5.0.5/Makefile.am 2012-05-09 18:49:43.637960258 +0200 +@@ -25,7 +25,7 @@ + # Makefiles in subdirectories, but here we must omit it so automake gives + # the actual ansi2knr build rule, not "cd $(top_builddir) && make ansi2knr". + # +-AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies ansi2knr ++AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies + + + # Libtool -version-info for libgmp.la and libmp.la. See "Versioning" in the ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/gmp/gmp.spec?r1=1.115&r2=1.116 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
