Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2018-08-22 14:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-server"

Wed Aug 22 14:11:18 2018 rev:46 rq:630102 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes    
2018-07-18 22:39:12.489890962 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes       
2018-08-22 14:11:19.593068224 +0200
@@ -1,0 +2,31 @@
+Thu Aug 16 21:59:56 UTC 2018 - [email protected]
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * Don't fetch missing parts from the resource. 
+  * Revert "ProtocolHelper: only unserialize payload we requested" 
+  * Monitor: rebuild Item from ntf if it's mustRetrieve but IFS is empty 
(kde#397131)
+  * ProtocolHelper: only unserialize payload we requested 
+  * Fix warning due to deleteLater on null object 
+  * Server: create new Collection in a single step 
+  * Monitor: fix broken subscription to only Item or Collection ntfs 
+  * Server: fix Item notifications being rejected on mimetype filters 
(kde#396781)
+  * Monitor: invalidate pending notifications on change 
+  * Notifications: retrieve Item when RID is missing 
+  * DataStore: don't access mNotificationCollector directly 
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:24 UTC 2018 - [email protected]
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Too many changes to list here
+- Build with gcc7 on Leap 42.3
+
+-------------------------------------------------------------------

Old:
----
  akonadi-18.04.3.tar.xz

New:
----
  akonadi-18.08.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ akonadi-server.spec ++++++
--- /var/tmp/diff_new_pack.nyoAzA/_old  2018-08-22 14:11:20.069069353 +0200
+++ /var/tmp/diff_new_pack.nyoAzA/_new  2018-08-22 14:11:20.069069353 +0200
@@ -20,11 +20,11 @@
 
 %define rname   akonadi
 Name:           akonadi-server
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        PIM Storage Service
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
@@ -32,10 +32,20 @@
 Source:         %{rname}-%{version}.tar.xz
 Source99:       akonadi-server-rpmlintrc
 %if 0%{?suse_version} > 1325
+BuildRequires:  libboost_graph-devel
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
+# Needed for 42.3
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} < 120300
+BuildRequires:  gcc6-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
+%endif
 BuildRequires:  cmake >= 3.0.0
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -174,6 +184,16 @@
 %setup -q -n %{rname}-%{version}
 
 %build
+  %if 0%{?suse_version} < 1330
+    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+    %if 0%{?sle_version} < 120300
+      export CC=gcc-6
+      export CXX=g++-6
+    %else
+      export CC=gcc-7
+      export CXX=g++-7
+    %endif
+  %endif
   %cmake_kf5 -d build -- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE 
-DQT_PLUGINS_DIR=%{_kf5_plugindir}
   %make_jobs
 

++++++ akonadi-18.04.3.tar.xz -> akonadi-18.08.0.tar.xz ++++++
++++ 17916 lines of diff (skipped)


Reply via email to