diff --git a/libixion-0.11.1.tar.xz b/libixion-0.11.1.tar.xz deleted file mode 100644 index abb2b51..0000000 --- a/libixion-0.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede -size 366660 diff --git a/libixion-0.12.1.tar.xz b/libixion-0.12.1.tar.xz new file mode 100644 index 0000000..8997380 --- /dev/null +++ b/libixion-0.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2 +size 406300 diff --git a/libixion.changes b/libixion.changes index 3983b6c..95e49cd 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 1 12:54:11 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- +Sat Dec 3 13:44:31 UTC 2016 - tchvatal@suse.com + +- Version update to 0.12.1: + * Update to be in sync with orcus + * Small fixes around + ------------------------------------------------------------------- Wed May 25 11:55:37 UTC 2016 - tchvatal@suse.com diff --git a/libixion.spec b/libixion.spec index ef58f62..59261ff 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,7 +1,7 @@ # # spec file for package libixion # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,21 @@ # -%define libname libixion-0_11-0 +%define libname libixion-0_12-0 Name: libixion -Version: 0.11.1 +Version: 0.12.1 Release: 0 Summary: Threaded multi-target formula parser & interpreter License: MIT Group: Productivity/Publishing/Word Url: https://gitlab.com/ixion/ixion Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: coreutils BuildRequires: gcc-c++ BuildRequires: libstdc++-devel