From c1fff6c8295ef0d1d9d246f3898b8dab53259906905fac2e16e2c50a088d0823 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 3 Feb 2017 15:27:36 +0000 Subject: [PATCH] Accepting request 453759 from network 1 OBS-URL: https://build.opensuse.org/request/show/453759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=20 --- bitcoin.changes | 5 +++++ bitcoin.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bitcoin.changes b/bitcoin.changes index 7645944..0b0e706 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 10:00:28 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Wed Dec 14 08:01:13 UTC 2016 - mpluskal@suse.com diff --git a/bitcoin.spec b/bitcoin.spec index ae15bba..d5981fd 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -1,7 +1,7 @@ # # spec file for package bitcoin # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2014 P Rusnak # # All modifications and additions to the file contributed by third parties @@ -37,7 +37,14 @@ Source3: %{base}d.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: binutils-gold +%if 0%{?suse_version} > 1315 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_test-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: git BuildRequires: java-devel