From b89ede916088ec47050be586314a792a9224bc047c62bd68ca3d7199952da5c2 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 6 Feb 2017 12:59:40 +0000 Subject: [PATCH] Accepting request 454917 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/454917 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=39 --- krita.changes | 5 +++++ krita.spec | 4 ++++ 2 files changed, 9 insertions(+) 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