Hello community, here is the log from the commit of package libe-book for openSUSE:Factory checked in at 2017-02-19 00:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libe-book (Old) and /work/SRC/openSUSE:Factory/.libe-book.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libe-book" Changes: -------- --- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes 2016-08-12 15:33:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2017-02-19 00:43:36.134726853 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 12:48:02 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libe-book.spec ++++++ --- /var/tmp/diff_new_pack.4FNrwz/_old 2017-02-19 00:43:36.506674517 +0100 +++ /var/tmp/diff_new_pack.4FNrwz/_new 2017-02-19 00:43:36.510673954 +0100 @@ -1,7 +1,7 @@ # # spec file for package libe-book # -# 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 @@ -24,7 +24,11 @@ Group: Productivity/Publishing/Word Url: https://sourceforge.net/projects/libebook/ Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.xz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++
