OBS User unknown 2008-08-08 15:22:44 +00:00 committed by Git OBS Bridge
parent 59ec76b570
commit bf833d4d88
2 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 2 17:21:09 CEST 2008 - rguenther@suse.de
- make mpfr-debuginfo depend on libmpfr1 instead of mpfr
-------------------------------------------------------------------
Tue Jul 15 17:17:07 CEST 2008 - rguenther@suse.de

View File

@ -2,14 +2,22 @@
# spec file for package mpfr (Version 2.3.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define debug_package_requires libmpfr1
Name: mpfr
BuildRequires: gmp-devel
@ -18,7 +26,7 @@ Group: Development/Libraries/C and C++
AutoReqProv: on
Requires: gmp
Version: 2.3.1
Release: 6
Release: 7
Summary: The MPFR multiple-precision floating-point library
Url: http://www.mpfr.org/
Source: mpfr-%{version}.tar.bz2
@ -135,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/mpfr.h
%changelog
* Sat Aug 02 2008 rguenther@suse.de
- make mpfr-debuginfo depend on libmpfr1 instead of mpfr
* Tue Jul 15 2008 rguenther@suse.de
- allow build on SLES9 by disabling TLS usage there
* Tue Apr 29 2008 cthiel@suse.de