libixion 0.18.0 needed for liborcus
This commit is contained in:
parent
e20c8b0fd9
commit
34d4bb2003
1 changed files with 7 additions and 13 deletions
|
@ -1,18 +1,9 @@
|
|||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.3.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 13;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global apiversion 0.17
|
||||
%global apiversion 0.18
|
||||
|
||||
Name: libixion
|
||||
Version: 0.17.0
|
||||
Release: %autorelease
|
||||
Version: 0.18.0
|
||||
Release: 1
|
||||
Summary: A general purpose formula parser & interpreter library
|
||||
|
||||
License: MPL-2.0
|
||||
|
@ -23,7 +14,7 @@ BuildRequires: boost-devel
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkgconfig(mdds-2.0)
|
||||
BuildRequires: pkgconfig(mdds-2.1)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(spdlog)
|
||||
BuildRequires: make
|
||||
|
@ -145,6 +136,9 @@ make %{?_smp_mflags} check
|
|||
%doc doc/python
|
||||
|
||||
%changelog
|
||||
* Sat Aug 05 2023 Sandino Araico Sánchez <sandino@sandino.net> - 0.18.0-1
|
||||
- 0.18.0 needed for liborcus
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Reference in a new issue