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