diff --git a/kactivitymanagerd.changes b/kactivitymanagerd.changes index ca54479..31be0a9 100644 --- a/kactivitymanagerd.changes +++ b/kactivitymanagerd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 11:33:58 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Thu Jan 26 19:58:06 CET 2017 - fabian@ritter-vogt.de diff --git a/kactivitymanagerd.spec b/kactivitymanagerd.spec index f175e3b..50b82d5 100644 --- a/kactivitymanagerd.spec +++ b/kactivitymanagerd.spec @@ -25,7 +25,11 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://projects.kde.org/kactivitymanagerd Source: kactivitymanagerd-%{version}.tar.xz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel >= 1.49.0 +%endif BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 5.18.0 BuildRequires: fdupes