From 88e0b8d9a88c9eca62913bb39ad13939d2fe93003e402e85acf3315944c38f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Apr 2015 10:47:55 +0000 Subject: [PATCH] - Version bump to 0.9.1: * various triv bugfixes * Build with tests and work this time OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=16 --- libixion-0.9.0.tar.xz | 3 --- libixion-0.9.1.tar.xz | 3 +++ libixion.changes | 7 +++++++ libixion.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 libixion-0.9.0.tar.xz create mode 100644 libixion-0.9.1.tar.xz diff --git a/libixion-0.9.0.tar.xz b/libixion-0.9.0.tar.xz deleted file mode 100644 index c26df00..0000000 --- a/libixion-0.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 -size 351388 diff --git a/libixion-0.9.1.tar.xz b/libixion-0.9.1.tar.xz new file mode 100644 index 0000000..622ed5d --- /dev/null +++ b/libixion-0.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1 +size 356500 diff --git a/libixion.changes b/libixion.changes index 53eb290..8b99da2 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 13 10:47:29 UTC 2015 - tchvatal@suse.com + +- Version bump to 0.9.1: + * various triv bugfixes + * Build with tests and work this time + ------------------------------------------------------------------- Tue Mar 24 14:16:41 UTC 2015 - tchvatal@suse.com diff --git a/libixion.spec b/libixion.spec index 83379d0..44b2957 100644 --- a/libixion.spec +++ b/libixion.spec @@ -18,7 +18,7 @@ %define libname libixion-0_10-0 Name: libixion -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Threaded multi-target formula parser & interpreter License: MIT @@ -82,8 +82,7 @@ Python 2 bindings for %{name}. make %{?_smp_mflags} %check -# Tests broken in this release, wil be fixed next time -make check %{?_smp_mflags} || : +make check %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags}