forked from pool/muparser
- Update to release 2.3.3.1
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=30
This commit is contained in:
parent
877ea6b43d
commit
2c61c8fee0
@ -15,26 +15,14 @@ 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.
|
||||||
|
|
||||||
(Also temporarily fixup the version field; cf.
|
|
||||||
https://github.com/beltoforion/muparser/issues/111)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
CMakeLists.txt | 4 ++--
|
CMakeLists.txt | 2 +-
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
Index: muparser-2.3.3/CMakeLists.txt
|
Index: muparser-2.3.3/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- muparser-2.3.3.orig/CMakeLists.txt
|
--- muparser-2.3.3.orig/CMakeLists.txt
|
||||||
+++ muparser-2.3.3/CMakeLists.txt
|
+++ muparser-2.3.3/CMakeLists.txt
|
||||||
@@ -13,7 +13,7 @@ project(muParserProject)
|
|
||||||
# Bump versions on release
|
|
||||||
set(MUPARSER_VERSION_MAJOR 2)
|
|
||||||
set(MUPARSER_VERSION_MINOR 3)
|
|
||||||
-set(MUPARSER_VERSION_PATCH 2)
|
|
||||||
+set(MUPARSER_VERSION_PATCH 3)
|
|
||||||
set(MUPARSER_VERSION ${MUPARSER_VERSION_MAJOR}.${MUPARSER_VERSION_MINOR}.${MUPARSER_VERSION_PATCH})
|
|
||||||
|
|
||||||
# Build options
|
|
||||||
@@ -75,7 +75,7 @@ endif()
|
@@ -75,7 +75,7 @@ endif()
|
||||||
|
|
||||||
set_target_properties(muparser PROPERTIES
|
set_target_properties(muparser PROPERTIES
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 22 21:00:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jan 22 21:00:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Update to release 2.3.3
|
- Update to release 2.3.3.1
|
||||||
* Some issues found by fuzzers were fixed.
|
* Some issues found by fuzzers were fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
Name: muparser
|
Name: muparser
|
||||||
%define lname libmuparser2_3_3
|
%define lname libmuparser2_3_3
|
||||||
Version: 2.3.3
|
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 \
|
||||||
|
3
v2.3.3-1.tar.gz
Normal file
3
v2.3.3-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91d26d8274ae9cd9c776ee58250aeddc6b574f369eafd03b25045b858a2b8177
|
||||||
|
size 112100
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3edbbda3117a7c9a9c54ce67c827a3fa02617a0655efa13676daf652a6d63235
|
|
||||||
size 112102
|
|
Loading…
Reference in New Issue
Block a user