SHA256
6
0
forked from pool/mpfr
OBS User unknown
2009-03-03 17:34:45 +00:00
committed by Git OBS Bridge
parent 60790751d9
commit ca7f68c34b
3 changed files with 547 additions and 1 deletions

View File

@@ -26,10 +26,11 @@ Group: Development/Libraries/C and C++
AutoReqProv: on
Requires: gmp
Version: 2.4.0
Release: 1
Release: 2
Summary: The MPFR multiple-precision floating-point library
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
Patch1: mpfr-2.4.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -98,6 +99,7 @@ Authors:
%prep
%setup -q
%patch1 -p1
%build
%configure \
@@ -143,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/mpfr.h
%changelog
* Wed Feb 25 2009 rguenther@suse.de
- Apply current cummulative bugfixing patch.
* Fixes mpfr_snprintf and mpfr_vsnprintf buffer overflows.
* Tue Jan 27 2009 rguenther@suse.de
- Update to version 2.4.0.
* Function mpfr_init_gmp_rand is no longer defined.