Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package muparserx for openSUSE:Factory 
checked in at 2021-11-24 23:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/muparserx (Old)
 and      /work/SRC/openSUSE:Factory/.muparserx.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "muparserx"

Wed Nov 24 23:54:22 2021 rev:2 rq:933344 version:4.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/muparserx/muparserx.changes      2019-09-09 
12:34:05.881484957 +0200
+++ /work/SRC/openSUSE:Factory/.muparserx.new.1895/muparserx.changes    
2021-11-24 23:54:43.652427657 +0100
@@ -1,0 +2,7 @@
+Mon Nov 22 23:16:00 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 4.0.11
+  * Resolve an incorrect assignment during multiplication
+  * Logic operator lacked short-circuit feature
+
+-------------------------------------------------------------------

Old:
----
  muparserx-4.0.8.tar.gz

New:
----
  v4.0.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ muparserx.spec ++++++
--- /var/tmp/diff_new_pack.dbhYtF/_old  2021-11-24 23:54:44.288425522 +0100
+++ /var/tmp/diff_new_pack.dbhYtF/_new  2021-11-24 23:54:44.292425509 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package muparserx
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2015 Angelos Tzotsos <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,15 +17,15 @@
 #
 
 
-%define libbase 4_0_8
+%define libbase 4_0_11
 Name:           muparserx
-Version:        4.0.8
+Version:        4.0.11
 Release:        0
 Summary:        A C++ Library for Parsing Expressions
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://muparserx.beltoforion.de
-Source0:        
https://github.com/beltoforion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            http://muparserx.beltoforion.de
+Source:         
https://github.com/beltoforion/muparserx/archive/v%version.tar.gz
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
@@ -34,7 +34,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gnome
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A C++ Library for Parsing Expressions with Strings, Complex Numbers,
@@ -58,19 +57,19 @@
 Strings, Complex Numbers, Vectors, Matrices and more.
 
 %prep
-%setup -q
+%autosetup -p0
 
 %build
 %cmake  \
   -DBUILD_SHARED_LIBS:BOOL=ON \
   -DBUILD_SAMPLES:BOOL=OFF \
   -DCMAKE_BUILD_TYPE:STRING=Release
-make VERBOSE=1 %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
 mv %{buildroot}/usr/share/cmake %{buildroot}%{_libdir}
-dos2unix License.txt Readme.txt sample/*
+dos2unix sample/*
 pushd doc
 doxygen doxyfile.dox
 mkdir -p %{buildroot}%{_docdir}/%{name}-devel
@@ -84,12 +83,11 @@
 %postun -n lib%{name}%{libbase} -p /sbin/ldconfig
 
 %files -n lib%{name}%{libbase}
-%license License.txt
+%license LICENSE
 %{_libdir}/libmuparserx.so.*
 
 %files devel
-%doc Readme.txt sample html
-%license License.txt
+%doc Readme.md sample html
 %{_libdir}/libmuparserx.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/%{name}.pc

Reply via email to