SHA256
1
0
forked from pool/muparser

3 Commits

7 changed files with 26 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1739140487
commit: b3cccbb6694bda7487684c60bd9a59413ad0b43349dee320473b1bcfa825434e
url: https://src.opensuse.org/jengelh/muparser
revision: master

View File

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

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

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> Tue Nov 15 19:31:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

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