SHA256
1
0
forked from pool/ktorrent
Dominique Leuenberger 2017-02-08 09:46:56 +00:00 committed by Git OBS Bridge
parent 142d422945
commit e14a26004e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 11:54:27 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Sun Sep 4 14:55:52 UTC 2016 - astieger@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ktorrent
#
# 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
@ -34,7 +34,11 @@ Patch1: suse-dht-warning.diff
Patch2: initial-preference.diff
# PATCH-FIX-UPSTREAM fix-build-with-newer-kconfig.diff -- Fix build with newer KConfig
Patch3: fix-build-with-newer-kconfig.diff
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: gmp-devel