Hello community, here is the log from the commit of package muparser for openSUSE:Factory checked in at 2019-07-08 15:11:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/muparser (Old) and /work/SRC/openSUSE:Factory/.muparser.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "muparser" Mon Jul 8 15:11:01 2019 rev:12 rq:713703 version:2.2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/muparser/muparser.changes 2018-10-23 20:38:55.564649267 +0200 +++ /work/SRC/openSUSE:Factory/.muparser.new.4615/muparser.changes 2019-07-08 15:11:01.819345393 +0200 @@ -1,0 +2,5 @@ +Sat Jul 6 10:37:33 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim bias from descriptions. + +------------------------------------------------------------------- Old: ---- prepare-tar.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ muparser.spec ++++++ --- /var/tmp/diff_new_pack.FVeaGI/_old 2019-07-08 15:11:02.755346291 +0200 +++ /var/tmp/diff_new_pack.FVeaGI/_new 2019-07-08 15:11:02.759346294 +0200 @@ -1,7 +1,7 @@ # # spec file for package muparser # -# 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/ # @@ -26,7 +26,6 @@ Url: http://muparser.beltoforion.de/ Source: https://github.com/beltoforion/muparser/archive/v%{version}.tar.gz -Source9: prepare-tar.sh Source1: baselibs.conf Patch1: muparser-optflags.patch Patch2: muparser-abiversion.diff @@ -38,8 +37,8 @@ BuildRequires: pkg-config %description -muParser is an extensible high performance math parser library written in -C++. It works by transforming a mathematical expression into bytecode and +muParser is an extensible math parser library written in C++. It +works by transforming a mathematical expression into bytecode and precalculating constant parts of the expression. %package -n %lname @@ -47,8 +46,8 @@ Group: System/Libraries %description -n %lname -muParser is an extensible high performance math parser library written in -C++. It works by transforming a mathematical expression into bytecode and +muParser is an extensible math parser library written in C++. It +works by transforming a mathematical expression into bytecode and precalculating constant parts of the expression. %package devel @@ -57,8 +56,8 @@ Requires: %lname = %version %description devel -muParser is an extensible high performance math parser library written in -C++. It works by transforming a mathematical expression into bytecode and +muParser is an extensible math parser library written in C++. It +works by transforming a mathematical expression into bytecode and precalculating constant parts of the expression. %prep @@ -72,7 +71,7 @@ make -j1 %install -make install DESTDIR="%buildroot" +%make_install rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig
