From abafdde5bf98b4657187608270f4be6e81b6a57a6731c282979192e7fc80b830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 3 Dec 2016 13:46:36 +0000 Subject: [PATCH 1/2] - Version update to 0.12.1: * Update to be in sync with orcus * Small fixes around OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=22 --- libixion-0.11.1.tar.xz | 3 --- libixion-0.12.1.tar.xz | 3 +++ libixion.changes | 7 +++++++ libixion.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 libixion-0.11.1.tar.xz create mode 100644 libixion-0.12.1.tar.xz 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..0957449 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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..94c5abf 100644 --- a/libixion.spec +++ b/libixion.spec @@ -16,9 +16,9 @@ # -%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 From 89ae015fa6796c2d1df87c169a3f5586e7f9c7e5601da378ac1db12ec24a3077 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 1 Feb 2017 12:59:50 +0000 Subject: [PATCH 2/2] Accepting request 453851 from home:adamm:branches:devel:libraries:c_c++ - use individual libboost-*-devel packages instead of boost-devel OBS-URL: https://build.opensuse.org/request/show/453851 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=23 --- libixion.changes | 5 +++++ libixion.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libixion.changes b/libixion.changes index 0957449..95e49cd 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/libixion.spec b/libixion.spec index 94c5abf..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 @@ -25,7 +25,12 @@ 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