1 Commits

Author SHA256 Message Date
b3cccbb669 muparser 2.3.5 2025-02-09 23:34:47 +01:00
5 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
libmuparser2_3_4
libmuparser2_3_5
muparser-devel
requires "libmuparser2_3_4-<targettype> = <version>"
requires "libmuparser2_3_5-<targettype> = <version>"

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 9 22:33:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3.5
* Added rnd() function
* Bitwise "and" and "or" used the same precedence (now, bitwise
"and" priority is higher, like in C++)
* Added a SetByteCode function to allow restoring previously
extracted bytecode
-------------------------------------------------------------------
Tue Nov 15 19:31:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package muparser
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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_4
Version: 2.3.4
%define lname libmuparser2_3_5
Version: 2.3.5
Release: 0
Summary: A math parser library
License: MIT
@@ -66,8 +66,7 @@ precalculating constant parts of the expression.
%install
%cmake_install
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libmuparser.so.2*

BIN
v2.3.4.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v2.3.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.