Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2017-02-13 07:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
 and      /work/SRC/openSUSE:Factory/.calendarsupport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calendarsupport"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2017-01-25 22:46:16.350558033 +0100
+++ /work/SRC/openSUSE:Factory/.calendarsupport.new/calendarsupport.changes     
2017-02-13 07:05:23.718113216 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 06:40:43 UTC 2017 - [email protected]
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  calendarsupport-16.12.1.tar.xz

New:
----
  calendarsupport-16.12.2.tar.xz

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

Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.rcvSVQ/_old  2017-02-13 07:05:24.961935515 +0100
+++ /var/tmp/diff_new_pack.rcvSVQ/_new  2017-02-13 07:05:24.961935515 +0100
@@ -18,10 +18,10 @@
 
 %define lname libKF5CalendarSupport5
 Name:           calendarsupport
-Version:        16.12.1
+Version:        16.12.2
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE PIM calendaring support library
 License:        GPL-2.0+ and LGPL-2.1+

++++++ calendarsupport-16.12.1.tar.xz -> calendarsupport-16.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-16.12.1/CMakeLists.txt 
new/calendarsupport-16.12.2/CMakeLists.txt
--- old/calendarsupport-16.12.1/CMakeLists.txt  2016-12-27 08:23:08.000000000 
+0100
+++ new/calendarsupport-16.12.2/CMakeLists.txt  2017-01-21 08:32:20.000000000 
+0100
@@ -19,20 +19,20 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-set(PIM_VERSION "5.4.1")
+set(PIM_VERSION "5.4.2")
 
 set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.4.1")
-set(KDEPIM_LIB_VERSION "5.4.1")
+set(AKONADI_MIMELIB_VERSION "5.4.2")
+set(KDEPIM_LIB_VERSION "5.4.2")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.4.1")
-set(CALENDARUTILS_LIB_VERSION "5.4.1")
-set(KCALENDARCORE_LIB_VERSION "5.4.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.4.1")
-set(KHOLIDAYS_LIB_VERSION "5.4.1")
-set(AKONADICALENDAR_LIB_VERSION "5.4.1")
-set(PIMCOMMON_LIB_VERSION "5.4.1")
-set(AKONADI_VERSION "5.4.1")
+set(KMIME_LIB_VERSION "5.4.2")
+set(CALENDARUTILS_LIB_VERSION "5.4.2")
+set(KCALENDARCORE_LIB_VERSION "5.4.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.4.2")
+set(KHOLIDAYS_LIB_VERSION "5.4.2")
+set(AKONADICALENDAR_LIB_VERSION "5.4.2")
+set(PIMCOMMON_LIB_VERSION "5.4.2")
+set(AKONADI_VERSION "5.4.2")
 
 find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test UiTools)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-16.12.1/src/printing/itemlist/listprint.desktop 
new/calendarsupport-16.12.2/src/printing/itemlist/listprint.desktop
--- old/calendarsupport-16.12.1/src/printing/itemlist/listprint.desktop 
2016-12-27 08:23:08.000000000 +0100
+++ new/calendarsupport-16.12.2/src/printing/itemlist/listprint.desktop 
2017-01-21 08:32:20.000000000 +0100
@@ -36,7 +36,7 @@
 Comment[ca@valencia]=Este connector permet imprimir esdeveniments i pendents 
en forma de llista.
 Comment[cs]=tento modul umožňuje tisknout události a úlohy do seznamu.
 Comment[da]=Dette plugin gør at du kan udskrive begivenheder og opgaver på en 
liste.
-Comment[de]=Mit diesem Modul können Ereignisse und Aufgaben in Listenform 
ausgedruckt werden.
+Comment[de]=Mit diesem Modul können Termine und Aufgaben in Listenform 
ausgedruckt werden.
 Comment[en_GB]=This plugin allows you to print out events and to-dos in list 
form.
 Comment[es]=Este complemento le permite imprimir eventos y tareas pendientes 
en formato lista.
 Comment[et]=See plugin võimaldab trükkida sündmusi ja ülesandeid nimekirjana.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-16.12.1/src/printing/whatsnext/whatsnextprint.desktop 
new/calendarsupport-16.12.2/src/printing/whatsnext/whatsnextprint.desktop
--- old/calendarsupport-16.12.1/src/printing/whatsnext/whatsnextprint.desktop   
2016-12-27 08:23:08.000000000 +0100
+++ new/calendarsupport-16.12.2/src/printing/whatsnext/whatsnextprint.desktop   
2017-01-21 08:32:20.000000000 +0100
@@ -36,7 +36,7 @@
 Comment[ca@valencia]=Este connector vos permet imprimir una llista de tots els 
esdeveniments i pendents properes.
 Comment[cs]=Tento modul umožňuje tisk seznamu všech budoucích událostí a úkolů.
 Comment[da]=Dette plugin gør at du kan udskrive en liste med alle kommende 
begivenheder og opgaver.
-Comment[de]=Mit diesem Modul kann eine Liste der als nächstes anliegenden 
Ereignisse und Aufgaben gedruckt werden
+Comment[de]=Mit diesem Modul kann eine Liste der als nächstes anliegenden 
Termine und Aufgaben gedruckt werden
 Comment[en_GB]=This plugin allows you to print out a list of all upcoming 
events and to-dos.
 Comment[es]=Este complemento le permite imprimir una lista de todos los 
eventos y tareas pendientes futuras.
 Comment[et]=See plugin võimaldab trükkida kõigi eelseisvate sündmuste ja 
ülesannete nimekirja.


Reply via email to