Accepting request 790496 from devel:libraries:c_c++

- Add cummulative patch mpfr-4.0.2-p6.patch fixing various bugs.

OBS-URL: https://build.opensuse.org/request/show/790496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2020-04-05 18:49:00 +00:00 committed by Git OBS Bridge
commit 7e528b6b53
3 changed files with 1555 additions and 2 deletions

1546
mpfr-4.0.2-p6.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 1 07:27:49 UTC 2020 - Richard Biener <rguenther@suse.com>
- Add cummulative patch mpfr-4.0.2-p6.patch fixing various bugs.
-------------------------------------------------------------------
Mon Jul 15 11:26:24 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package mpfr
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,12 +22,13 @@ Release: 0
Summary: The GNU multiple-precision floating-point library
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
Url: http://www.mpfr.org/
URL: http://www.mpfr.org/
Source0: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2
Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc
Source2: %{name}.keyring
Source3: baselibs.conf
Patch0: floating-point-format-no-lto.patch
Patch1: mpfr-4.0.2-p6.patch
BuildRequires: gmp-devel
BuildRequires: pkgconfig
@ -69,6 +70,7 @@ based on the GMP multiple-precision library.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure \