Author: jajcus Date: Mon Jun 18 20:03:45 2012 GMT Module: packages Tag: HEAD ---- Log message: - automake 1.12 patch
---- Files affected: packages/mpfr: mpfr.spec (1.20 -> 1.21) , mpfr-automake-1_12.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mpfr/mpfr.spec diff -u packages/mpfr/mpfr.spec:1.20 packages/mpfr/mpfr.spec:1.21 --- packages/mpfr/mpfr.spec:1.20 Wed Oct 12 19:29:31 2011 +++ packages/mpfr/mpfr.spec Mon Jun 18 22:03:40 2012 @@ -13,6 +13,7 @@ Source0: http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz # Source0-md5: 6e495841bb026481567006cec0f821c3 Patch0: %{name}-info.patch +Patch1: %{name}-automake-1_12.patch URL: http://www.mpfr.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.6 @@ -72,6 +73,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # triggers bug in gold (as of binutils-2.21.53.0.2-1.i686) mkdir my-ld @@ -139,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2012/06/18 20:03:40 jajcus +- automake 1.12 patch + Revision 1.20 2011/10/12 17:29:31 qboosh - updated to 3.1.0 - force ld.bfd as it triggers internal error in gold (related to TLS support) ================================================================ Index: packages/mpfr/mpfr-automake-1_12.patch diff -u /dev/null packages/mpfr/mpfr-automake-1_12.patch:1.1 --- /dev/null Mon Jun 18 22:03:45 2012 +++ packages/mpfr/mpfr-automake-1_12.patch Mon Jun 18 22:03:40 2012 @@ -0,0 +1,23 @@ +diff -dur -x '*~' mpfr-3.1.0.orig/configure.ac mpfr-3.1.0/configure.ac +--- mpfr-3.1.0.orig/configure.ac 2011-10-03 10:17:15.000000000 +0200 ++++ mpfr-3.1.0/configure.ac 2012-06-18 21:52:02.007039210 +0200 +@@ -301,7 +301,6 @@ + fi + + AM_PROG_CC_C_O +-AM_C_PROTOTYPES + + case $host in + *-apple-darwin*) +diff -dur -x '*~' mpfr-3.1.0.orig/tests/Makefile.am mpfr-3.1.0/tests/Makefile.am +--- mpfr-3.1.0.orig/tests/Makefile.am 2011-10-03 10:17:14.000000000 +0200 ++++ mpfr-3.1.0/tests/Makefile.am 2012-06-18 21:53:39.644345375 +0200 +@@ -9,7 +9,7 @@ + # PARTICULAR PURPOSE. + + +-AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr ++AUTOMAKE_OPTIONS = 1.6 gnu + + # tversion is run + # * at the beginning so that the user gets a possible version error ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/mpfr/mpfr.spec?r1=1.20&r2=1.21 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
