Hello community,

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

Package is "akonadi-server"

Mon May  8 18:45:38 2017 rev:27 rq:490333 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes    
2017-03-15 00:50:22.957941005 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes       
2017-05-08 18:45:43.722673480 +0200
@@ -1,0 +2,44 @@
+Sun Apr 16 10:44:43 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Remove unused variable
+  * Remove compile warning
+  * Update search query from CollectionModifyJob
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:10 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Fix some -Wdocumentation warnings
+  * Fix redefinition of QAddConst
+  * Port some foreach code
+  * ResourceBase: cancelTask() when PrepareItemsRetrieval job returns 0 items
+  * Handle nested exceptions during error handling
+  * Improve some ETM warnings
+  * abi::__forced_unwind is only part of gnu's libstc++.
+  * Remove unused include
+
+-------------------------------------------------------------------
+Thu Mar 30 05:28:34 UTC 2017 - [email protected]
+
+- Drop upstreamed patch: handle-mysql-process-crashes-gracefully.patch
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:05 CET 2017 - [email protected]
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  akonadi-16.12.3.tar.xz
  handle-mysql-process-crashes-gracefully.patch

New:
----
  akonadi-17.04.0.tar.xz

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

Other differences:
------------------
++++++ akonadi-server.spec ++++++
--- /var/tmp/diff_new_pack.uVmHcJ/_old  2017-05-08 18:45:44.470567721 +0200
+++ /var/tmp/diff_new_pack.uVmHcJ/_new  2017-05-08 18:45:44.474567156 +0200
@@ -16,21 +16,21 @@
 #
 
 
+%bcond_without lang
+
 %define rname   akonadi
-%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:           akonadi-server
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
+%define kf5_version 5.26.0
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        PIM Storage Service
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://akonadi-project.org
 Source:         %{rname}-%{version}.tar.xz
 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
@@ -78,6 +78,7 @@
 Provides:       akonadi5 = %{version}
 # Needed for users of unstable repositories
 Obsoletes:      akonadi < %{version}
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1320
 Obsoletes:      akonadi-runtime < %{version}
@@ -167,9 +168,12 @@
 This package contains development files of Akonadi, the KDE PIM storage
 service.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n %{rname}-%{version}
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE 
-DQT_PLUGINS_DIR=%{_kf5_plugindir}
@@ -177,6 +181,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post
 /sbin/ldconfig
@@ -267,4 +274,9 @@
 %{_libdir}/libKF5AkonadiXml.so
 %{_libdir}/qt5/mkspecs/modules/qt_AkonadiXml.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ akonadi-16.12.3.tar.xz -> akonadi-17.04.0.tar.xz ++++++
++++ 144724 lines of diff (skipped)


Reply via email to