Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package muparser for openSUSE:Factory checked in at 2022-01-23 12:16:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/muparser (Old) and /work/SRC/openSUSE:Factory/.muparser.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "muparser" Sun Jan 23 12:16:13 2022 rev:15 rq:948164 version:2.3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/muparser/muparser.changes 2020-08-24 15:13:07.082686878 +0200 +++ /work/SRC/openSUSE:Factory/.muparser.new.1938/muparser.changes 2022-01-23 12:17:14.735843316 +0100 @@ -1,0 +2,6 @@ +Sat Jan 22 21:00:46 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 2.3.3.1 + * Some issues found by fuzzers were fixed. + +------------------------------------------------------------------- Old: ---- v2.3.2.tar.gz New: ---- v2.3.3-1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ muparser.spec ++++++ --- /var/tmp/diff_new_pack.nMsaY9/_old 2022-01-23 12:17:15.251839868 +0100 +++ /var/tmp/diff_new_pack.nMsaY9/_new 2022-01-23 12:17:15.259839814 +0100 @@ -1,7 +1,7 @@ # # spec file for package muparser # -# 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,14 +17,14 @@ Name: muparser -%define lname libmuparser2_3_2 -Version: 2.3.2 +%define lname libmuparser2_3_3 +Version: 2.3.3.1 Release: 0 Summary: A math parser library License: MIT Group: Productivity/Scientific/Math URL: http://muparser.beltoforion.de/ -Source: https://github.com/beltoforion/muparser/archive/v%{version}.tar.gz +Source: https://github.com/beltoforion/muparser/archive/v2.3.3-1.tar.gz Patch0: muparser-abiversion.diff Source1: baselibs.conf BuildRequires: cmake @@ -57,7 +57,7 @@ precalculating constant parts of the expression. %prep -%autosetup -p1 +%autosetup -p1 -n %name-2.3.3-1 %build %cmake \ @@ -72,12 +72,13 @@ %files -n %lname %_libdir/libmuparser.so.2* -%license License.txt +%license LICENSE %files devel %_includedir/muParser*.h %_libdir/libmuparser.so +%_libdir/cmake/ %_libdir/pkgconfig/muparser.pc -%doc Changes.txt +%doc CHANGELOG %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.nMsaY9/_old 2022-01-23 12:17:15.303839520 +0100 +++ /var/tmp/diff_new_pack.nMsaY9/_new 2022-01-23 12:17:15.307839493 +0100 @@ -1,5 +1,5 @@ -libmuparser2_3_2 +libmuparser2_3_3 muparser-devel - requires "libmuparser2_3_2-<targettype> = <version>" + requires "libmuparser2_3_3-<targettype> = <version>" ++++++ muparser-abiversion.diff ++++++ --- /var/tmp/diff_new_pack.nMsaY9/_old 2022-01-23 12:17:15.323839386 +0100 +++ /var/tmp/diff_new_pack.nMsaY9/_new 2022-01-23 12:17:15.327839359 +0100 @@ -15,16 +15,21 @@ Work around this messup by using the full version as unique SONAME. -diff -ru a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2020-06-17 10:52:15.574640873 +0200 -+++ b/CMakeLists.txt 2020-06-17 00:09:53.000000000 +0200 -@@ -74,7 +74,7 @@ - endif() +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: muparser-2.3.3/CMakeLists.txt +=================================================================== +--- muparser-2.3.3.orig/CMakeLists.txt ++++ muparser-2.3.3/CMakeLists.txt +@@ -75,7 +75,7 @@ endif() + set_target_properties(muparser PROPERTIES VERSION ${MUPARSER_VERSION} -+ SOVERSION ${MUPARSER_VERSION} - SOVERSION ${MUPARSER_VERSION_MAJOR} ++ SOVERSION ${MUPARSER_VERSION} ) - # Install the export set for use with the install-tree + if(ENABLE_SAMPLES)
