Hello community, here is the log from the commit of package libm4rie for openSUSE:Factory checked in at 2020-06-11 10:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libm4rie (Old) and /work/SRC/openSUSE:Factory/.libm4rie.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libm4rie" Thu Jun 11 10:07:47 2020 rev:8 rq:813176 version:0~20200125 Changes: -------- --- /work/SRC/openSUSE:Factory/libm4rie/libm4rie.changes 2015-11-16 18:51:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libm4rie.new.3606/libm4rie.changes 2020-06-11 10:08:25.571880775 +0200 @@ -1,0 +2,6 @@ +Wed Jun 10 10:04:56 UTC 2020 - Jan Engelhardt <[email protected]> + +- Update to release 20200125 + * Minor bug fixes. + +------------------------------------------------------------------- Old: ---- m4rie-20150908.tar.gz New: ---- m4rie-20200125.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libm4rie.spec ++++++ --- /var/tmp/diff_new_pack.X7ibDY/_old 2020-06-11 10:08:28.799891105 +0200 +++ /var/tmp/diff_new_pack.X7ibDY/_new 2020-06-11 10:08:28.803891118 +0200 @@ -1,7 +1,7 @@ # # spec file for package libm4rie # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,37 +12,37 @@ # 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/ # Name: libm4rie # Note that libm4rie is not always updated in lockstep with libm4ri, # and that is absolutely normal. -%define date 20150908 +%define date 20200125 %define lname libm4rie-0_0_%date Version: 0~%date Release: 0 -Summary: Library for fast linear arithmetic over GF(2^e) -License: GPL-2.0+ +Summary: Library for linear arithmetic over GF(2^e) +License: GPL-2.0-or-later Group: Productivity/Scientific/Math -Url: https://bitbucket.org/malb/m4rie +URL: https://bitbucket.org/malb/m4rie #Git-Clone: https://bitbucket.org/malb/m4rie.git Source: https://bitbucket.org/malb/m4rie/downloads/m4rie-%date.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libm4ri-devel +BuildRequires: pkg-config %description -M4RIE is a library for fast arithmetic with dense matrices over the +M4RIE is a library for arithmetic with dense matrices over the Galois Field GF(2^e). %package -n %lname -Summary: Library for fast linear arithmetic over GF(2^e) +Summary: Library for linear arithmetic over GF(2^e) Group: System/Libraries %description -n %lname -M4RIE is a library for fast arithmetic with dense matrices over the +M4RIE is a library for arithmetic with dense matrices over the Galois Field GF(2^e). %package devel @@ -51,14 +51,14 @@ Requires: %lname = %version %description devel -M4RIE is a library for fast arithmetic with dense matrices over the +M4RIE is a library for arithmetic with dense matrices over the Galois Field GF(2^e). This subpackage contains libraries and header files for developing applications that want to make use of libm4rie. %prep -%setup -qn m4rie-%date +%autosetup -n m4rie-%date %build %configure --disable-static @@ -68,13 +68,15 @@ %make_install rm -f "%buildroot/%_libdir"/*.la +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig + %files -n %lname -%defattr(-,root,root) %_libdir/libm4rie-0.0.%date.so %files devel -%defattr(-,root,root) %_libdir/libm4rie.so +%_libdir/pkgconfig/*.pc %_includedir/m4rie/ %changelog ++++++ m4rie-20150908.tar.gz -> m4rie-20200125.tar.gz ++++++ ++++ 29059 lines of diff (skipped)
