Hello community, here is the log from the commit of package libpagemaker for openSUSE:Factory checked in at 2017-02-19 00:44:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpagemaker (Old) and /work/SRC/openSUSE:Factory/.libpagemaker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpagemaker" Changes: -------- --- /work/SRC/openSUSE:Factory/libpagemaker/libpagemaker.changes 2016-08-12 15:34:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libpagemaker.new/libpagemaker.changes 2017-02-19 00:44:04.130787468 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 13:08:44 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpagemaker.spec ++++++ --- /var/tmp/diff_new_pack.ebl9nG/_old 2017-02-19 00:44:04.570725561 +0100 +++ /var/tmp/diff_new_pack.ebl9nG/_new 2017-02-19 00:44:04.574724999 +0100 @@ -1,7 +1,7 @@ # # spec file for package libpagemaker # -# 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 @@ -27,7 +27,11 @@ Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++
