From c6988647d4228461e92fef5a7b6fd0cb4f21d65a0b22925e531b231e32bdb18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 1 Feb 2017 15:38:27 +0000 Subject: [PATCH 1/2] Accepting request 453784 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/453784 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=93 --- gnote.changes | 5 +++++ gnote.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gnote.changes b/gnote.changes index d96ca51..58e0c63 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 10:55:46 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- 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 From 83e7817f13cd0b02099cc1f5b1658b0b91b4e1c039be6b85ab4bd8bef36de1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 1 Feb 2017 15:39:53 +0000 Subject: [PATCH 2/2] Tweak .changes OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=94 --- gnote.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnote.changes b/gnote.changes index 58e0c63..e121ac0 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Wed Feb 1 10:55:46 UTC 2017 - adam.majer@suse.de -- use individual libboost-*-devel packages instead of boost-devel +- 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