Hello community,

here is the log from the commit of package kalarmcal for openSUSE:Factory 
checked in at 2020-11-10 13:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kalarmcal (Old)
 and      /work/SRC/openSUSE:Factory/.kalarmcal.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kalarmcal"

Tue Nov 10 13:35:36 2020 rev:66 rq:846635 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalarmcal/kalarmcal.changes      2020-10-12 
13:49:07.253965375 +0200
+++ /work/SRC/openSUSE:Factory/.kalarmcal.new.11331/kalarmcal.changes   
2020-11-10 13:35:38.764927398 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:45:41 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

Old:
----
  kalarmcal-20.08.2.tar.xz
  kalarmcal-20.08.2.tar.xz.sig

New:
----
  kalarmcal-20.08.3.tar.xz
  kalarmcal-20.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ kalarmcal.spec ++++++
--- /var/tmp/diff_new_pack.tdgnTF/_old  2020-11-10 13:35:39.380926174 +0100
+++ /var/tmp/diff_new_pack.tdgnTF/_new  2020-11-10 13:35:39.380926174 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kalarmcal
-Version:        20.08.2
+Version:        20.08.3
 Release:        0
 Summary:        Library for handling kalarm calendar data
 License:        LGPL-2.1-or-later


++++++ kalarmcal-20.08.2.tar.xz -> kalarmcal-20.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/CMakeLists.txt 
new/kalarmcal-20.08.3/CMakeLists.txt
--- old/kalarmcal-20.08.2/CMakeLists.txt        2020-10-06 05:38:24.000000000 
+0200
+++ new/kalarmcal-20.08.3/CMakeLists.txt        2020-11-03 01:44:30.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.2")
+set(PIM_VERSION "5.15.3")
 
 project(KAlarmCal VERSION ${PIM_VERSION})
 
@@ -26,9 +26,9 @@
 
 set(KALARM_LIB_VERSION ${PIM_VERSION})
 
-set(CALENDARUTILS_LIB_VERSION "5.15.2")
-set(IDENTITYMANAGER_LIB_VERSION "5.15.2")
-set(AKONADI_LIB_VERSION "5.15.2")
+set(CALENDARUTILS_LIB_VERSION "5.15.3")
+set(IDENTITYMANAGER_LIB_VERSION "5.15.3")
+set(AKONADI_LIB_VERSION "5.15.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KALARMCAL
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kalarmcal_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5AlarmCalendarConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/po/cs/libkalarmcal5-serializer.po 
new/kalarmcal-20.08.3/po/cs/libkalarmcal5-serializer.po
--- old/kalarmcal-20.08.2/po/cs/libkalarmcal5-serializer.po     2020-10-06 
05:38:21.000000000 +0200
+++ new/kalarmcal-20.08.3/po/cs/libkalarmcal5-serializer.po     2020-11-03 
01:44:24.000000000 +0100
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.08.0\n"
+"X-Generator: Lokalize 20.08.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: akonadi_serializer_kalarm.cpp:120
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/po/fr/libkalarmcal5-serializer.po 
new/kalarmcal-20.08.3/po/fr/libkalarmcal5-serializer.po
--- old/kalarmcal-20.08.2/po/fr/libkalarmcal5-serializer.po     2020-10-06 
05:38:22.000000000 +0200
+++ new/kalarmcal-20.08.3/po/fr/libkalarmcal5-serializer.po     2020-11-03 
01:44:27.000000000 +0100
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 20.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/po/it/libkalarmcal5-serializer.po 
new/kalarmcal-20.08.3/po/it/libkalarmcal5-serializer.po
--- old/kalarmcal-20.08.2/po/it/libkalarmcal5-serializer.po     2020-10-06 
05:38:22.000000000 +0200
+++ new/kalarmcal-20.08.3/po/it/libkalarmcal5-serializer.po     2020-11-03 
01:44:29.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Federico Zenith <federico.zen...@member.fsf.org>, 2011, 2014.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2019.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2019, 2020.
 # Vincenzo Reale <smart2...@baslug.org>, 2020.
 #
 msgid ""
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: akonadi_serializer_kalarm.cpp:120
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/po/pl/libkalarmcal5-serializer.po 
new/kalarmcal-20.08.3/po/pl/libkalarmcal5-serializer.po
--- old/kalarmcal-20.08.2/po/pl/libkalarmcal5-serializer.po     2020-10-06 
05:38:23.000000000 +0200
+++ new/kalarmcal-20.08.3/po/pl/libkalarmcal5-serializer.po     2020-11-03 
01:44:30.000000000 +0100
@@ -8,14 +8,14 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-27 08:17+0200\n"
-"PO-Revision-Date: 2020-05-16 08:54+0200\n"
+"PO-Revision-Date: 2020-10-17 05:44+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\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 20.07.70\n"
+"X-Generator: Lokalize 20.08.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -335,7 +335,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Hide command error"
-msgstr ""
+msgstr "Ukryj błędy polecenia"
 
 #: kaeventformatter.cpp:140
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalarmcal-20.08.2/po/zh_CN/libkalarmcal5-serializer.po 
new/kalarmcal-20.08.3/po/zh_CN/libkalarmcal5-serializer.po
--- old/kalarmcal-20.08.2/po/zh_CN/libkalarmcal5-serializer.po  2020-10-06 
05:38:24.000000000 +0200
+++ new/kalarmcal-20.08.3/po/zh_CN/libkalarmcal5-serializer.po  2020-11-03 
01:44:30.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-27 08:17+0200\n"
-"PO-Revision-Date: 2020-09-23 12:21\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarmcal-20.08.2/po/zh_CN/libkalarmcal5.po 
new/kalarmcal-20.08.3/po/zh_CN/libkalarmcal5.po
--- old/kalarmcal-20.08.2/po/zh_CN/libkalarmcal5.po     2020-10-06 
05:38:24.000000000 +0200
+++ new/kalarmcal-20.08.3/po/zh_CN/libkalarmcal5.po     2020-11-03 
01:44:30.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-16 07:42+0200\n"
-"PO-Revision-Date: 2020-09-23 12:21\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to