From e64a4e6af94ee9b02655b96fe50a416781c7e811 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Jul 20 2016 20:53:15 +0000 Subject: new upstream release 0.12.0 --- diff --git a/.gitignore b/.gitignore index c1f9e61..6df344a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libixion-0.9.1.tar.xz /libixion-0.11.0.tar.xz /libixion-0.11.1.tar.xz +/libixion-0.12.0.tar.xz diff --git a/libixion.spec b/libixion.spec index aaf52c2..228046f 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,24 +1,20 @@ -%global apiversion 0.11 +%global apiversion 0.12 Name: libixion -Version: 0.11.1 -Release: 2%{?dist} +Version: 0.12.0 +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 -BuildRequires: autoconf -BuildRequires: automake BuildRequires: boost-devel BuildRequires: help2man BuildRequires: pkgconfig(mdds-1.2) BuildRequires: pkgconfig(python3) BuildRequires: python3-sphinx -Patch0: 0001-update-boost.m4-to-fix-version-detection-with-gcc-6..patch - %description Ixion is a general purpose formula parser & interpreter that can calculate multiple named targets, or "cells". @@ -79,8 +75,6 @@ API documentation for %{name}. %autosetup -p1 %build -aclocal -I m4 -autoconf sed -i -e 's/sphinx-build/&-3/' -e s@doc/_build@doc/python@ Makefile.in %configure --disable-silent-rules --disable-static sed -i \ @@ -101,7 +95,7 @@ install -m 0755 -d %{buildroot}/%{_mandir}/man1 install -m 0644 ixion-parser.1 ixion-sorter.1 %{buildroot}/%{_mandir}/man1 # generate docs -make python-doc +# make doc %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -135,6 +129,9 @@ make %{?_smp_mflags} check %doc doc/python %changelog +* Wed Jul 20 2016 David Tardon - 0.12.0-1 +- new upstream release + * Tue Jul 19 2016 Fedora Release Engineering - 0.11.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 4d94253..875f1ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -891fac2bb0d0e17382526649ed4ad9ea libixion-0.11.1.tar.xz +427da1c197c6d7eab954f88b5be0a952 libixion-0.12.0.tar.xz