packages: mpfr/mpfr-info.patch, mpfr/mpfr.spec - updated to 3.1.0 - force l...

qboosh qboosh at pld-linux.org
Wed Oct 12 19:29:37 CEST 2011


Author: qboosh                       Date: Wed Oct 12 17:29:37 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.1.0
- force ld.bfd as it triggers internal error in gold (related to TLS support)

---- Files affected:
packages/mpfr:
   mpfr-info.patch (1.2 -> 1.3) , mpfr.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: packages/mpfr/mpfr-info.patch
diff -u packages/mpfr/mpfr-info.patch:1.2 packages/mpfr/mpfr-info.patch:1.3
--- packages/mpfr/mpfr-info.patch:1.2	Mon Jan 26 19:18:28 2009
+++ packages/mpfr/mpfr-info.patch	Wed Oct 12 19:29:31 2011
@@ -1,5 +1,5 @@
---- mpfr-2.2.0/mpfr.texi.orig	2005-09-16 12:55:55.000000000 +0200
-+++ mpfr-2.2.0/mpfr.texi	2006-04-23 20:49:04.601985250 +0200
+--- mpfr-3.1.0/doc/mpfr.texi.orig	2005-09-16 12:55:55.000000000 +0200
++++ mpfr-3.1.0/doc/mpfr.texi	2006-04-23 20:49:04.601985250 +0200
 @@ -38,9 +38,9 @@
  @c  UPDATED-MONTH.
  

================================================================
Index: packages/mpfr/mpfr.spec
diff -u packages/mpfr/mpfr.spec:1.19 packages/mpfr/mpfr.spec:1.20
--- packages/mpfr/mpfr.spec:1.19	Thu Apr 21 20:02:13 2011
+++ packages/mpfr/mpfr.spec	Wed Oct 12 19:29:31 2011
@@ -6,12 +6,12 @@
 Summary:	Multiple-precision floating-point computations library
 Summary(pl.UTF-8):	Biblioteka obliczeń zmiennoprzecinkowych wielokrotnej precyzji
 Name:		mpfr
-Version:	3.0.1
+Version:	3.1.0
 Release:	1
 License:	LGPL v3+
 Group:		Libraries
 Source0:	http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
-# Source0-md5:	645882d9d179113a70af84d27086ed9f
+# Source0-md5:	6e495841bb026481567006cec0f821c3
 Patch0:		%{name}-info.patch
 URL:		http://www.mpfr.org/
 BuildRequires:	autoconf >= 2.50
@@ -21,6 +21,7 @@
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	texinfo
 BuildRequires:	xz
+Requires:	gmp >= 4.1.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -72,7 +73,14 @@
 %setup -q
 %patch0 -p1
 
+# triggers bug in gold (as of binutils-2.21.53.0.2-1.i686)
+mkdir my-ld
+if [ -x /usr/bin/ld.bfd ]; then
+	ln -s /usr/bin/ld.bfd my-ld/ld
+fi
+
 %build
+export PATH=$PWD/my-ld:$PATH
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -109,7 +117,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog FAQ.html NEWS README TODO
+%doc AUTHORS BUGS ChangeLog NEWS README TODO doc/FAQ.html
 %attr(755,root,root) %{_libdir}/libmpfr.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmpfr.so.4
 
@@ -131,6 +139,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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)
+
 Revision 1.19  2011/04/21 18:02:13  qboosh
 - updated to 3.0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpfr/mpfr-info.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpfr/mpfr.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list