From fbcfe76f0cf6f7232f47232027bd74a845df2d4ad754f4accdbd7d9ec1c34168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sun, 5 Feb 2017 02:33:17 +0000 Subject: [PATCH] Accepting request 454147 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/454147 OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=10 --- pulseview.changes | 5 +++++ pulseview.spec | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pulseview.changes b/pulseview.changes index b95fa8b..524564b 100644 --- a/pulseview.changes +++ b/pulseview.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 11:46:14 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sat Oct 22 21:26:57 UTC 2016 - stefan.bruens@rwth-aachen.de diff --git a/pulseview.spec b/pulseview.spec index a9daf39..ecf211d 100644 --- a/pulseview.spec +++ b/pulseview.spec @@ -1,7 +1,7 @@ # # spec file for package pulseview # -# 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 @@ -25,7 +25,13 @@ Group: Productivity/Scientific/Electronics Url: http://sigrok.org Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz Source1: org.sigrok.Pulseview.appdata.xml +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_test-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel >= 1.53.0 +%endif BuildRequires: cmake BuildRequires: glib2-devel %if 0%{?suse_version} > 1320