diff --git a/krita.changes b/krita.changes index f8f902b..dbec1b8 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 11:52:50 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Jan 31 20:30:18 UTC 2017 - wbauer@tmo.at diff --git a/krita.spec b/krita.spec index 97cb468..dd8ef49 100644 --- a/krita.spec +++ b/krita.spec @@ -34,7 +34,11 @@ BuildRequires: OpenEXR-devel BuildRequires: Vc-devel-static BuildRequires: kcrash-devel %endif +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_system-devel +%else BuildRequires: boost-devel +%endif BuildRequires: extra-cmake-modules BuildRequires: fftw3-devel BuildRequires: gsl-devel