Hello community, here is the log from the commit of package kdepimlibs4 for openSUSE:Factory checked in at 2017-02-08 10:46:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepimlibs4 (Old) and /work/SRC/openSUSE:Factory/.kdepimlibs4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepimlibs4" Changes: -------- --- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes 2016-11-16 13:45:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 2017-02-08 10:46:01.432656246 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 11:35:05 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepimlibs4.spec ++++++ --- /var/tmp/diff_new_pack.Um8zja/_old 2017-02-08 10:46:02.168553702 +0100 +++ /var/tmp/diff_new_pack.Um8zja/_new 2017-02-08 10:46:02.172553145 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdepimlibs4 # -# 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 @@ -26,7 +26,11 @@ Source: kdepimlibs-%{version}.tar.xz Source1: baselibs.conf Patch1: disable-pth-build.diff +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_graph-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cyrus-sasl-devel BuildRequires: fdupes BuildRequires: gpgme-devel @@ -155,7 +159,11 @@ %package -n libkdepimlibs4-devel Summary: KDE PIM Libraries: Build Environment Group: Development/Libraries/KDE +%if 0%{?suse_version} > 1325 +Requires: libboost_graph-devel +%else Requires: boost-devel +%endif Requires: kdepimlibs4 = %{version} Requires: libakonadi4 = %{version} Requires: libakonadiprotocolinternals-devel
