diff --git a/gmp.changes b/gmp.changes index d66afb7..3143dae 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Apr 23 14:50:03 CEST 2009 - mrueckert@suse.de - -- added small workaround for easier transition - ------------------------------------------------------------------- Wed Apr 15 10:29:12 CEST 2009 - rguenther@suse.de diff --git a/gmp.spec b/gmp.spec index 8a167cd..caaf354 100644 --- a/gmp.spec +++ b/gmp.spec @@ -29,15 +29,13 @@ Obsoletes: gmp-64bit %endif # Version: 4.3.0 -Release: 1 +Release: 2 Summary: The GNU MP Library Url: http://gmplib.org/ Source: gmp-%{version}.tar.bz2 Patch0: gmp-noexec.diff Patch2: gmp-s390x.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: libgmp3 = %{version} -Requires: libgmpxx4 = %{version} %description A library for calculating huge numbers (integer and floating point). @@ -53,8 +51,8 @@ License: GPL v3 or later; LGPL v3 or later Summary: Shared library for the GNU MP Library Group: System/Libraries # in openSUSE 11.1 and SLE11 the shared libraries were in the gmp package itself -# Provides: gmp = 4.2.3 -# Obsoletes: gmp < 4.2.3 +Provides: gmp = 4.2.3 +Obsoletes: gmp < 4.2.3 %description -n libgmp3 Shared library for the GNU MP Library. @@ -162,10 +160,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/libgmpxx.a %clean rm -rf $RPM_BUILD_ROOT -%files -%defattr(-,root,root) -%doc COPYING* - %files -n libgmp3 %defattr(-,root,root) %{_libdir}/libgmp.so.3* @@ -186,8 +180,6 @@ rm -rf $RPM_BUILD_ROOT /usr/include/gmpxx.h %changelog -* Thu Apr 23 2009 mrueckert@suse.de -- added small workaround for easier transition * Wed Apr 15 2009 rguenther@suse.de - Update to version 4.3.0. * Speedups all over the board