Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2c6b3be8a2 | |||
|
|
2ad4ba8a6d | ||
| a526022c18 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1739140487
|
||||
commit: b3cccbb6694bda7487684c60bd9a59413ad0b43349dee320473b1bcfa825434e
|
||||
url: https://src.opensuse.org/jengelh/muparser
|
||||
revision: master
|
||||
@@ -1,4 +1,4 @@
|
||||
libmuparser2_3_4
|
||||
libmuparser2_3_5
|
||||
muparser-devel
|
||||
requires "libmuparser2_3_4-<targettype> = <version>"
|
||||
requires "libmuparser2_3_5-<targettype> = <version>"
|
||||
|
||||
|
||||
BIN
build.specials.obscpio
LFS
Normal file
BIN
build.specials.obscpio
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
LFS
BIN
v2.3.4.tar.gz
LFS
Binary file not shown.
BIN
v2.3.5.tar.gz
LFS
Normal file
BIN
v2.3.5.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user