Hello community, here is the log from the commit of package libepubgen for openSUSE:Factory checked in at 2017-02-02 15:42:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libepubgen (Old) and /work/SRC/openSUSE:Factory/.libepubgen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libepubgen" Changes: -------- --- /work/SRC/openSUSE:Factory/libepubgen/libepubgen.changes 2016-08-10 19:55:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libepubgen.new/libepubgen.changes 2017-02-03 17:47:23.638392912 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 12:50:04 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libepubgen.spec ++++++ --- /var/tmp/diff_new_pack.U0fOlu/_old 2017-02-03 17:47:23.986343861 +0100 +++ /var/tmp/diff_new_pack.U0fOlu/_new 2017-02-03 17:47:23.990343298 +0100 @@ -1,7 +1,7 @@ # # spec file for package libepubgen # -# 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 @@ Group: Productivity/Publishing/Word Url: https://sourceforge.net/projects/libepubgen/ Source: http://downloads.sourceforge.net/%{name}/%{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++
