diff --git a/scribus.changes b/scribus.changes index df786d2..ffafc79 100644 --- a/scribus.changes +++ b/scribus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 12:29:29 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Nov 15 15:06:30 UTC 2016 - wbauer@tmo.at diff --git a/scribus.spec b/scribus.spec index 13d7c4b..323d064 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,7 +1,7 @@ # # spec file for package scribus # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -34,7 +34,11 @@ Source6: %{name}.appdata.xml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: aspell BuildRequires: aspell-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cairo-devel BuildRequires: cmake >= 2.6.0 BuildRequires: cups-devel