update to 0.15.0 [release 0.15.0-1mamba;Sat Feb 01 2020]
This commit is contained in:
parent
320d85c4be
commit
a7ec99ad13
@ -1,7 +1,7 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libixion
|
Name: libixion
|
||||||
Version: 0.14.1
|
Version: 0.15.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
Summary: A general purpose formula parser and interpreter that can calculate multiple named targets, or “cells”
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,11 +16,14 @@ Patch2: libixion-0.5.0-libboost-1.52.patch
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libboost-devel >= 1.69.0-2mamba
|
BuildRequires: libboost-devel >= 1.69.0-2mamba
|
||||||
|
BuildRequires: libspdlog-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,6 +102,9 @@ sed -i "s|python3 >= 3.4|python-3.6 >= 3.4|" configure.ac
|
|||||||
#%{_bindir}/ixion-test
|
#%{_bindir}/ixion-test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-1mamba
|
||||||
|
- update to 0.15.0
|
||||||
|
|
||||||
* Tue Feb 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.1-2mamba
|
* Tue Feb 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.1-2mamba
|
||||||
- rebuilt with libboost 1.69.0-2mamba
|
- rebuilt with libboost 1.69.0-2mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user