new upstream release

This commit is contained in:
David Tardon 2016-05-13 15:16:37 +02:00
parent 28f4a5740c
commit 05f635932d
4 changed files with 8 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/libixion-0.9.0.tar.xz
/libixion-0.9.1.tar.xz
/libixion-0.11.0.tar.xz
/libixion-0.11.1.tar.xz

View File

@ -1,4 +0,0 @@
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

View File

@ -1,18 +1,17 @@
%global apiversion 0.11
Name: libixion
Version: 0.11.0
Release: 2%{?dist}
Version: 0.11.1
Release: 1%{?dist}
Summary: A general purpose formula parser & interpreter library
License: MPLv2.0
URL: https://gitlab.com/ixion/ixion
Source0: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
Source1: LICENSE
BuildRequires: boost-devel
BuildRequires: help2man
BuildRequires: pkgconfig(mdds-1.0) >= 1.1.0
BuildRequires: pkgconfig(mdds-1.2)
BuildRequires: pkgconfig(python3)
BuildRequires: python3-sphinx
@ -74,7 +73,6 @@ API documentation for %{name}.
%prep
%autosetup -p1
cp -p %{SOURCE1} .
sed -i -e 's/sphinx-build/&-3/' -e s@doc/_build@doc/python@ Makefile.in
%build
@ -131,6 +129,9 @@ make %{?_smp_mflags} check
%doc doc/python
%changelog
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 0.11.1-1
- new upstream release
* Fri Mar 11 2016 David Tardon <dtardon@redhat.com> - 0.11.0-2
- build python documentation

View File

@ -1 +1 @@
58405d2e92f3a1352276dad118f9238a libixion-0.11.0.tar.xz
891fac2bb0d0e17382526649ed4ad9ea libixion-0.11.1.tar.xz