- Add cummulative patch mpfr-4.1.0-p7.patch fixing various bugs.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=65
This commit is contained in:
Richard Biener 2021-02-12 08:06:46 +00:00 committed by Git OBS Bridge
parent 4ec3e5dd09
commit a9a76bc87f
3 changed files with 1589 additions and 1 deletions

1581
mpfr-4.1.0-p7.diff Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 12 08:05:33 UTC 2021 - Richard Biener <rguenther@suse.com>
- Add cummulative patch mpfr-4.1.0-p7.patch fixing various bugs.
-------------------------------------------------------------------
Mon Jul 13 07:05:45 UTC 2020 - Richard Biener <rguenther@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mpfr
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,6 +27,7 @@ Source0: https://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.xz
Source1: https://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: baselibs.conf
Patch: mpfr-4.1.0-p7.diff
BuildRequires: gmp-devel
BuildRequires: pkgconfig
@ -67,6 +68,7 @@ based on the GMP multiple-precision library.
%prep
%setup -q
%patch -p1
%build
%configure \