Hello community, here is the log from the commit of package akonadi-server for openSUSE:Factory checked in at 2017-02-08 10:45:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old) and /work/SRC/openSUSE:Factory/.akonadi-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-server" Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes 2017-01-25 23:15:40.576075342 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes 2017-02-08 10:45:39.483714705 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 09:54:19 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-server.spec ++++++ --- /var/tmp/diff_new_pack.A9d8PR/_old 2017-02-08 10:45:39.987644486 +0100 +++ /var/tmp/diff_new_pack.A9d8PR/_new 2017-02-08 10:45:39.991643929 +0100 @@ -31,7 +31,11 @@ Source99: akonadi-server-rpmlintrc # PATCH-FIX-UPSTREAM handle-mysql-process-crashes-gracefully.patch Patch0: handle-mysql-process-crashes-gracefully.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: kf5-filesystem @@ -138,7 +142,11 @@ Summary: Akonadi Framework: Build Environment Group: Development/Libraries/X11 Requires: %{name} = %{version} +%if 0%{?suse_version} > 1315 +Requires: libboost_headers-devel +%else Requires: boost-devel +%endif Requires: kcompletion-devel Requires: kdelibs4support-devel Requires: kitemmodels-devel
