Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package akonadi-calendar-tools for
openSUSE:Factory checked in at 2023-05-12 20:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
and /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-calendar-tools"
Fri May 12 20:32:44 2023 rev:80 rq:1086224 version:23.04.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-04-23 22:44:52.329832935 +0200
+++
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1533/akonadi-calendar-tools.changes
2023-05-12 20:32:54.968647753 +0200
@@ -1,0 +2,9 @@
+Tue May 9 10:46:20 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/23.04.1/
+- No code change since 23.04.0
+
+-------------------------------------------------------------------
Old:
----
akonadi-calendar-tools-23.04.0.tar.xz
akonadi-calendar-tools-23.04.0.tar.xz.sig
New:
----
akonadi-calendar-tools-23.04.1.tar.xz
akonadi-calendar-tools-23.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-calendar-tools.spec ++++++
--- /var/tmp/diff_new_pack.tC8cUk/_old 2023-05-12 20:32:56.064654045 +0200
+++ /var/tmp/diff_new_pack.tC8cUk/_new 2023-05-12 20:32:56.072654090 +0200
@@ -19,7 +19,7 @@
%define kf5_version 5.104.0
%bcond_without released
Name: akonadi-calendar-tools
-Version: 23.04.0
+Version: 23.04.1
Release: 0
Summary: Console applications and utilities for managing calendars
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ akonadi-calendar-tools-23.04.0.tar.xz ->
akonadi-calendar-tools-23.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/akonadi-calendar-tools-23.04.0/CMakeLists.txt
new/akonadi-calendar-tools-23.04.1/CMakeLists.txt
--- old/akonadi-calendar-tools-23.04.0/CMakeLists.txt 2023-04-11
06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/CMakeLists.txt 2023-04-30
07:26:42.000000000 +0200
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.0")
+set(PIM_VERSION "5.23.1")
project(akonadi-calendar-tools VERSION ${PIM_VERSION})
set(KF_MIN_VERSION "5.103.0")
@@ -48,11 +48,11 @@
set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
-set(AKONADICALENDAR_LIB_VERSION "5.23.0")
-set(AKONADI_VERSION "5.23.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.23.0")
-set(KCALENDARCORE_LIB_VERSION "5.23.0")
-set(CALENDARUTILS_LIB_VERSION "5.23.0")
+set(AKONADICALENDAR_LIB_VERSION "5.23.1")
+set(AKONADI_VERSION "5.23.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.23.1")
+set(KCALENDARCORE_LIB_VERSION "5.23.1")
+set(CALENDARUTILS_LIB_VERSION "5.23.1")
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "5")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/akonadi-calendar-tools-23.04.0/po/de/calendarjanitor.po
new/akonadi-calendar-tools-23.04.1/po/de/calendarjanitor.po
--- old/akonadi-calendar-tools-23.04.0/po/de/calendarjanitor.po 2023-04-11
06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/de/calendarjanitor.po 2023-04-30
07:26:42.000000000 +0200
@@ -11,7 +11,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/akonadi-calendar-tools-23.04.0/po/de/konsolekalendar.po
new/akonadi-calendar-tools-23.04.1/po/de/konsolekalendar.po
--- old/akonadi-calendar-tools-23.04.0/po/de/konsolekalendar.po 2023-04-11
06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/de/konsolekalendar.po 2023-04-30
07:26:42.000000000 +0200
@@ -18,7 +18,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/akonadi-calendar-tools-23.04.0/po/gl/konsolekalendar.po
new/akonadi-calendar-tools-23.04.1/po/gl/konsolekalendar.po
--- old/akonadi-calendar-tools-23.04.0/po/gl/konsolekalendar.po 2023-04-11
06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/gl/konsolekalendar.po 2023-04-30
07:26:42.000000000 +0200
@@ -6,20 +6,21 @@
# Xosé <[email protected]>, 2008, 2009, 2013, 2014.
# Marce Villarino <[email protected]>, 2013, 2014.
# Adrián Chaves Fernández <[email protected]>, 2015, 2017.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2023.
msgid ""
msgstr ""
"Project-Id-Version: konsolekalendar\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-26 00:28+0000\n"
-"PO-Revision-Date: 2018-12-13 16:44+0100\n"
+"PO-Revision-Date: 2023-04-23 05:28+0200\n"
"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
-"Language-Team: Galician <[email protected]>\n"
+"Language-Team: Galician <[email protected]>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.12.3\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -397,6 +398,7 @@
msgid "Incidence Unique-string identifier"
msgstr "Identificador de cadea única para as incidencias"
+# well-spelled: AAAA
#: main.cpp:92
#, kde-format
msgid "Start from this day [YYYY-MM-DD]"
@@ -407,6 +409,7 @@
msgid "Start from this time [HH:MM:SS]"
msgstr "Comezar desde esta hora [HH:MM:SS]"
+# well-spelled: AAAA
#: main.cpp:94
#, kde-format
msgid "End at this day [YYYY-MM-DD]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/akonadi-calendar-tools-23.04.0/po/zh_CN/calendarjanitor.po
new/akonadi-calendar-tools-23.04.1/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-23.04.0/po/zh_CN/calendarjanitor.po
2023-04-11 06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/zh_CN/calendarjanitor.po
2023-04-30 07:26:42.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-24 00:44+0000\n"
-"PO-Revision-Date: 2023-04-10 14:13\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/akonadi-calendar-tools-23.04.0/po/zh_CN/konsolekalendar.po
new/akonadi-calendar-tools-23.04.1/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-23.04.0/po/zh_CN/konsolekalendar.po
2023-04-11 06:33:56.000000000 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/zh_CN/konsolekalendar.po
2023-04-30 07:26:42.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-11-26 00:28+0000\n"
-"PO-Revision-Date: 2023-04-10 14:13\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"