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