[mpfr/f21] added limboverflow.patch, rhbz#1171701, rhbz#1171710, there was one less limb allocated in strtofr

Frantisek Kluknavsky fkluknav at fedoraproject.org
Fri Dec 12 21:20:14 UTC 2014


commit 2de7b91adaf6f6ae5931f0aa2b566500942d02f8
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Fri Dec 12 22:00:00 2014 +0100

    added limboverflow.patch, rhbz#1171701, rhbz#1171710, there was one less limb allocated in strtofr

 mpfr.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mpfr.spec b/mpfr.spec
index 9e083fe..4afcf63 100644
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -1,7 +1,7 @@
 Summary: A C library for multiple-precision floating-point computations
 Name: mpfr
 Version: 3.1.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://www.mpfr.org/
 Source0: http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
 # GFDL  (mpfr.texi, mpfr.info and fdl.texi)
@@ -12,6 +12,8 @@ Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 Requires: gmp >= 4.2.1
 
+Patch0: limboverflow.patch
+
 %description
 The MPFR library is a C library for multiple-precision floating-point
 computations with "correct rounding". The MPFR is efficient and 
@@ -37,6 +39,7 @@ install the mpfr package.
 
 %prep
 %setup -q
+%patch0 -p1 -b .limboverflow
 
 %build
 %configure --disable-assert --disable-static
@@ -84,6 +87,9 @@ fi
 %{_infodir}/mpfr.info*
 
 %changelog
+* Fri Dec 12 2014 Frantisek Kluknavsky <fkluknav at redhat.com> - 3.1.2-7
+- added limboverflow.patch, rhbz#1171701, rhbz#1171710, there was one less limb allocated in strtofr
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list