Hello community, here is the log from the commit of package mpir for openSUSE:Factory checked in at 2019-02-27 17:27:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpir (Old) and /work/SRC/openSUSE:Factory/.mpir.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpir" Wed Feb 27 17:27:41 2019 rev:9 rq:674500 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mpir/mpir.changes 2018-02-13 10:26:55.238461036 +0100 +++ /work/SRC/openSUSE:Factory/.mpir.new.28833/mpir.changes 2019-02-27 17:27:42.835351657 +0100 @@ -1,0 +2,6 @@ +Wed Feb 13 08:51:41 UTC 2019 - [email protected] + +- Run autoreconf to get uptodate configure scripts +- Use %license + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpir.spec ++++++ --- /var/tmp/diff_new_pack.RqqrJI/_old 2019-02-27 17:27:43.355351470 +0100 +++ /var/tmp/diff_new_pack.RqqrJI/_new 2019-02-27 17:27:43.355351470 +0100 @@ -1,7 +1,7 @@ # # spec file for package mpir # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Version: 3.0.0 Release: 0 Summary: Multiprecision integer library derived from GMP -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/Scientific/Math Url: http://mpir.org/ @@ -31,7 +31,10 @@ Source: http://mpir.org/%name-%version.tar.bz2 Patch1: gmp-noexec.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: libtool BuildRequires: m4 BuildRequires: yasm >= 1.3 @@ -82,6 +85,8 @@ %patch -P 1 -p1 %build +# Update configure scripts to modern versions. +autoreconf -fi export CFLAGS="%optflags -fexceptions" export CXXFLAGS="%optflags -fexceptions" # SLES11 %%configure contains --target=, but this is wrong to use. @@ -129,7 +134,8 @@ %files -n libmpir-devel %defattr(-, root, root) -%doc COPYING README +%doc README +%license COPYING %_includedir/*.h %_libdir/libmpir.so %_libdir/libmpirxx.so
