From b0dc18e5c75a70661f432c74f1debcafd4b498cd806a9d7ceb2b1fbc4654acf7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 10 Feb 2017 08:49:42 +0000 Subject: [PATCH] Accepting request 455195 from KDE:Distro:Factory 1 OBS-URL: https://build.opensuse.org/request/show/455195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=37 --- libktorrent.changes | 5 +++++ libktorrent.spec | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libktorrent.changes b/libktorrent.changes index 7145c06..5e9fe9e 100644 --- a/libktorrent.changes +++ b/libktorrent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 13:00:35 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Oct 23 21:54:45 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/libktorrent.spec b/libktorrent.spec index 2bd1061..570b306 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -1,7 +1,7 @@ # # spec file for package libktorrent # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,11 @@ Source0: http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{ve Patch0: require-lower-LibGMP.patch # PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch Patch1: Fix-logging-framework-spamming.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel >= 5.1.3 @@ -54,7 +58,11 @@ libktorrent is a torrent downloading library. %package devel Summary: Development files for libktorrent Group: Development/Libraries/C and C++ +%if 0%{?suse_version} > 1325 +Requires: libboost_headers-devel +%else Requires: boost-devel +%endif Requires: gmp-devel Requires: libktorrent%{sonum} = %{version} Requires: libqca-qt5-devel