forked from pool/muparser
- Update to release 2.3.4
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=31
This commit is contained in:
parent
2c61c8fee0
commit
022c88bdec
@ -1,4 +1,4 @@
|
|||||||
libmuparser2_3_3
|
libmuparser2_3_4
|
||||||
muparser-devel
|
muparser-devel
|
||||||
requires "libmuparser2_3_3-<targettype> = <version>"
|
requires "libmuparser2_3_4-<targettype> = <version>"
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 15 19:31:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.3.4
|
||||||
|
* build: resolve sprintf deprecation warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: muparser
|
Name: muparser
|
||||||
%define lname libmuparser2_3_3
|
%define lname libmuparser2_3_4
|
||||||
Version: 2.3.3.1
|
Version: 2.3.4
|
||||||
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/v2.3.3-1.tar.gz
|
Source: https://github.com/beltoforion/muparser/archive/v%version.tar.gz
|
||||||
Patch0: muparser-abiversion.diff
|
Patch0: muparser-abiversion.diff
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -57,11 +57,10 @@ 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 -n %name-2.3.3-1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake -DCMAKE_INSTALL_PREFIX="%_prefix"
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix}
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91d26d8274ae9cd9c776ee58250aeddc6b574f369eafd03b25045b858a2b8177
|
|
||||||
size 112100
|
|
3
v2.3.4.tar.gz
Normal file
3
v2.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c3fa54a3ebf36dda0ed3e7cd5451c964afbb15102bdbcba08aafb359a290121
|
||||||
|
size 112693
|
Loading…
Reference in New Issue
Block a user