Hello community,

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

Package is "akonadi-calendar"

Mon May  8 18:44:43 2017 rev:21 rq:490325 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes        
2017-03-15 00:49:38.444239644 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-calendar.new/akonadi-calendar.changes   
2017-05-08 18:44:44.639028439 +0200
@@ -1,0 +2,47 @@
+Sun Apr 16 10:44:41 CEST 2017 - lbeltr...@kde.org
+
+- 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:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:24:08 CEST 2017 - lbeltr...@kde.org
+
+- 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:
+  * Remove unused file
+  * Simplify unittest using QSignalSpy::wait()
+  * Fix indent
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:03 CET 2017 - lbeltr...@kde.org
+
+- 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:
+  * Add Q_DECL_OVERRIDE + nullptr
+  * Fix build: use MailTransportAkonadi to find messagequeuejob.h
+  * ITIPHandler: emit correct signal in case of an error loading the calendar.
+  * More work on itiphandlertest:
+  * Repair compilation of the invitation autotests. They are broken, but at 
least they build now (when enabled)
+  * Fix includes
+  * Don't exclude virtual calendar collections from ETMCalendar
+  * USe new mailtransport
+  * Adapt to new mailtransport
+  * Fix warning reported by cppcheck
+  * Minor optimization
+  * Optimization
+  * Use nullptr
+  * Remove one Q_FOREACH
+  * Port to for(... : ...)
+  * Add ECMCoverageOption
+
+-------------------------------------------------------------------

Old:
----
  akonadi-calendar-16.12.3.tar.xz

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

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

Other differences:
------------------
++++++ akonadi-calendar.spec ++++++
--- /var/tmp/diff_new_pack.mTUwMW/_old  2017-05-08 18:44:45.794864992 +0200
+++ /var/tmp/diff_new_pack.mTUwMW/_new  2017-05-08 18:44:45.798864427 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:           akonadi-calendar
-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.12.3 in KUA)
+# 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:        KDE PIM Libraries
 License:        LGPL-2.1+
@@ -50,6 +52,8 @@
 %package -n libKF5AkonadiCalendar5
 Summary:        KDE PIM Libraries: AkonadiCalendar
 Group:          Development/Libraries/KDE
+Provides:       %{name} = %{version}
+Recommends:     %{name}-lang
 
 %description  -n libKF5AkonadiCalendar5
 This package contains additional libraries for KDE PIM applications.
@@ -68,6 +72,10 @@
 This package contains necessary include files and libraries needed
 to develop KDE PIM applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n akonadi-calendar-%{version}
 
@@ -77,6 +85,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5AkonadiCalendar5 -p /sbin/ldconfig
 %postun -n libKF5AkonadiCalendar5 -p /sbin/ldconfig
@@ -98,4 +109,9 @@
 %{_kf5_libdir}/libKF5AkonadiCalendar.so
 %{_kf5_mkspecsdir}/qt_AkonadiCalendar.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

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


Reply via email to