SHA256
1
0
forked from pool/muparser

Accepting request 948164 from science

- Update to release 2.3.3.1

OBS-URL: https://build.opensuse.org/request/show/948164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/muparser?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-01-23 11:16:13 +00:00 committed by Git OBS Bridge
commit 2a9ee79362
6 changed files with 31 additions and 19 deletions

View File

@ -1,4 +1,4 @@
libmuparser2_3_2 libmuparser2_3_3
muparser-devel muparser-devel
requires "libmuparser2_3_2-<targettype> = <version>" requires "libmuparser2_3_3-<targettype> = <version>"

View File

@ -15,15 +15,20 @@ The abidiff(1) report from libabigail:
Work around this messup by using the full version as unique SONAME. 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 CMakeLists.txt | 2 +-
+++ b/CMakeLists.txt 2020-06-17 00:09:53.000000000 +0200 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -74,7 +74,7 @@
endif() 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 set_target_properties(muparser PROPERTIES
VERSION ${MUPARSER_VERSION} VERSION ${MUPARSER_VERSION}
+ SOVERSION ${MUPARSER_VERSION}
- SOVERSION ${MUPARSER_VERSION_MAJOR} - SOVERSION ${MUPARSER_VERSION_MAJOR}
+ SOVERSION ${MUPARSER_VERSION}
) )
# Install the export set for use with the install-tree if(ENABLE_SAMPLES)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 22 21:00:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3.3.1
* Some issues found by fuzzers were fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 17 08:54:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com> Wed Jun 17 08:54:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package muparser # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: muparser Name: muparser
%define lname libmuparser2_3_2 %define lname libmuparser2_3_3
Version: 2.3.2 Version: 2.3.3.1
Release: 0 Release: 0
Summary: A math parser library Summary: A math parser library
License: MIT License: MIT
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: http://muparser.beltoforion.de/ 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 Patch0: muparser-abiversion.diff
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: cmake BuildRequires: cmake
@ -57,7 +57,7 @@ works by transforming a mathematical expression into bytecode and
precalculating constant parts of the expression. precalculating constant parts of the expression.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %name-2.3.3-1
%build %build
%cmake \ %cmake \
@ -72,12 +72,13 @@ precalculating constant parts of the expression.
%files -n %lname %files -n %lname
%_libdir/libmuparser.so.2* %_libdir/libmuparser.so.2*
%license License.txt %license LICENSE
%files devel %files devel
%_includedir/muParser*.h %_includedir/muParser*.h
%_libdir/libmuparser.so %_libdir/libmuparser.so
%_libdir/cmake/
%_libdir/pkgconfig/muparser.pc %_libdir/pkgconfig/muparser.pc
%doc Changes.txt %doc CHANGELOG
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b35fc84e3667d432e3414c8667d5764dfa450ed24a99eeef7ee3f6647d44f301
size 103979

3
v2.3.3-1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91d26d8274ae9cd9c776ee58250aeddc6b574f369eafd03b25045b858a2b8177
size 112100