Hello community,

here is the log from the commit of package incidenceeditor for 
openSUSE:Leap:15.2 checked in at 2020-05-24 18:07:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/incidenceeditor (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.incidenceeditor.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "incidenceeditor"

Sun May 24 18:07:01 2020 rev:59 rq:806358 version:20.04.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/incidenceeditor/incidenceeditor.changes        
2020-05-12 11:33:28.335879466 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.incidenceeditor.new.2738/incidenceeditor.changes  
    2020-05-24 18:07:02.905896162 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:41:02 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+-------------------------------------------------------------------
@@ -16,2 +24,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -27,2 +33,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -44 +49 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -60 +65 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:
----
  incidenceeditor-20.04.0.tar.xz
  incidenceeditor-20.04.0.tar.xz.sig

New:
----
  incidenceeditor-20.04.1.tar.xz
  incidenceeditor-20.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.AKjMeF/_old  2020-05-24 18:07:03.297897010 +0200
+++ /var/tmp/diff_new_pack.AKjMeF/_new  2020-05-24 18:07:03.301897018 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           incidenceeditor
-Version:        20.04.0
+Version:        20.04.1
 Release:        0
 Summary:        Incidenceeditor library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ incidenceeditor-20.04.0.tar.xz -> incidenceeditor-20.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-20.04.0/CMakeLists.txt 
new/incidenceeditor-20.04.1/CMakeLists.txt
--- old/incidenceeditor-20.04.0/CMakeLists.txt  2020-04-17 02:40:47.000000000 
+0200
+++ new/incidenceeditor-20.04.1/CMakeLists.txt  2020-05-12 03:27:07.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.14.0")
+set(PIM_VERSION "5.14.1")
 
 project(incidenceeditor VERSION ${PIM_VERSION})
 
@@ -30,18 +30,18 @@
 
 
 set(INCIDENCEEDITOR_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.14.0")
-set(KDEPIM_LIB_VERSION "5.14.0")
+set(AKONADI_MIMELIB_VERSION "5.14.1")
+set(KDEPIM_LIB_VERSION "5.14.1")
 set(QT_REQUIRED_VERSION "5.12.0")
-set(KMIME_LIB_VERSION "5.14.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.14.0")
-set(KLDAP_LIB_VERSION "5.14.0")
-set(CALENDARUTILS_LIB_VERSION "5.14.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.14.0")
-set(LIBKDEPIM_LIB_VERSION "5.14.0")
-set(EVENTVIEW_LIB_VERSION "5.14.0")
-set(AKONADI_VERSION "5.14.0")
-set(AKONADICONTACT_LIB_VERSION "5.14.0")
+set(KMIME_LIB_VERSION "5.14.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.14.1")
+set(KLDAP_LIB_VERSION "5.14.1")
+set(CALENDARUTILS_LIB_VERSION "5.14.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.14.1")
+set(LIBKDEPIM_LIB_VERSION "5.14.1")
+set(EVENTVIEW_LIB_VERSION "5.14.1")
+set(AKONADI_VERSION "5.14.1")
+set(AKONADICONTACT_LIB_VERSION "5.14.1")
 
 set(KDIAGRAM_LIB_VERSION "1.4.0")
 find_package(KGantt ${KDIAGRAM_LIB_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-20.04.0/po/pl/libincidenceeditors.po 
new/incidenceeditor-20.04.1/po/pl/libincidenceeditors.po
--- old/incidenceeditor-20.04.0/po/pl/libincidenceeditors.po    2020-04-17 
02:40:46.000000000 +0200
+++ new/incidenceeditor-20.04.1/po/pl/libincidenceeditors.po    2020-05-12 
03:27:07.000000000 +0200
@@ -8,20 +8,20 @@
 # Robert Gomulka <[email protected]>, 2006.
 # Marta Rybczyńska <[email protected]>, 2008, 2010, 2013.
 # Artur Chłond <[email protected]>, 2010.
-# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2015, 2017, 2018, 2019.
+# Łukasz Wojniłowicz <[email protected]>, 2011, 2012, 2013, 2014, 
2015, 2017, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-12 09:13+0200\n"
-"PO-Revision-Date: 2019-12-03 15:49+0100\n"
+"PO-Revision-Date: 2020-04-19 09:33+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -332,7 +332,7 @@
 "When clicking <b>Cancel</b>, the settings will be discarded and the dialog "
 "will be closed."
 msgstr ""
-"Naciśnięcie <b>Zaniechaj</b> spowoduje odrzucenie zmian, a okno dialogowe "
+"Naciśnięcie <b>Anuluj</b> spowoduje odrzucenie zmian, a okno dialogowe "
 "zostanie zamknięte."
 
 #: categoryeditdialog.cpp:83
@@ -668,7 +668,7 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "C&ancel"
-msgstr "Z&aniechaj"
+msgstr "&Anuluj"
 
 #: incidenceattachment.cpp:509
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/incidenceeditor-20.04.0/po/zh_CN/libincidenceeditors.po 
new/incidenceeditor-20.04.1/po/zh_CN/libincidenceeditors.po
--- old/incidenceeditor-20.04.0/po/zh_CN/libincidenceeditors.po 2020-04-17 
02:40:47.000000000 +0200
+++ new/incidenceeditor-20.04.1/po/zh_CN/libincidenceeditors.po 2020-05-12 
03:27:07.000000000 +0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-04-12 09:13+0200\n"
-"PO-Revision-Date: 2020-03-25 19:56\n"
+"PO-Revision-Date: 2020-05-09 13:51\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to