From 9c22a48394c69e88c19c72ef0ea1ecdf92b4f22a58308015c86e25399beba6dc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 29 Jan 2012 20:37:45 +0000 Subject: [PATCH] Remove redundant tags/sections OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=23 --- mpc-0.8.1.tar.bz2 | 3 --- mpc-0.8.2.tar.bz2 | 3 +++ mpc.changes | 11 +++++++++++ mpc.spec | 20 +++++--------------- 4 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 mpc-0.8.1.tar.bz2 create mode 100644 mpc-0.8.2.tar.bz2 diff --git a/mpc-0.8.1.tar.bz2 b/mpc-0.8.1.tar.bz2 deleted file mode 100644 index 99c8165..0000000 --- a/mpc-0.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa90b0b544dca0bb5183769c8af960630d4c175bb9da2dd26523897832f9b8b1 -size 448800 diff --git a/mpc-0.8.2.tar.bz2 b/mpc-0.8.2.tar.bz2 new file mode 100644 index 0000000..8b23f9d --- /dev/null +++ b/mpc-0.8.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4171a3196c4062d73b0afb403b9bbf4182c34ba30699d1872b1cdcef6aeed2 +size 452168 diff --git a/mpc.changes b/mpc.changes index 38caee6..f41da90 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 29 20:35:55 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions + +------------------------------------------------------------------- +Mon Sep 6 13:59:51 UTC 2010 - rguenther@novell.com + +- Update to version 0.8.2. + * Speed-up of mpc_pow_ui through binary exponentiation. + ------------------------------------------------------------------- Thu Jul 1 09:52:55 UTC 2010 - rguenther@novell.com diff --git a/mpc.spec b/mpc.spec index 473ac2b..fd862bd 100644 --- a/mpc.spec +++ b/mpc.spec @@ -1,7 +1,7 @@ # -# spec file for package mpc (Version 0.8.1) +# spec file for package mpc # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%define debug_package_requires libmpc2 = %{version}-%{release} Name: mpc BuildRequires: gmp-devel mpfr-devel -License: LGPLv2.1+ +License: LGPL-2.1+ Group: Development/Libraries/C and C++ -AutoReqProv: on -Version: 0.8.1 -Release: 3 +Version: 0.8.2 +Release: 1 Summary: MPC multiple-precision complex shared library Url: http://www.multiprecision.org/mpc/ Source: mpc-%{version}.tar.bz2 @@ -40,10 +37,8 @@ built upon and follows the same principles as MPFR. %package -n libmpc2 -License: LGPLv2.1+ Summary: MPC multiple-precision complex shared library Group: Development/Libraries/C and C++ -AutoReqProv: on %description -n libmpc2 MPC is a C library for the arithmetic of complex numbers with @@ -53,11 +48,9 @@ built upon and follows the same principles as MPFR. %package devel -License: LGPLv2.1+ Summary: MPC multiple-precision complex library development files Group: Development/Libraries/C and C++ Requires: libmpc2 = %{version} mpfr-devel -AutoReqProv: on PreReq: %install_info_prereq %description devel @@ -89,9 +82,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/libmpc.la %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libmpc2 %defattr(-,root,root) %{_libdir}/libmpc.so.2*