From bf833d4d8813dda51a0ba5f058de272fc695b3c0b76806e30a1cbd32980aabe1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 8 Aug 2008 15:22:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=9 --- mpfr.changes | 5 +++++ mpfr.spec | 16 +++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/mpfr.changes b/mpfr.changes index cac261c..044e691 100644 --- a/mpfr.changes +++ b/mpfr.changes @@ -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 diff --git a/mpfr.spec b/mpfr.spec index 27258a0..d015a1d 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -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