SHA256
1
0
forked from pool/libixion

- 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
This commit is contained in:
Tomáš Chvátal 2015-04-13 10:47:55 +00:00 committed by Git OBS Bridge
parent 32eea05e88
commit 88e0b8d9a8
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5
size 351388

3
libixion-0.9.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1
size 356500

View File

@ -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

View File

@ -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}