From e18c235557199cb0a38cc9d4d71c491f7f09f54031f5f49aca88da1f3eed9413 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 3 Feb 2017 18:48:21 +0000 Subject: [PATCH] Accepting request 453801 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/453801 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivitymanagerd?expand=0&rev=37 --- kactivitymanagerd.changes | 5 +++++ kactivitymanagerd.spec | 4 ++++ 2 files changed, 9 insertions(+) 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