- Add cummulative patch mpfr-3.1.3-patch1to12.patch

* Bug fixes (see <http://www.mpfr.org/mpfr-3.1.3/#fixed>

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=32
This commit is contained in:
Richard Biener 2016-02-17 11:09:26 +00:00 committed by Git OBS Bridge
parent a50a12de43
commit 035087ef6c
3 changed files with 3857 additions and 1 deletions

3848
mpfr-3.1.3-patch1to12.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 17 09:39:33 UTC 2016 - rguenther@suse.com
- Add cummulative patch mpfr-3.1.3-patch1to12.patch
* Bug fixes (see <http://www.mpfr.org/mpfr-3.1.3/#fixed>
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 21 15:09:38 UTC 2015 - astieger@suse.com Sun Jun 21 15:09:38 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package mpfr # spec file for package mpfr
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -27,6 +27,7 @@ Source0: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2
Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc
Source2: %{name}.keyring Source2: %{name}.keyring
Source3: baselibs.conf Source3: baselibs.conf
Patch: mpfr-3.1.3-patch1to12.patch
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -66,6 +67,7 @@ based on the GMP multiple-precision library.
%prep %prep
%setup -q %setup -q
%patch -p1
%build %build
%configure \ %configure \