forked from pool/muparser
- Update to release 2.3.3
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=28
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
libmuparser2_3_2
|
||||
libmuparser2_3_3
|
||||
muparser-devel
|
||||
requires "libmuparser2_3_2-<targettype> = <version>"
|
||||
requires "libmuparser2_3_3-<targettype> = <version>"
|
||||
|
||||
|
@@ -15,15 +15,20 @@ The abidiff(1) report from libabigail:
|
||||
|
||||
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)
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 21:00:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.3.3
|
||||
* Some issues found by fuzzers were fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 17 08:54:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@@ -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,8 +17,8 @@
|
||||
|
||||
|
||||
Name: muparser
|
||||
%define lname libmuparser2_3_2
|
||||
Version: 2.3.2
|
||||
%define lname libmuparser2_3_3
|
||||
Version: 2.3.3
|
||||
Release: 0
|
||||
Summary: A math parser library
|
||||
License: MIT
|
||||
@@ -72,12 +72,13 @@ precalculating constant parts of the expression.
|
||||
|
||||
%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
|
||||
|
BIN
v2.3.2.tar.gz
(Stored with Git LFS)
BIN
v2.3.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v2.3.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v2.3.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user