diff --git a/gnote.changes b/gnote.changes index d96ca51..e121ac0 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 1 10:55:46 UTC 2017 - adam.majer@suse.de + +- Use individual libboost-*-devel packages instead of boost-devel. + + Add conditional libboost_test-devel BuildRequires. + ------------------------------------------------------------------- Tue Nov 29 10:47:05 UTC 2016 - dimstar@opensuse.org diff --git a/gnote.spec b/gnote.spec index 5fe2f32..0321fcd 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,7 +1,7 @@ # # spec file for package gnote # -# 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,11 @@ License: GPL-3.0+ Group: Productivity/Text/Editors Url: http://live.gnome.org/Gnote Source: http://download.gnome.org/sources/gnote/3.22/%{name}-%{version}.tar.xz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_test-devel +%else BuildRequires: boost-devel >= 1.34 +%endif BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool