jcapik pushed to mpfr (master). "added limboverflow.patch, rhbz#1171701, rhbz#1171710, there was one less limb allocated in strtofr"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 18:29:45 UTC 2015


From 2de7b91adaf6f6ae5931f0aa2b566500942d02f8 Mon Sep 17 00:00:00 2001
From: Frantisek Kluknavsky <fkluknav at redhat.com>
Date: Fri, 12 Dec 2014 22:00:00 +0100
Subject: added limboverflow.patch, rhbz#1171701, rhbz#1171710, there was one
 less limb allocated in strtofr


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mpfr.git/commit/?h=master&id=2de7b91adaf6f6ae5931f0aa2b566500942d02f8


More information about the scm-commits mailing list