Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libm4rie for openSUSE:Factory checked in at 2022-11-19 18:09:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libm4rie (Old) and /work/SRC/openSUSE:Factory/.libm4rie.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libm4rie" Sat Nov 19 18:09:27 2022 rev:9 rq:1036741 version:20200125 Changes: -------- --- /work/SRC/openSUSE:Factory/libm4rie/libm4rie.changes 2020-06-11 10:08:25.571880775 +0200 +++ /work/SRC/openSUSE:Factory/.libm4rie.new.1597/libm4rie.changes 2022-11-19 18:09:35.530530512 +0100 @@ -1,0 +2,6 @@ +Sat Nov 19 02:04:18 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Use exact upstream version number + (switch from 0~20200125 -> 20200125) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libm4rie.spec ++++++ --- /var/tmp/diff_new_pack.Hmi7rA/_old 2022-11-19 18:09:35.966532977 +0100 +++ /var/tmp/diff_new_pack.Hmi7rA/_new 2022-11-19 18:09:35.970532999 +0100 @@ -1,7 +1,7 @@ # # spec file for package libm4rie # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,10 @@ Name: libm4rie +Version: 20200125 # Note that libm4rie is not always updated in lockstep with libm4ri, # and that is absolutely normal. -%define date 20200125 -%define lname libm4rie-0_0_%date -Version: 0~%date +%define lname libm4rie-0_0_%version Release: 0 Summary: Library for linear arithmetic over GF(2^e) License: GPL-2.0-or-later @@ -29,7 +28,7 @@ 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 +Source: https://bitbucket.org/malb/m4rie/downloads/m4rie-%version.tar.gz BuildRequires: libm4ri-devel BuildRequires: pkg-config @@ -58,11 +57,11 @@ applications that want to make use of libm4rie. %prep -%autosetup -n m4rie-%date +%autosetup -n m4rie-%version %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install @@ -72,7 +71,7 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%_libdir/libm4rie-0.0.%date.so +%_libdir/libm4rie-0.0.%version.so %files devel %_libdir/libm4rie.so