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:
parent
0bc66dc265
commit
0481818530
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b35fc84e3667d432e3414c8667d5764dfa450ed24a99eeef7ee3f6647d44f301
|
||||
size 103979
|
3
v2.3.3.tar.gz
Normal file
3
v2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3edbbda3117a7c9a9c54ce67c827a3fa02617a0655efa13676daf652a6d63235
|
||||
size 112102
|
Loading…
Reference in New Issue
Block a user