commit akonadi-calendar-tools for openSUSE:Factory

2024-05-27 Thread Source-Sync
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 2024-05-27 11:46:39

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.24587 (New)


Package is "akonadi-calendar-tools"

Mon May 27 11:46:39 2024 rev:91 rq:1176198 version:24.05.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2024-04-15 20:16:38.272531280 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.24587/akonadi-calendar-tools.changes
 2024-05-27 11:50:49.078714779 +0200
@@ -1,0 +2,16 @@
+Sun May 19 09:54:38 UTC 2024 - Christophe Marin 
+
+- Update to 24.05.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.0/
+- No code change since 24.04.80
+
+---
+Fri May  3 09:14:28 UTC 2024 - Christophe Marin 
+
+- Update to 24.04.80
+  * New feature release
+- No code change since 24.02.2
+
+---

Old:

  akonadi-calendar-tools-24.02.2.tar.xz
  akonadi-calendar-tools-24.02.2.tar.xz.sig

New:

  akonadi-calendar-tools-24.05.0.tar.xz
  akonadi-calendar-tools-24.05.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.FOCRRl/_old  2024-05-27 11:50:56.943003188 +0200
+++ /var/tmp/diff_new_pack.FOCRRl/_new  2024-05-27 11:50:56.943003188 +0200
@@ -18,18 +18,18 @@
 
 %define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.0.2
+%define kpim6_version 6.0.80
 
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:24.02.2
+Version:24.05.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 URL:https://www.kde.org
-Source: %{name}-%{version}.tar.xz
+Source0:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
-Source1:%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
@@ -41,7 +41,7 @@
 BuildRequires:  cmake(KPim6CalendarSupport) >= %{kpim6_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  x86_64 %x86_64 aarch64 riscv64
+ExclusiveArch:  x86_64 aarch64 riscv64
 
 %description
 Console applications and utilities for managing calendars in Akonadi.

++ akonadi-calendar-tools-24.02.2.tar.xz -> 
akonadi-calendar-tools-24.05.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-24.02.2/.gitignore 
new/akonadi-calendar-tools-24.05.0/.gitignore
--- old/akonadi-calendar-tools-24.02.2/.gitignore   2024-04-08 
05:16:56.0 +0200
+++ new/akonadi-calendar-tools-24.05.0/.gitignore   2024-05-17 
05:02:35.0 +0200
@@ -27,3 +27,4 @@
 /cmake-build*
 .cache
 Testing/
+/.vscode/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-24.02.2/CMakeLists.txt 
new/akonadi-calendar-tools-24.05.0/CMakeLists.txt
--- old/akonadi-calendar-tools-24.02.2/CMakeLists.txt   2024-04-08 
05:16:56.0 +0200
+++ new/akonadi-calendar-tools-24.05.0/CMakeLists.txt   2024-05-17 
05:02:35.0 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.0.2")
+set(PIM_VERSION "6.1.0")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
-set(KF_MIN_VERSION "5.246.0")
+set(KF_MIN_VERSION "6.0.0")
 set(QT_REQUIRED_VERSION "6.6.0")
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -28,6 +28,7 @@
 include(ECMAddAppIcon)
 include(ECMQtDeclareLoggingCategory)
 include(ECMDeprecationSettings)
+include(ECMFeatureSummary)
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION)
 
@@ -39,9 +40,9 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "6.0.2")
-set(AKONADI_VERSION "6.0.2")
-set(CALENDARSUPPORT_LIB_VERSION "6.0.2")
+set(AKONADICALENDAR_LIB_VERSION "6.1.0")
+set(AKONADI_VERSION "6.1.0")
+set(CALENDARSUPPORT_LIB_VERSION "6.1.0")
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "6")
 
@@ -64,7 +65,7 @@
 
 
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)

commit akonadi-calendar-tools for openSUSE:Factory

2023-11-10 Thread Source-Sync
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-11-10 12:29:17

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.17445 (New)


Package is "akonadi-calendar-tools"

Fri Nov 10 12:29:17 2023 rev:86 rq:1124458 version:23.08.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-10-12 23:40:02.484406673 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.17445/akonadi-calendar-tools.changes
 2023-11-10 12:29:44.520562384 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:03:54 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.3/
+- No code change since 23.08.2
+
+---

Old:

  akonadi-calendar-tools-23.08.2.tar.xz
  akonadi-calendar-tools-23.08.2.tar.xz.sig

New:

  akonadi-calendar-tools-23.08.3.tar.xz
  akonadi-calendar-tools-23.08.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.kLTo9g/_old  2023-11-10 12:29:46.400631344 +0100
+++ /var/tmp/diff_new_pack.kLTo9g/_new  2023-11-10 12:29:46.400631344 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.08.2
+Version:23.08.3
 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.08.2.tar.xz -> 
akonadi-calendar-tools-23.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-23.08.2/CMakeLists.txt 
new/akonadi-calendar-tools-23.08.3/CMakeLists.txt
--- old/akonadi-calendar-tools-23.08.2/CMakeLists.txt   2023-10-10 
05:21:51.0 +0200
+++ new/akonadi-calendar-tools-23.08.3/CMakeLists.txt   2023-11-03 
04:08:49.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.2")
+set(PIM_VERSION "5.24.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF_MIN_VERSION "5.105.0")
@@ -47,10 +47,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.24.2")
-set(AKONADI_VERSION "5.24.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.24.2")
-set(KCALENDARCORE_LIB_VERSION "5.24.2")
+set(AKONADICALENDAR_LIB_VERSION "5.24.3")
+set(AKONADI_VERSION "5.24.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.24.3")
+set(KCALENDARCORE_LIB_VERSION "5.24.3")
 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.08.2/po/fr/calendarjanitor.po 
new/akonadi-calendar-tools-23.08.3/po/fr/calendarjanitor.po
--- old/akonadi-calendar-tools-23.08.2/po/fr/calendarjanitor.po 2023-10-10 
05:21:51.0 +0200
+++ new/akonadi-calendar-tools-23.08.3/po/fr/calendarjanitor.po 2023-11-03 
04:08:49.0 +0100
@@ -4,22 +4,22 @@
 # Joëlle Cornavin , 2013.
 # Vincent PINON , 2013.
 # Vincent Pinon , 2017, 2018.
-# Xavier BESNARD , 2023.
+# SPDX-FileCopyrightText: 2023 Xavier BESNARD 
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-04-24 00:44+\n"
-"PO-Revision-Date: 2023-01-06 19:34+0100\n"
-"Last-Translator: Xavier BESNARD \n"
+"PO-Revision-Date: 2023-10-11 16:40+0200\n"
+"Last-Translator: Xavier BESNARD \n"
 "Language-Team: fr\n"
 "Language: fr\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.0\n"
+"X-Generator: Lokalize 23.08.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -276,7 +276,7 @@
 #: calendarjanitor.cpp:621
 #, kde-format
 msgid "id=%1; summary=\"%2\""
-msgstr "id=%1; summary= « %2 »"
+msgstr "id=%1 ; résumé = « %2 »"
 
 #: main.cpp:40
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-23.08.2/po/fr/konsolekalendar.po 
new/akonadi-calendar-tools-23.08.3/po/fr/konsolekalendar.po
--- old/akonadi-calendar-tools-23.08.2/po/fr/konsolekalendar.po 2023-10-10 
05:21:51.0 +0200
+++ new/akonadi-calendar-tools-23.08.3/po/fr/konsolekalendar.po 2023-11-03 
04:08:49.0 +0100
@@ -12,7 +12,7 @@

commit akonadi-calendar-tools for openSUSE:Factory

2023-10-13 Thread Source-Sync
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-10-12 23:39:32

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1807 (New)


Package is "akonadi-calendar-tools"

Thu Oct 12 23:39:32 2023 rev:85 rq:1117198 version:23.08.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-09-15 22:01:40.364978090 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1807/akonadi-calendar-tools.changes
  2023-10-12 23:40:02.484406673 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:26:41 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.2/
+- No code change since 23.08.1
+
+---

Old:

  akonadi-calendar-tools-23.08.1.tar.xz
  akonadi-calendar-tools-23.08.1.tar.xz.sig

New:

  akonadi-calendar-tools-23.08.2.tar.xz
  akonadi-calendar-tools-23.08.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.15nhAb/_old  2023-10-12 23:40:03.812454746 +0200
+++ /var/tmp/diff_new_pack.15nhAb/_new  2023-10-12 23:40:03.816454890 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.08.1
+Version:23.08.2
 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.08.1.tar.xz -> 
akonadi-calendar-tools-23.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-23.08.1/CMakeLists.txt 
new/akonadi-calendar-tools-23.08.2/CMakeLists.txt
--- old/akonadi-calendar-tools-23.08.1/CMakeLists.txt   2023-09-03 
06:05:56.0 +0200
+++ new/akonadi-calendar-tools-23.08.2/CMakeLists.txt   2023-10-10 
05:21:51.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.1")
+set(PIM_VERSION "5.24.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF_MIN_VERSION "5.105.0")
@@ -47,10 +47,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.24.1")
-set(AKONADI_VERSION "5.24.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.24.1")
-set(KCALENDARCORE_LIB_VERSION "5.24.1")
+set(AKONADICALENDAR_LIB_VERSION "5.24.2")
+set(AKONADI_VERSION "5.24.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.24.2")
+set(KCALENDARCORE_LIB_VERSION "5.24.2")
 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.08.1/po/bg/konsolekalendar.po 
new/akonadi-calendar-tools-23.08.2/po/bg/konsolekalendar.po
--- old/akonadi-calendar-tools-23.08.1/po/bg/konsolekalendar.po 2023-09-03 
06:05:56.0 +0200
+++ new/akonadi-calendar-tools-23.08.2/po/bg/konsolekalendar.po 2023-10-10 
05:21:51.0 +0200
@@ -550,25 +550,3 @@
 #, kde-format
 msgid "Cannot create Akonadi resource from file: %1"
 msgstr "Не може да се създаде Akonadi ресурс от 
файл: %1"
-
-#~ msgid "Sorry, export to HTML by UID is not supported yet"
-#~ msgstr ""
-#~ "Експортиране към формат HTML по номер на 
събитие (UID) все още не се "
-#~ "поддържа"
-
-#~ msgid "Events:"
-#~ msgstr "Събития:"
-
-#~ msgid "Events: %1"
-#~ msgstr "Събития: %1"
-
-#~ msgid "Events: %1 - %2"
-#~ msgstr "Събития: %1 - %2"
-
-#~ msgctxt "HTML export"
-#~ msgid "  %1"
-#~ msgstr "  %1"
-
-#~ msgctxt "HTMLmonth export"
-#~ msgid "  %1 (like %2, but in a month view)"
-#~ msgstr "  %1 (като %2, но в месечен изглед)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-23.08.1/po/ca@valencia/calendarjanitor.po 
new/akonadi-calendar-tools-23.08.2/po/ca@valencia/calendarjanitor.po
--- old/akonadi-calendar-tools-23.08.1/po/ca@valencia/calendarjanitor.po
2023-09-03 06:05:56.0 +0200
+++ new/akonadi-calendar-tools-23.08.2/po/ca@valencia/calendarjanitor.po
2023-10-10 05:21:51.0 +0200
@@ -275,7 +275,7 @@
 #: main.cpp:40
 #, kde-format
 msgid "Error while parsing %1"
-msgstr "S'ha produït un error en analitzar %1"
+msgstr "S'ha produït un error en l'anàlisi sintàctica de %1"
 
 #: main.cpp:41
 #, 

commit akonadi-calendar-tools for openSUSE:Factory

2023-09-15 Thread Source-Sync
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-09-15 22:01:37

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1766 (New)


Package is "akonadi-calendar-tools"

Fri Sep 15 22:01:37 2023 rev:84 rq:075 version:23.08.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-08-31 13:43:30.215474409 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1766/akonadi-calendar-tools.changes
  2023-09-15 22:01:40.364978090 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:55:10 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- No code change since 23.08.0
+
+---

Old:

  akonadi-calendar-tools-23.08.0.tar.xz
  akonadi-calendar-tools-23.08.0.tar.xz.sig

New:

  akonadi-calendar-tools-23.08.1.tar.xz
  akonadi-calendar-tools-23.08.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.I7L6du/_old  2023-09-15 22:01:41.793029149 +0200
+++ /var/tmp/diff_new_pack.I7L6du/_new  2023-09-15 22:01:41.797029292 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.08.0
+Version:23.08.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.08.0.tar.xz -> 
akonadi-calendar-tools-23.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-23.08.0/CMakeLists.txt 
new/akonadi-calendar-tools-23.08.1/CMakeLists.txt
--- old/akonadi-calendar-tools-23.08.0/CMakeLists.txt   2023-08-13 
09:04:36.0 +0200
+++ new/akonadi-calendar-tools-23.08.1/CMakeLists.txt   2023-09-03 
06:05:56.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.0")
+set(PIM_VERSION "5.24.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF_MIN_VERSION "5.105.0")
@@ -47,10 +47,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.24.0")
-set(AKONADI_VERSION "5.24.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.24.0")
-set(KCALENDARCORE_LIB_VERSION "5.24.0")
+set(AKONADICALENDAR_LIB_VERSION "5.24.1")
+set(AKONADI_VERSION "5.24.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.24.1")
+set(KCALENDARCORE_LIB_VERSION "5.24.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.08.0/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-23.08.1/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-23.08.0/po/zh_CN/calendarjanitor.po  
2023-08-13 09:04:36.0 +0200
+++ new/akonadi-calendar-tools-23.08.1/po/zh_CN/calendarjanitor.po  
2023-09-03 06:05:56.0 +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+\n"
-"PO-Revision-Date: 2023-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\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.08.0/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-23.08.1/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-23.08.0/po/zh_CN/konsolekalendar.po  
2023-08-13 09:04:36.0 +0200
+++ new/akonadi-calendar-tools-23.08.1/po/zh_CN/konsolekalendar.po  
2023-09-03 06:05:56.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-04-03 00:46+\n"
-"PO-Revision-Date: 2023-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit akonadi-calendar-tools for openSUSE:Factory

2023-08-31 Thread Source-Sync
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-08-31 13:42:44

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1766 (New)


Package is "akonadi-calendar-tools"

Thu Aug 31 13:42:44 2023 rev:83 rq:1105594 version:23.08.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-07-07 15:46:10.519786687 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1766/akonadi-calendar-tools.changes
  2023-08-31 13:43:30.215474409 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:58:46 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+---
+Mon Aug 14 08:02:03 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+---
+Tue Aug  1 10:13:10 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Remove unused libkdepim dependency
+  * Remove the HTML export feature
+
+---

Old:

  akonadi-calendar-tools-23.04.3.tar.xz
  akonadi-calendar-tools-23.04.3.tar.xz.sig

New:

  akonadi-calendar-tools-23.08.0.tar.xz
  akonadi-calendar-tools-23.08.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.cOBO4I/_old  2023-08-31 13:43:32.107542036 +0200
+++ /var/tmp/diff_new_pack.cOBO4I/_new  2023-08-31 13:43:32.159543895 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define kf5_version 5.104.0
+%define kf5_version 5.105.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.04.3
+Version:23.08.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -40,6 +40,8 @@
 BuildRequires:  cmake(KPim5CalendarSupport)
 BuildRequires:  cmake(KPim5CalendarUtils)
 BuildRequires:  cmake(Qt5Widgets)
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 riscv64
 
 %description
 Console applications and utilities for managing calendars in Akonadi.

++ akonadi-calendar-tools-23.04.3.tar.xz -> 
akonadi-calendar-tools-23.08.0.tar.xz ++
 18584 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2023-07-07 Thread Source-Sync
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-07-07 15:46:10

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.23466 (New)


Package is "akonadi-calendar-tools"

Fri Jul  7 15:46:10 2023 rev:82 rq:1097162 version:23.04.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-06-09 20:35:29.469875969 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.23466/akonadi-calendar-tools.changes
 2023-07-07 15:46:10.519786687 +0200
@@ -1,0 +2,9 @@
+Tue Jul  4 10:19:06 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.3/
+- No code change since 23.04.2
+
+---

Old:

  akonadi-calendar-tools-23.04.2.tar.xz
  akonadi-calendar-tools-23.04.2.tar.xz.sig

New:

  akonadi-calendar-tools-23.04.3.tar.xz
  akonadi-calendar-tools-23.04.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.f2qGXA/_old  2023-07-07 15:46:11.195790714 +0200
+++ /var/tmp/diff_new_pack.f2qGXA/_new  2023-07-07 15:46:11.203790761 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.104.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.04.2
+Version:23.04.3
 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.2.tar.xz -> 
akonadi-calendar-tools-23.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-23.04.2/CMakeLists.txt 
new/akonadi-calendar-tools-23.04.3/CMakeLists.txt
--- old/akonadi-calendar-tools-23.04.2/CMakeLists.txt   2023-05-31 
06:24:56.0 +0200
+++ new/akonadi-calendar-tools-23.04.3/CMakeLists.txt   2023-07-04 
07:13:07.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.2")
+set(PIM_VERSION "5.23.3")
 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.2")
-set(AKONADI_VERSION "5.23.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.23.2")
-set(KCALENDARCORE_LIB_VERSION "5.23.2")
-set(CALENDARUTILS_LIB_VERSION "5.23.2")
+set(AKONADICALENDAR_LIB_VERSION "5.23.3")
+set(AKONADI_VERSION "5.23.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.23.3")
+set(KCALENDARCORE_LIB_VERSION "5.23.3")
+set(CALENDARUTILS_LIB_VERSION "5.23.3")
 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.2/konsolekalendar/konsolekalendar.desktop 
new/akonadi-calendar-tools-23.04.3/konsolekalendar/konsolekalendar.desktop
--- old/akonadi-calendar-tools-23.04.2/konsolekalendar/konsolekalendar.desktop  
2023-05-31 06:24:56.0 +0200
+++ new/akonadi-calendar-tools-23.04.3/konsolekalendar/konsolekalendar.desktop  
2023-07-04 07:13:07.0 +0200
@@ -27,6 +27,7 @@
 Name[hi]=कोन्सोलकैलेंडर
 Name[hu]=Konsole-naptár
 Name[ia]=KonsoleKalendar
+Name[id]=KonsoleKalendar
 Name[is]=KonsoleKalendar
 Name[it]=KonsoleKalendar
 Name[ja]=コンソールカレンダー
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-23.04.2/po/cs/konsolekalendar.po 
new/akonadi-calendar-tools-23.04.3/po/cs/konsolekalendar.po
--- old/akonadi-calendar-tools-23.04.2/po/cs/konsolekalendar.po 2023-05-31 
06:24:56.0 +0200
+++ new/akonadi-calendar-tools-23.04.3/po/cs/konsolekalendar.po 2023-07-04 
07:13:07.0 +0200
@@ -2,22 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2011, 2013, 2014, 2015, 2017, 2019.
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2021, 2022.
+# Vit Pelcak , 2021, 2022, 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+\n"
-"PO-Revision-Date: 2022-03-04 10:55+0100\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2023-06-14 13:38+0200\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 

commit akonadi-calendar-tools for openSUSE:Factory

2023-06-09 Thread Source-Sync
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-06-09 20:35:28

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.15902 (New)


Package is "akonadi-calendar-tools"

Fri Jun  9 20:35:28 2023 rev:81 rq:1091452 version:23.04.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-05-12 20:32:54.968647753 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.15902/akonadi-calendar-tools.changes
 2023-06-09 20:35:29.469875969 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:00:25 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+---

Old:

  akonadi-calendar-tools-23.04.1.tar.xz
  akonadi-calendar-tools-23.04.1.tar.xz.sig

New:

  akonadi-calendar-tools-23.04.2.tar.xz
  akonadi-calendar-tools-23.04.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.FicOic/_old  2023-06-09 20:35:30.173880058 +0200
+++ /var/tmp/diff_new_pack.FicOic/_new  2023-06-09 20:35:30.177880081 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.104.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:23.04.1
+Version:23.04.2
 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.1.tar.xz -> 
akonadi-calendar-tools-23.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-23.04.1/CMakeLists.txt 
new/akonadi-calendar-tools-23.04.2/CMakeLists.txt
--- old/akonadi-calendar-tools-23.04.1/CMakeLists.txt   2023-04-30 
07:26:42.0 +0200
+++ new/akonadi-calendar-tools-23.04.2/CMakeLists.txt   2023-05-31 
06:24:56.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.1")
+set(PIM_VERSION "5.23.2")
 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.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(AKONADICALENDAR_LIB_VERSION "5.23.2")
+set(AKONADI_VERSION "5.23.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.23.2")
+set(KCALENDARCORE_LIB_VERSION "5.23.2")
+set(CALENDARUTILS_LIB_VERSION "5.23.2")
 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.1/po/ar/calendarjanitor.po 
new/akonadi-calendar-tools-23.04.2/po/ar/calendarjanitor.po
--- old/akonadi-calendar-tools-23.04.1/po/ar/calendarjanitor.po 2023-04-30 
07:26:42.0 +0200
+++ new/akonadi-calendar-tools-23.04.2/po/ar/calendarjanitor.po 2023-05-31 
06:24:56.0 +0200
@@ -195,7 +195,7 @@
 #: calendarjanitor.cpp:501
 #, kde-format
 msgid "Passed events and to-dos (>365 days)"
-msgstr "الأحداث والمهامّ الفائتة (>٣٦٥ يومًا)"
+msgstr "الأحداث والمهامّ الفائتة (>365 يومًا)"
 
 #: calendarjanitor.cpp:502
 #, kde-format
@@ -241,7 +241,7 @@
 #: calendarjanitor.cpp:567
 #, kde-format
 msgid "Deleting alarms older than 365 days..."
-msgstr "يحذف المنبّهات الأقدم من ٣٦٥ يومًا..."
+msgstr "يحذف المنبّهات الأقدم من 365 يومًا..."
 
 #: calendarjanitor.cpp:585 calendarjanitor.cpp:599
 #, kde-format
@@ -311,7 +311,7 @@
 #: main.cpp:72
 #, kde-format
 msgid "Delete alarms older than 365 days"
-msgstr "احذف المنبّهات الأقدم من ٣٦٥ يومًا"
+msgstr "احذف المنبّهات الأقدم من 365 يومًا"
 
 #: main.cpp:104
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-23.04.1/po/fr/calendarjanitor.po 
new/akonadi-calendar-tools-23.04.2/po/fr/calendarjanitor.po
--- old/akonadi-calendar-tools-23.04.1/po/fr/calendarjanitor.po 2023-04-30 
07:26:42.0 +0200
+++ new/akonadi-calendar-tools-23.04.2/po/fr/calendarjanitor.po 2023-05-31 
06:24:56.0 +0200
@@ -4,8 +4,8 @@
 # Joëlle Cornavin , 2013.
 # Vincent PINON , 2013.
 # 

commit akonadi-calendar-tools for openSUSE:Factory

2023-05-12 Thread Source-Sync
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 
+
+- 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.0 +0200
+++ new/akonadi-calendar-tools-23.04.1/CMakeLists.txt   2023-04-30 
07:26:42.0 +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.0 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/de/calendarjanitor.po 2023-04-30 
07:26:42.0 +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.0 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/de/konsolekalendar.po 2023-04-30 
07:26:42.0 +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.0 +0200
+++ new/akonadi-calendar-tools-23.04.1/po/gl/konsolekalendar.po 2023-04-30 
07:26:42.0 +0200
@@ -6,20 +6,21 @@
 # Xosé , 2008, 

commit akonadi-calendar-tools for openSUSE:Factory

2023-04-23 Thread Source-Sync
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-04-23 22:43:55

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"

Sun Apr 23 22:43:55 2023 rev:79 rq:1080512 version:23.04.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-03-03 22:25:06.602670104 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1533/akonadi-calendar-tools.changes
  2023-04-23 22:44:52.329832935 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:07 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+---
+Fri Mar 31 16:41:28 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.90
+  * New feature release
+
+---
+Fri Mar 17 20:42:46 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.80
+  * New feature release
+
+---

Old:

  akonadi-calendar-tools-22.12.3.tar.xz
  akonadi-calendar-tools-22.12.3.tar.xz.sig

New:

  akonadi-calendar-tools-23.04.0.tar.xz
  akonadi-calendar-tools-23.04.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.SjfDSQ/_old  2023-04-23 22:44:53.349838698 +0200
+++ /var/tmp/diff_new_pack.SjfDSQ/_new  2023-04-23 22:44:53.353838721 +0200
@@ -16,12 +16,10 @@
 #
 
 
-%define kf5_version 5.99.0
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%define kf5_version 5.104.0
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.12.3
+Version:23.04.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -33,19 +31,15 @@
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
-BuildRequires:  gettext-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Akonadi)
-BuildRequires:  cmake(KF5AkonadiCalendar)
-BuildRequires:  cmake(KF5AkonadiContact)
 BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5CalendarSupport)
-BuildRequires:  cmake(KF5CalendarUtils)
-BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5Libkdepim)
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KPim5Akonadi)
+BuildRequires:  cmake(KPim5AkonadiCalendar)
+BuildRequires:  cmake(KPim5CalendarSupport)
+BuildRequires:  cmake(KPim5CalendarUtils)
+BuildRequires:  cmake(Qt5Widgets)
 
 %description
 Console applications and utilities for managing calendars in Akonadi.

++ akonadi-calendar-tools-22.12.3.tar.xz -> 
akonadi-calendar-tools-23.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.12.3/.gitlab-ci.yml 
new/akonadi-calendar-tools-23.04.0/.gitlab-ci.yml
--- old/akonadi-calendar-tools-22.12.3/.gitlab-ci.yml   2023-02-25 
05:50:23.0 +0100
+++ new/akonadi-calendar-tools-23.04.0/.gitlab-ci.yml   2023-04-11 
06:33:56.0 +0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2020-2022 Laurent Montel 
+# SPDX-FileCopyrightText: 2020-2023 Laurent Montel 
 # SPDX-License-Identifier: CC0-1.0
 
 include:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.12.3/CMakeLists.txt 
new/akonadi-calendar-tools-23.04.0/CMakeLists.txt
--- old/akonadi-calendar-tools-22.12.3/CMakeLists.txt   2023-02-25 
05:50:23.0 +0100
+++ new/akonadi-calendar-tools-23.04.0/CMakeLists.txt   2023-04-11 
06:33:56.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.3")
+set(PIM_VERSION "5.23.0")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
-set(KF5_MIN_VERSION "5.99.0")
+set(KF_MIN_VERSION "5.103.0")
 
-find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 include(ECMInstallIcons)
 
@@ -28,7 +28,14 @@
 include(ECMAddAppIcon)
 include(ECMQtDeclareLoggingCategory)
 include(ECMDeprecationSettings)
-
+if (QT_MAJOR_VERSION STREQUAL "6")
+

commit akonadi-calendar-tools for openSUSE:Factory

2023-03-03 Thread Source-Sync
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-03-03 22:24:47

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.31432 (New)


Package is "akonadi-calendar-tools"

Fri Mar  3 22:24:47 2023 rev:78 rq:1068726 version:22.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-02-04 14:35:16.376501017 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.31432/akonadi-calendar-tools.changes
 2023-03-03 22:25:06.602670104 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:20 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+---

Old:

  akonadi-calendar-tools-22.12.2.tar.xz
  akonadi-calendar-tools-22.12.2.tar.xz.sig

New:

  akonadi-calendar-tools-22.12.3.tar.xz
  akonadi-calendar-tools-22.12.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.awt1rQ/_old  2023-03-03 22:25:07.882674968 +0100
+++ /var/tmp/diff_new_pack.awt1rQ/_new  2023-03-03 22:25:07.894675013 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-calendar-tools
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.12.2
+Version:22.12.3
 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-22.12.2.tar.xz -> 
akonadi-calendar-tools-22.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.12.2/CMakeLists.txt 
new/akonadi-calendar-tools-22.12.3/CMakeLists.txt
--- old/akonadi-calendar-tools-22.12.2/CMakeLists.txt   2023-01-28 
04:31:44.0 +0100
+++ new/akonadi-calendar-tools-22.12.3/CMakeLists.txt   2023-02-25 
05:50:23.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.2")
+set(PIM_VERSION "5.22.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.99.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.22.2")
-set(AKONADI_VERSION "5.22.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.22.2")
-set(KCALENDARCORE_LIB_VERSION "5.22.2")
-set(CALENDARUTILS_LIB_VERSION "5.22.2")
+set(AKONADICALENDAR_LIB_VERSION "5.22.3")
+set(AKONADI_VERSION "5.22.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.22.3")
+set(KCALENDARCORE_LIB_VERSION "5.22.3")
+set(CALENDARUTILS_LIB_VERSION "5.22.3")
 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-22.12.2/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-22.12.3/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-22.12.2/po/zh_CN/calendarjanitor.po  
2023-01-28 04:31:44.0 +0100
+++ new/akonadi-calendar-tools-22.12.3/po/zh_CN/calendarjanitor.po  
2023-02-25 05:50:23.0 +0100
@@ -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+\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -265,7 +265,7 @@
 #: main.cpp:41
 #, kde-format
 msgid "Example usage: %1"
-msgstr "示例用法︰ %1"
+msgstr "示例用法:%1"
 
 #: main.cpp:61
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-22.12.2/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-22.12.3/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-22.12.2/po/zh_CN/konsolekalendar.po  
2023-01-28 04:31:44.0 +0100
+++ new/akonadi-calendar-tools-22.12.3/po/zh_CN/konsolekalendar.po  
2023-02-25 05:50:23.0 +0100
@@ -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+\n"

commit akonadi-calendar-tools for openSUSE:Factory

2023-02-04 Thread Source-Sync
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-02-04 14:11:44

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.4462 (New)


Package is "akonadi-calendar-tools"

Sat Feb  4 14:11:44 2023 rev:77 rq:1062699 version:22.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2023-01-07 17:16:58.501175405 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.4462/akonadi-calendar-tools.changes
  2023-02-04 14:35:16.376501017 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 10:32:49 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.2/
+
+---

Old:

  akonadi-calendar-tools-22.12.1.tar.xz
  akonadi-calendar-tools-22.12.1.tar.xz.sig

New:

  akonadi-calendar-tools-22.12.2.tar.xz
  akonadi-calendar-tools-22.12.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.QNlUy8/_old  2023-02-04 14:35:16.728503041 +0100
+++ /var/tmp/diff_new_pack.QNlUy8/_new  2023-02-04 14:35:16.732503065 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.12.1
+Version:22.12.2
 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-22.12.1.tar.xz -> 
akonadi-calendar-tools-22.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.12.1/CMakeLists.txt 
new/akonadi-calendar-tools-22.12.2/CMakeLists.txt
--- old/akonadi-calendar-tools-22.12.1/CMakeLists.txt   2022-12-25 
05:34:33.0 +0100
+++ new/akonadi-calendar-tools-22.12.2/CMakeLists.txt   2023-01-28 
04:31:44.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.1")
+set(PIM_VERSION "5.22.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.99.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.22.1")
-set(AKONADI_VERSION "5.22.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.22.1")
-set(KCALENDARCORE_LIB_VERSION "5.22.1")
-set(CALENDARUTILS_LIB_VERSION "5.22.1")
+set(AKONADICALENDAR_LIB_VERSION "5.22.2")
+set(AKONADI_VERSION "5.22.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.22.2")
+set(KCALENDARCORE_LIB_VERSION "5.22.2")
+set(CALENDARUTILS_LIB_VERSION "5.22.2")
 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-22.12.1/po/cs/konsolekalendar.po 
new/akonadi-calendar-tools-22.12.2/po/cs/konsolekalendar.po
--- old/akonadi-calendar-tools-22.12.1/po/cs/konsolekalendar.po 2022-12-25 
05:34:33.0 +0100
+++ new/akonadi-calendar-tools-22.12.2/po/cs/konsolekalendar.po 2023-01-28 
04:31:44.0 +0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2011, 2013, 2014, 2015, 2017, 2019.
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2021, 2022.
+# Vit Pelcak , 2021, 2022.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-22.12.1/po/fr/calendarjanitor.po 
new/akonadi-calendar-tools-22.12.2/po/fr/calendarjanitor.po
--- old/akonadi-calendar-tools-22.12.1/po/fr/calendarjanitor.po 2022-12-25 
05:34:33.0 +0100
+++ new/akonadi-calendar-tools-22.12.2/po/fr/calendarjanitor.po 2023-01-28 
04:31:44.0 +0100
@@ -5,20 +5,21 @@
 # Vincent PINON , 2013.
 # Vincent Pinon , 2017, 2018.
 #
+# Xavier BESNARD , 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: calendarjanitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-04-24 00:44+\n"
-"PO-Revision-Date: 2018-01-05 08:33+0100\n"
-"Last-Translator: Vincent Pinon \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2023-01-06 19:34+0100\n"
+"Last-Translator: Xavier BESNARD \n"
+"Language-Team: fr\n"
 "Language: fr\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 2.0\n"
+"X-Generator: Lokalize 

commit akonadi-calendar-tools for openSUSE:Factory

2023-01-07 Thread Source-Sync
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-01-07 17:16:26

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1563 (New)


Package is "akonadi-calendar-tools"

Sat Jan  7 17:16:26 2023 rev:76 rq:1056427 version:22.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-12-09 13:17:02.862767961 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1563/akonadi-calendar-tools.changes
  2023-01-07 17:16:58.501175405 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:19:11 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.1/
+
+---

Old:

  akonadi-calendar-tools-22.12.0.tar.xz
  akonadi-calendar-tools-22.12.0.tar.xz.sig

New:

  akonadi-calendar-tools-22.12.1.tar.xz
  akonadi-calendar-tools-22.12.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.b9zaIj/_old  2023-01-07 17:16:59.037178603 +0100
+++ /var/tmp/diff_new_pack.b9zaIj/_new  2023-01-07 17:16:59.045178650 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.12.0
+Version:22.12.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-22.12.0.tar.xz -> 
akonadi-calendar-tools-22.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.12.0/CMakeLists.txt 
new/akonadi-calendar-tools-22.12.1/CMakeLists.txt
--- old/akonadi-calendar-tools-22.12.0/CMakeLists.txt   2022-11-27 
09:29:56.0 +0100
+++ new/akonadi-calendar-tools-22.12.1/CMakeLists.txt   2022-12-25 
05:34:33.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.0")
+set(PIM_VERSION "5.22.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.99.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.22.0")
-set(AKONADI_VERSION "5.22.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.22.0")
-set(KCALENDARCORE_LIB_VERSION "5.22.0")
-set(CALENDARUTILS_LIB_VERSION "5.22.0")
+set(AKONADICALENDAR_LIB_VERSION "5.22.1")
+set(AKONADI_VERSION "5.22.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.22.1")
+set(KCALENDARCORE_LIB_VERSION "5.22.1")
+set(CALENDARUTILS_LIB_VERSION "5.22.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-22.12.0/po/ka/calendarjanitor.po 
new/akonadi-calendar-tools-22.12.1/po/ka/calendarjanitor.po
--- old/akonadi-calendar-tools-22.12.0/po/ka/calendarjanitor.po 2022-11-27 
09:29:56.0 +0100
+++ new/akonadi-calendar-tools-22.12.1/po/ka/calendarjanitor.po 2022-12-25 
05:34:33.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: akonadi-calendar-tools\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-04-24 00:44+\n"
-"PO-Revision-Date: 2022-09-12 20:37+0200\n"
+"PO-Revision-Date: 2022-12-14 18:47+0100\n"
 "Last-Translator: Temuri Doghonadze \n"
 "Language-Team: Georgian \n"
 "Language: ka\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.2.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -71,21 +71,23 @@
 "Bailing out. Fix your akonadi setup first. These kind of errors should not "
 "happen."
 msgstr ""
+"თავს ვაღწევ უსიამოვნო 
სიტუაციას. ჯერ Akonadi-ის მორგება 
გჭირდებათ. ასეთი "
+"შეცდომები არ უნდა ხდებოდეს."
 
 #: calendarjanitor.cpp:85
 #, kde-format
 msgid "Error while fetching collections"
-msgstr ""
+msgstr "შეცდომა კოლექციების 
გამოთხოვისას"
 
 #: calendarjanitor.cpp:99
 #, kde-format
 msgid "There are no collections to process."
-msgstr ""
+msgstr "დასამუშავებელი 
კოლექციების 

commit akonadi-calendar-tools for openSUSE:Factory

2022-12-09 Thread Source-Sync
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 2022-12-09 13:16:53

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1835 (New)


Package is "akonadi-calendar-tools"

Fri Dec  9 13:16:53 2022 rev:75 rq:1041394 version:22.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-11-04 17:33:08.404240775 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1835/akonadi-calendar-tools.changes
  2022-12-09 13:17:02.862767961 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:24:24 UTC 2022 - Christophe Marin 
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+---
+Sat Nov 26 16:44:02 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.90
+  * New feature release
+
+---
+Sat Nov 12 08:53:14 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.80
+  * New feature release
+
+---

Old:

  akonadi-calendar-tools-22.08.3.tar.xz
  akonadi-calendar-tools-22.08.3.tar.xz.sig

New:

  akonadi-calendar-tools-22.12.0.tar.xz
  akonadi-calendar-tools-22.12.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.q7UHG6/_old  2022-12-09 13:17:07.558792906 +0100
+++ /var/tmp/diff_new_pack.q7UHG6/_new  2022-12-09 13:17:07.562792928 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package akonadi-calendar-tools
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-%define kf5_version 5.79.0
+%define kf5_version 5.99.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.08.3
+Version:22.12.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
-Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -62,10 +61,9 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-  %{kf5_find_htmldocs}
-%endif
+
+%find_lang %{name} --with-man --all-name
+%{kf5_find_htmldocs}
 
 %files
 %license LICENSES/*
@@ -77,8 +75,6 @@
 %{_kf5_debugdir}/console.renamecategories
 %{_kf5_iconsdir}/hicolor/*/apps/konsolekalendar.png
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog

++ akonadi-calendar-tools-22.08.3.tar.xz -> 
akonadi-calendar-tools-22.12.0.tar.xz ++
 7815 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2022-11-04 Thread Source-Sync
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 2022-11-04 17:32:17

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2275 (New)


Package is "akonadi-calendar-tools"

Fri Nov  4 17:32:17 2022 rev:74 rq:1033187 version:22.08.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-10-15 16:33:31.341586037 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2275/akonadi-calendar-tools.changes
  2022-11-04 17:33:08.404240775 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 11:19:37 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.3/
+
+---

Old:

  akonadi-calendar-tools-22.08.2.tar.xz
  akonadi-calendar-tools-22.08.2.tar.xz.sig

New:

  akonadi-calendar-tools-22.08.3.tar.xz
  akonadi-calendar-tools-22.08.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.bHuL88/_old  2022-11-04 17:33:09.076244391 +0100
+++ /var/tmp/diff_new_pack.bHuL88/_new  2022-11-04 17:33:09.080244412 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.08.2
+Version:22.08.3
 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-22.08.2.tar.xz -> 
akonadi-calendar-tools-22.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.08.2/CMakeLists.txt 
new/akonadi-calendar-tools-22.08.3/CMakeLists.txt
--- old/akonadi-calendar-tools-22.08.2/CMakeLists.txt   2022-09-11 
10:01:12.0 +0200
+++ new/akonadi-calendar-tools-22.08.3/CMakeLists.txt   2022-10-14 
06:50:15.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.2")
+set(PIM_VERSION "5.21.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.95.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.21.2")
-set(AKONADI_VERSION "5.21.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.21.2")
-set(KCALENDARCORE_LIB_VERSION "5.21.2")
-set(CALENDARUTILS_LIB_VERSION "5.21.2")
+set(AKONADICALENDAR_LIB_VERSION "5.21.3")
+set(AKONADI_VERSION "5.21.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.21.3")
+set(KCALENDARCORE_LIB_VERSION "5.21.3")
+set(CALENDARUTILS_LIB_VERSION "5.21.3")
 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-22.08.2/po/ca@valencia/konsolekalendar.po 
new/akonadi-calendar-tools-22.08.3/po/ca@valencia/konsolekalendar.po
--- old/akonadi-calendar-tools-22.08.2/po/ca@valencia/konsolekalendar.po
2022-10-11 07:02:02.0 +0200
+++ new/akonadi-calendar-tools-22.08.3/po/ca@valencia/konsolekalendar.po
2022-11-01 01:14:49.0 +0100
@@ -448,7 +448,7 @@
 #: main.cpp:109
 #, kde-format
 msgid "Calendar to use when creating a new incidence"
-msgstr "Calendari que s'utilitzar?? en crear una incid??ncia nova"
+msgstr "Calendari que s'ha d'utilitzar en crear una incid??ncia nova"
 
 #: main.cpp:112
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-22.08.2/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-22.08.3/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-22.08.2/po/zh_CN/calendarjanitor.po  
2022-10-11 07:02:02.0 +0200
+++ new/akonadi-calendar-tools-22.08.3/po/zh_CN/calendarjanitor.po  
2022-11-01 01:14:49.0 +0100
@@ -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+\n"
-"PO-Revision-Date: 2022-10-02 15:52\n"
+"PO-Revision-Date: 2022-10-30 07:51\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-22.08.2/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-22.08.3/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-22.08.2/po/zh_CN/konsolekalendar.po  

commit akonadi-calendar-tools for openSUSE:Factory

2022-10-15 Thread Source-Sync
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 2022-10-15 16:33:29

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2275 (New)


Package is "akonadi-calendar-tools"

Sat Oct 15 16:33:29 2022 rev:73 rq:1010645 version:22.08.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-09-09 18:22:57.784166505 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2275/akonadi-calendar-tools.changes
  2022-10-15 16:33:31.341586037 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:31:40 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.2/
+
+---

Old:

  akonadi-calendar-tools-22.08.1.tar.xz
  akonadi-calendar-tools-22.08.1.tar.xz.sig

New:

  akonadi-calendar-tools-22.08.2.tar.xz
  akonadi-calendar-tools-22.08.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.Uu5GvP/_old  2022-10-15 16:33:32.965589940 +0200
+++ /var/tmp/diff_new_pack.Uu5GvP/_new  2022-10-15 16:33:32.969589949 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.08.1
+Version:22.08.2
 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-22.08.1.tar.xz -> 
akonadi-calendar-tools-22.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.08.1/CMakeLists.txt 
new/akonadi-calendar-tools-22.08.2/CMakeLists.txt
--- old/akonadi-calendar-tools-22.08.1/CMakeLists.txt   2022-08-20 
16:57:54.0 +0200
+++ new/akonadi-calendar-tools-22.08.2/CMakeLists.txt   2022-09-11 
10:01:12.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.1")
+set(PIM_VERSION "5.21.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.95.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.21.1")
-set(AKONADI_VERSION "5.21.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.21.1")
-set(KCALENDARCORE_LIB_VERSION "5.21.1")
-set(CALENDARUTILS_LIB_VERSION "5.21.1")
+set(AKONADICALENDAR_LIB_VERSION "5.21.2")
+set(AKONADI_VERSION "5.21.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.21.2")
+set(KCALENDARCORE_LIB_VERSION "5.21.2")
+set(CALENDARUTILS_LIB_VERSION "5.21.2")
 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-22.08.1/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-22.08.2/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-22.08.1/po/zh_CN/calendarjanitor.po  
2022-09-06 02:14:25.0 +0200
+++ new/akonadi-calendar-tools-22.08.2/po/zh_CN/calendarjanitor.po  
2022-10-11 07:02:02.0 +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+\n"
-"PO-Revision-Date: 2022-08-20 14:20\n"
+"PO-Revision-Date: 2022-10-02 15:52\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-22.08.1/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-22.08.2/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-22.08.1/po/zh_CN/konsolekalendar.po  
2022-09-06 02:14:25.0 +0200
+++ new/akonadi-calendar-tools-22.08.2/po/zh_CN/konsolekalendar.po  
2022-10-11 07:02:02.0 +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+\n"
-"PO-Revision-Date: 2022-08-20 14:20\n"
+"PO-Revision-Date: 2022-10-02 15:52\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit akonadi-calendar-tools for openSUSE:Factory

2022-09-09 Thread Source-Sync
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 2022-09-09 18:22:54

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2083 (New)


Package is "akonadi-calendar-tools"

Fri Sep  9 18:22:54 2022 rev:72 rq:1001933 version:22.08.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-08-19 17:51:25.003463847 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2083/akonadi-calendar-tools.changes
  2022-09-09 18:22:57.784166505 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:18:37 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.1/
+
+---

Old:

  akonadi-calendar-tools-22.08.0.tar.xz
  akonadi-calendar-tools-22.08.0.tar.xz.sig

New:

  akonadi-calendar-tools-22.08.1.tar.xz
  akonadi-calendar-tools-22.08.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.W1BiRe/_old  2022-09-09 18:22:58.244167722 +0200
+++ /var/tmp/diff_new_pack.W1BiRe/_new  2022-09-09 18:22:58.248167734 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.08.0
+Version:22.08.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-22.08.0.tar.xz -> 
akonadi-calendar-tools-22.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.08.0/CMakeLists.txt 
new/akonadi-calendar-tools-22.08.1/CMakeLists.txt
--- old/akonadi-calendar-tools-22.08.0/CMakeLists.txt   2022-08-08 
07:02:25.0 +0200
+++ new/akonadi-calendar-tools-22.08.1/CMakeLists.txt   2022-08-20 
16:57:54.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.95.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.21.0")
-set(AKONADI_VERSION "5.21.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.21.0")
-set(KCALENDARCORE_LIB_VERSION "5.21.0")
-set(CALENDARUTILS_LIB_VERSION "5.21.0")
+set(AKONADICALENDAR_LIB_VERSION "5.21.1")
+set(AKONADI_VERSION "5.21.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.21.1")
+set(KCALENDARCORE_LIB_VERSION "5.21.1")
+set(CALENDARUTILS_LIB_VERSION "5.21.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-22.08.0/po/be/konsolekalendar.po 
new/akonadi-calendar-tools-22.08.1/po/be/konsolekalendar.po
--- old/akonadi-calendar-tools-22.08.0/po/be/konsolekalendar.po 2022-08-12 
02:11:32.0 +0200
+++ new/akonadi-calendar-tools-22.08.1/po/be/konsolekalendar.po 2022-09-06 
02:14:24.0 +0200
@@ -14,8 +14,9 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n"
+"%100>=11 && n%100<=14 ? 2 : 3);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-22.08.0/po/ca/konsolekalendar.po 
new/akonadi-calendar-tools-22.08.1/po/ca/konsolekalendar.po
--- old/akonadi-calendar-tools-22.08.0/po/ca/konsolekalendar.po 2022-08-12 
02:11:32.0 +0200
+++ new/akonadi-calendar-tools-22.08.1/po/ca/konsolekalendar.po 2022-09-06 
02:14:24.0 +0200
@@ -5,21 +5,21 @@
 # Ivan Lloro Boada , 2004.
 # Sebasti?? Pla i Sanz , 2004.
 # Albert Astals Cid , 2005.
-# Josep M. Ferrer , 2006, 2007, 2008, 2009, 2010, 2014, 
2015, 2016, 2017.
+# Josep M. Ferrer , 2006, 2007, 2008, 2009, 2010, 2014, 
2015, 2016, 2017, 2022.
 # Manuel Tortosa Moreno , 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi-calendar-tools\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-11-26 

commit akonadi-calendar-tools for openSUSE:Factory

2022-08-19 Thread Source-Sync
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 2022-08-19 17:51:23

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2083 (New)


Package is "akonadi-calendar-tools"

Fri Aug 19 17:51:23 2022 rev:71 rq:997742 version:22.08.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-07-09 17:00:04.552529737 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2083/akonadi-calendar-tools.changes
  2022-08-19 17:51:25.003463847 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:41:23 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+---
+Fri Aug  5 12:10:11 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.90
+  * New feature release
+
+---
+Sat Jul 16 08:27:26 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.80
+  * New feature release
+
+---

Old:

  akonadi-calendar-tools-22.04.3.tar.xz
  akonadi-calendar-tools-22.04.3.tar.xz.sig

New:

  akonadi-calendar-tools-22.08.0.tar.xz
  akonadi-calendar-tools-22.08.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.NqYQXh/_old  2022-08-19 17:51:25.627465155 +0200
+++ /var/tmp/diff_new_pack.NqYQXh/_new  2022-08-19 17:51:25.635465172 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.04.3
+Version:22.08.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -47,8 +47,6 @@
 BuildRequires:  cmake(KF5Libkdepim)
 BuildRequires:  cmake(Qt5Gui) >= 5.15.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 
 %description
 Console applications and utilities for managing calendars in Akonadi.

++ akonadi-calendar-tools-22.04.3.tar.xz -> 
akonadi-calendar-tools-22.08.0.tar.xz ++
 3163 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2022-07-09 Thread Source-Sync
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 2022-07-09 16:59:40

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1523 (New)


Package is "akonadi-calendar-tools"

Sat Jul  9 16:59:40 2022 rev:70 rq:987503 version:22.04.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-06-12 17:37:00.337958276 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1523/akonadi-calendar-tools.changes
  2022-07-09 17:00:04.552529737 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 17:02:40 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.3/
+
+---

Old:

  akonadi-calendar-tools-22.04.2.tar.xz
  akonadi-calendar-tools-22.04.2.tar.xz.sig

New:

  akonadi-calendar-tools-22.04.3.tar.xz
  akonadi-calendar-tools-22.04.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.PkcHrP/_old  2022-07-09 17:00:05.160530652 +0200
+++ /var/tmp/diff_new_pack.PkcHrP/_new  2022-07-09 17:00:05.160530652 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.04.2
+Version:22.04.3
 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-22.04.2.tar.xz -> 
akonadi-calendar-tools-22.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.04.2/CMakeLists.txt 
new/akonadi-calendar-tools-22.04.3/CMakeLists.txt
--- old/akonadi-calendar-tools-22.04.2/CMakeLists.txt   2022-05-13 
13:51:13.0 +0200
+++ new/akonadi-calendar-tools-22.04.3/CMakeLists.txt   2022-06-10 
06:55:04.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.2")
+set(PIM_VERSION "5.20.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.91.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.20.2")
-set(AKONADI_VERSION "5.20.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.20.2")
-set(KCALENDARCORE_LIB_VERSION "5.20.2")
-set(CALENDARUTILS_LIB_VERSION "5.20.2")
+set(AKONADICALENDAR_LIB_VERSION "5.20.3")
+set(AKONADI_VERSION "5.20.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.20.3")
+set(KCALENDARCORE_LIB_VERSION "5.20.3")
+set(CALENDARUTILS_LIB_VERSION "5.20.3")
 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-22.04.2/po/bg/calendarjanitor.po 
new/akonadi-calendar-tools-22.04.3/po/bg/calendarjanitor.po
--- old/akonadi-calendar-tools-22.04.2/po/bg/calendarjanitor.po 1970-01-01 
01:00:00.0 +0100
+++ new/akonadi-calendar-tools-22.04.3/po/bg/calendarjanitor.po 2022-07-05 
06:40:47.0 +0200
@@ -0,0 +1,344 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the 
akonadi-calendar-tools package.
+# FIRST AUTHOR , YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: akonadi-calendar-tools\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2021-11-15 00:29+\n"
+"PO-Revision-Date: 2022-01-13 17:49+0100\n"
+"Last-Translator: mkkDr2010 \n"
+"Language-Team: Bulgarian \n"
+"Language: bg\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: Poedit 3.0\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr " "
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "ya...@lindeas.com"
+
+#: backuper.cpp:37
+#, kde-format
+msgid "Backup was successful. %1 incidence was saved."
+msgid_plural "Backup was successful. %1 incidences were saved."
+msgstr[0] "??   ?? ?? 
??. %1 ?? ?? ."
+msgstr[1] "??   ?? ?? 
??. %1 ??  ."
+
+#: backuper.cpp:57
+#, kde-format
+msgid "File is empty."

commit akonadi-calendar-tools for openSUSE:Factory

2022-06-12 Thread Source-Sync
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 2022-06-12 17:36:59

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1548 (New)


Package is "akonadi-calendar-tools"

Sun Jun 12 17:36:59 2022 rev:69 rq:981573 version:22.04.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-05-14 22:52:40.931029894 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1548/akonadi-calendar-tools.changes
  2022-06-12 17:37:00.337958276 +0200
@@ -1,0 +2,8 @@
+Wed Jun  8 09:52:01 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.2/
+
+---

Old:

  akonadi-calendar-tools-22.04.1.tar.xz
  akonadi-calendar-tools-22.04.1.tar.xz.sig

New:

  akonadi-calendar-tools-22.04.2.tar.xz
  akonadi-calendar-tools-22.04.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.Ux6QzU/_old  2022-06-12 17:37:00.825958973 +0200
+++ /var/tmp/diff_new_pack.Ux6QzU/_new  2022-06-12 17:37:00.829958978 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.04.1
+Version:22.04.2
 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-22.04.1.tar.xz -> 
akonadi-calendar-tools-22.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.04.1/CMakeLists.txt 
new/akonadi-calendar-tools-22.04.2/CMakeLists.txt
--- old/akonadi-calendar-tools-22.04.1/CMakeLists.txt   2022-04-24 
08:56:24.0 +0200
+++ new/akonadi-calendar-tools-22.04.2/CMakeLists.txt   2022-05-13 
13:51:13.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.1")
+set(PIM_VERSION "5.20.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.91.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.20.1")
-set(AKONADI_VERSION "5.20.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.20.1")
-set(KCALENDARCORE_LIB_VERSION "5.20.1")
-set(CALENDARUTILS_LIB_VERSION "5.20.1")
+set(AKONADICALENDAR_LIB_VERSION "5.20.2")
+set(AKONADI_VERSION "5.20.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.20.2")
+set(KCALENDARCORE_LIB_VERSION "5.20.2")
+set(CALENDARUTILS_LIB_VERSION "5.20.2")
 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-22.04.1/po/ca/konsolekalendar.po 
new/akonadi-calendar-tools-22.04.2/po/ca/konsolekalendar.po
--- old/akonadi-calendar-tools-22.04.1/po/ca/konsolekalendar.po 2022-05-10 
07:55:37.0 +0200
+++ new/akonadi-calendar-tools-22.04.2/po/ca/konsolekalendar.po 2022-06-07 
09:17:07.0 +0200
@@ -1,7 +1,7 @@
 # Translation of konsolekalendar.po to Catalan
 # Copyright (C) 2003-2020 This_file_is_part_of_KDE
 #
-# Antoni Bella P??rez , 2003, 2013, 2014, 2015, 2016, 
2017, 2018, 2020.
+# Antoni Bella P??rez , 2003, 2013, 2014, 2015, 2016, 
2017, 2018, 2020, 2022.
 # Ivan Lloro Boada , 2004.
 # Sebasti?? Pla i Sanz , 2004.
 # Albert Astals Cid , 2005.
@@ -12,14 +12,14 @@
 "Project-Id-Version: akonadi-calendar-tools\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-11-26 00:28+\n"
-"PO-Revision-Date: 2020-08-04 16:43+0200\n"
+"PO-Revision-Date: 2022-05-31 15:11+0200\n"
 "Last-Translator: Antoni Bella P??rez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.04.3\n"
+"X-Generator: Lokalize 22.04.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -573,7 +573,7 @@
 #: main.cpp:727 main.cpp:747
 #, kde-format
 msgid "Missing event UID: use --uid command line option"
-msgstr "Falta l'UID de l'esdeveniment: useu l'opci?? de l??nia d'ordres --uid"
+msgstr "Falta l'UID de l'esdeveniment: useu l'opci?? --uid de la l??nia 
d'ordres"
 
 #: main.cpp:735
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit akonadi-calendar-tools for openSUSE:Factory

2022-05-14 Thread Source-Sync
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 2022-05-14 22:52:28

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1538 (New)


Package is "akonadi-calendar-tools"

Sat May 14 22:52:28 2022 rev:68 rq:976693 version:22.04.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-04-24 00:18:58.056233460 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1538/akonadi-calendar-tools.changes
  2022-05-14 22:52:40.931029894 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:29:18 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.1/
+
+---

Old:

  akonadi-calendar-tools-22.04.0.tar.xz
  akonadi-calendar-tools-22.04.0.tar.xz.sig

New:

  akonadi-calendar-tools-22.04.1.tar.xz
  akonadi-calendar-tools-22.04.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.hawxot/_old  2022-05-14 22:52:41.707030864 +0200
+++ /var/tmp/diff_new_pack.hawxot/_new  2022-05-14 22:52:41.715030874 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:22.04.0
+Version:22.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-22.04.0.tar.xz -> 
akonadi-calendar-tools-22.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-22.04.0/CMakeLists.txt 
new/akonadi-calendar-tools-22.04.1/CMakeLists.txt
--- old/akonadi-calendar-tools-22.04.0/CMakeLists.txt   2022-04-09 
17:52:35.0 +0200
+++ new/akonadi-calendar-tools-22.04.1/CMakeLists.txt   2022-04-24 
08:56:24.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.0")
+set(PIM_VERSION "5.20.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.91.0")
@@ -41,11 +41,11 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.20.0")
-set(AKONADI_VERSION "5.20.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.20.0")
-set(KCALENDARCORE_LIB_VERSION "5.20.0")
-set(CALENDARUTILS_LIB_VERSION "5.20.0")
+set(AKONADICALENDAR_LIB_VERSION "5.20.1")
+set(AKONADI_VERSION "5.20.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.20.1")
+set(KCALENDARCORE_LIB_VERSION "5.20.1")
+set(CALENDARUTILS_LIB_VERSION "5.20.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-22.04.0/po/ca@valencia/calendarjanitor.po 
new/akonadi-calendar-tools-22.04.1/po/ca@valencia/calendarjanitor.po
--- old/akonadi-calendar-tools-22.04.0/po/ca@valencia/calendarjanitor.po
2022-04-15 02:21:15.0 +0200
+++ new/akonadi-calendar-tools-22.04.1/po/ca@valencia/calendarjanitor.po
2022-05-10 07:55:37.0 +0200
@@ -301,8 +301,8 @@
 #, kde-format
 msgid "A command line interface to report and fix errors in your calendar data"
 msgstr ""
-"Una interf??cie de l??nia d'ordres per a informar i esmenar errors en les 
dades "
-"del vostre calendari"
+"Una interf??cie de l??nia d'ordres per a informar i esmenar errors en les "
+"dades del vostre calendari"
 
 #: main.cpp:69
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-22.04.0/po/ca@valencia/konsolekalendar.po 
new/akonadi-calendar-tools-22.04.1/po/ca@valencia/konsolekalendar.po
--- old/akonadi-calendar-tools-22.04.0/po/ca@valencia/konsolekalendar.po
2022-04-15 02:21:15.0 +0200
+++ new/akonadi-calendar-tools-22.04.1/po/ca@valencia/konsolekalendar.po
2022-05-10 07:55:37.0 +0200
@@ -146,7 +146,7 @@
 #: konsolekalendaradd.cpp:106
 #, kde-format
 msgid "Failure: \"%1\" not inserted"
-msgstr "Ha fallat: no s'ha inserit ??%1??"
+msgstr "No s'ha pogut: no s'ha inserit ??%1??"
 
 #: konsolekalendaradd.cpp:147
 #, kde-format
@@ -183,7 +183,7 @@
 #: konsolekalendarchange.cpp:103
 #, kde-format
 msgid "Failure: \"%1\" not changed"
-msgstr "Ha fallat: no s'ha canviat ??%1??"
+msgstr "No s'ha pogut: no s'ha canviat ??%1??"
 
 #: 

commit akonadi-calendar-tools for openSUSE:Factory

2022-04-23 Thread Source-Sync
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 2022-04-24 00:18:56

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1538 (New)


Package is "akonadi-calendar-tools"

Sun Apr 24 00:18:56 2022 rev:67 rq:971377 version:22.04.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-03-04 20:14:31.180802314 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1538/akonadi-calendar-tools.changes
  2022-04-24 00:18:58.056233460 +0200
@@ -1,0 +2,27 @@
+Mon Apr 18 07:50:34 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+---
+Fri Apr  8 18:16:46 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.90
+  * New feature release
+
+---
+Wed Mar 23 08:13:25 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Fix compile without deprecated method
+  * Use new akonadi calendar install include
+  * Fix includes
+  * Adapt build system for building against qt6
+  * Correct prefix to other PIM repositories in .kde-ci.yml
+  * Not neccessary to use I18N_NOOP here
+
+---

Old:

  akonadi-calendar-tools-21.12.3.tar.xz
  akonadi-calendar-tools-21.12.3.tar.xz.sig

New:

  akonadi-calendar-tools-22.04.0.tar.xz
  akonadi-calendar-tools-22.04.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.GPKaz9/_old  2022-04-24 00:18:58.848234058 +0200
+++ /var/tmp/diff_new_pack.GPKaz9/_new  2022-04-24 00:18:58.852234061 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:21.12.3
+Version:22.04.0
 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-21.12.3.tar.xz -> 
akonadi-calendar-tools-22.04.0.tar.xz ++
 22614 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2022-03-04 Thread Source-Sync
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 2022-03-04 20:14:29

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1958 (New)


Package is "akonadi-calendar-tools"

Fri Mar  4 20:14:29 2022 rev:66 rq:958760 version:21.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-02-04 21:46:36.609526659 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1958/akonadi-calendar-tools.changes
  2022-03-04 20:14:31.180802314 +0100
@@ -1,0 +2,9 @@
+Tue Mar  1 09:56:29 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.3/
+- No code change since 21.12.2
+
+---

Old:

  akonadi-calendar-tools-21.12.2.tar.xz
  akonadi-calendar-tools-21.12.2.tar.xz.sig

New:

  akonadi-calendar-tools-21.12.3.tar.xz
  akonadi-calendar-tools-21.12.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.2WHaTP/_old  2022-03-04 20:14:32.736802610 +0100
+++ /var/tmp/diff_new_pack.2WHaTP/_new  2022-03-04 20:14:32.740802612 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:21.12.2
+Version:21.12.3
 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-21.12.2.tar.xz -> 
akonadi-calendar-tools-21.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.12.2/CMakeLists.txt 
new/akonadi-calendar-tools-21.12.3/CMakeLists.txt
--- old/akonadi-calendar-tools-21.12.2/CMakeLists.txt   2022-01-08 
15:57:33.0 +0100
+++ new/akonadi-calendar-tools-21.12.3/CMakeLists.txt   2022-02-07 
07:07:43.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.2")
+set(PIM_VERSION "5.19.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.87.0")
@@ -40,10 +40,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.19.2")
-set(AKONADI_VERSION "5.19.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.19.2")
-set(KCALENDARCORE_LIB_VERSION "5.19.2")
+set(AKONADICALENDAR_LIB_VERSION "5.19.3")
+set(AKONADI_VERSION "5.19.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.19.3")
+set(KCALENDARCORE_LIB_VERSION "5.19.3")
 
 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-21.12.2/po/ar/konsolekalendar.po 
new/akonadi-calendar-tools-21.12.3/po/ar/konsolekalendar.po
--- old/akonadi-calendar-tools-21.12.2/po/ar/konsolekalendar.po 2022-02-01 
01:14:25.0 +0100
+++ new/akonadi-calendar-tools-21.12.3/po/ar/konsolekalendar.po 2022-03-01 
01:16:36.0 +0100
@@ -5,13 +5,14 @@
 # Munzir Taha , 2004.
 # Youssef Chahibi , 2007.
 # Safa Alfulaij , 2018.
+# Zayed Al-Saidi , 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: konsolekalendar\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-07 00:17+\n"
-"PO-Revision-Date: 2018-01-31 11:15+0300\n"
-"Last-Translator: Safa Alfulaij \n"
+"PO-Revision-Date: 2022-02-13 21:43+0400\n"
+"Last-Translator: Zayed Al-Saidi \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -42,14 +43,14 @@
 msgstr "(?? ??)"
 
 #: konsolekalendar.cpp:149
-#, kde-format
+#, fuzzy, kde-format
 msgid "Create Calendar : %1"
-msgstr ""
+msgstr " ??"
 
 #: konsolekalendar.cpp:155
-#, kde-format
+#, fuzzy, kde-format
 msgid "Create Calendar : %1"
-msgstr ""
+msgstr " ??"
 
 #: konsolekalendar.cpp:174
 #, kde-format
@@ -79,7 +80,7 @@
 #: konsolekalendar.cpp:296
 #, fuzzy, kde-format
 msgid "Events: %1 - %2"
-msgstr "?? 2"
+msgstr "??:"
 
 #: konsolekalendar.cpp:436 konsolekalendaradd.cpp:177
 #: 

commit akonadi-calendar-tools for openSUSE:Factory

2022-02-04 Thread Source-Sync
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 2022-02-04 21:46:34

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1898 (New)


Package is "akonadi-calendar-tools"

Fri Feb  4 21:46:34 2022 rev:65 rq:950946 version:21.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2022-01-11 21:14:59.476778272 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1898/akonadi-calendar-tools.changes
  2022-02-04 21:46:36.609526659 +0100
@@ -1,0 +2,9 @@
+Tue Feb  1 13:02:15 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.2/
+- No code change since 21.12.1
+
+---

Old:

  akonadi-calendar-tools-21.12.1.tar.xz
  akonadi-calendar-tools-21.12.1.tar.xz.sig

New:

  akonadi-calendar-tools-21.12.2.tar.xz
  akonadi-calendar-tools-21.12.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.VHNAsT/_old  2022-02-04 21:46:37.269522153 +0100
+++ /var/tmp/diff_new_pack.VHNAsT/_new  2022-02-04 21:46:37.277522098 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   akonadi-calendar-tools
-Version:21.12.1
+Version:21.12.2
 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-21.12.1.tar.xz -> 
akonadi-calendar-tools-21.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.12.1/CMakeLists.txt 
new/akonadi-calendar-tools-21.12.2/CMakeLists.txt
--- old/akonadi-calendar-tools-21.12.1/CMakeLists.txt   2021-12-15 
14:03:38.0 +0100
+++ new/akonadi-calendar-tools-21.12.2/CMakeLists.txt   2022-01-08 
15:57:33.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.1")
+set(PIM_VERSION "5.19.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.87.0")
@@ -40,10 +40,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.19.1")
-set(AKONADI_VERSION "5.19.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.19.1")
-set(KCALENDARCORE_LIB_VERSION "5.19.1")
+set(AKONADICALENDAR_LIB_VERSION "5.19.2")
+set(AKONADI_VERSION "5.19.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.19.2")
+set(KCALENDARCORE_LIB_VERSION "5.19.2")
 
 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-21.12.1/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-21.12.2/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-21.12.1/po/zh_CN/calendarjanitor.po  
2022-01-04 01:23:26.0 +0100
+++ new/akonadi-calendar-tools-21.12.2/po/zh_CN/calendarjanitor.po  
2022-02-01 01:14:26.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\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-21.12.1/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-21.12.2/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-21.12.1/po/zh_CN/konsolekalendar.po  
2022-01-04 01:23:26.0 +0100
+++ new/akonadi-calendar-tools-21.12.2/po/zh_CN/konsolekalendar.po  
2022-02-01 01:14:26.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-07 00:17+\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -280,7 +280,7 @@
 #: main.cpp:63
 #, kde-format
 msgid "(c) 2002-2009, Tuukka Pasanen and Allen Winter"
-msgstr "(c) 2002-2009???Tuukka Pasanen ??? Allen Winter"
+msgstr "(c) 2002-2009, Tuukka Pasanen and Allen Winter"
 
 #: main.cpp:65
 #, kde-format


commit akonadi-calendar-tools for openSUSE:Factory

2022-01-11 Thread Source-Sync
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 2022-01-11 21:14:27

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1892 (New)


Package is "akonadi-calendar-tools"

Tue Jan 11 21:14:27 2022 rev:64 rq:944238 version:21.12.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-12-13 20:39:05.86132 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1892/akonadi-calendar-tools.changes
  2022-01-11 21:14:59.476778272 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:24:51 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+---

Old:

  akonadi-calendar-tools-21.12.0.tar.xz
  akonadi-calendar-tools-21.12.0.tar.xz.sig

New:

  akonadi-calendar-tools-21.12.1.tar.xz
  akonadi-calendar-tools-21.12.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.9BFLRS/_old  2022-01-11 21:15:00.024778658 +0100
+++ /var/tmp/diff_new_pack.9BFLRS/_new  2022-01-11 21:15:00.028778661 +0100
@@ -19,16 +19,16 @@
 %define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:   akonadi-calendar-tools
-Version:21.12.0
+Version:21.12.1
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
@@ -64,7 +64,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
   %{kf5_find_htmldocs}
 %endif
@@ -79,7 +79,7 @@
 %{_kf5_debugdir}/console.renamecategories
 %{_kf5_iconsdir}/hicolor/*/apps/konsolekalendar.png
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 

++ akonadi-calendar-tools-21.12.0.tar.xz -> 
akonadi-calendar-tools-21.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.12.0/CMakeLists.txt 
new/akonadi-calendar-tools-21.12.1/CMakeLists.txt
--- old/akonadi-calendar-tools-21.12.0/CMakeLists.txt   2021-11-30 
21:42:31.0 +0100
+++ new/akonadi-calendar-tools-21.12.1/CMakeLists.txt   2021-12-15 
14:03:38.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.87.0")
@@ -40,10 +40,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.19.0")
-set(AKONADI_VERSION "5.19.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.19.0")
-set(KCALENDARCORE_LIB_VERSION "5.19.0")
+set(AKONADICALENDAR_LIB_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.19.1")
+set(KCALENDARCORE_LIB_VERSION "5.19.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-21.12.0/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-21.12.1/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-21.12.0/po/zh_CN/calendarjanitor.po  
2021-12-03 01:16:13.0 +0100
+++ new/akonadi-calendar-tools-21.12.1/po/zh_CN/calendarjanitor.po  
2022-01-04 01:23:26.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-11-30 15:24\n"
+"PO-Revision-Date: 2021-12-22 14:10\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-21.12.0/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-21.12.1/po/zh_CN/konsolekalendar.po
--- 

commit akonadi-calendar-tools for openSUSE:Factory

2021-12-13 Thread Source-Sync
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 2021-12-13 20:39:04

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2520 (New)


Package is "akonadi-calendar-tools"

Mon Dec 13 20:39:04 2021 rev:63 rq:937855 version:21.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-11-06 18:14:11.976765104 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2520/akonadi-calendar-tools.changes
  2021-12-13 20:39:05.86132 +0100
@@ -1,0 +2,27 @@
+Fri Dec  3 19:21:16 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- Changes since 21.11.90:
+  * Enable new GitLab CI on stable branch.
+
+---
+Sat Nov 27 10:10:10 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+---
+Sat Nov 13 17:54:05 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Allow to show header in qtc6
+  * Remove unused includes
+  * Add KDE CI file
+
+---

Old:

  akonadi-calendar-tools-21.08.3.tar.xz
  akonadi-calendar-tools-21.08.3.tar.xz.sig

New:

  akonadi-calendar-tools-21.12.0.tar.xz
  akonadi-calendar-tools-21.12.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.7TUW3Y/_old  2021-12-13 20:39:06.424446203 +0100
+++ /var/tmp/diff_new_pack.7TUW3Y/_new  2021-12-13 20:39:06.428446203 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.08.3
+Version:21.12.0
 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-21.08.3.tar.xz -> 
akonadi-calendar-tools-21.12.0.tar.xz ++
 30146 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2021-11-06 Thread Source-Sync
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 2021-11-06 18:13:31

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1890 (New)


Package is "akonadi-calendar-tools"

Sat Nov  6 18:13:31 2021 rev:62 rq:929226 version:21.08.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-10-13 18:02:01.914893256 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1890/akonadi-calendar-tools.changes
  2021-11-06 18:14:11.976765104 +0100
@@ -1,0 +2,9 @@
+Tue Nov  2 21:33:07 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.3/
+- No code change since 21.08.2
+
+---

Old:

  akonadi-calendar-tools-21.08.2.tar.xz
  akonadi-calendar-tools-21.08.2.tar.xz.sig

New:

  akonadi-calendar-tools-21.08.3.tar.xz
  akonadi-calendar-tools-21.08.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.Yx1ZTY/_old  2021-11-06 18:14:12.880765578 +0100
+++ /var/tmp/diff_new_pack.Yx1ZTY/_new  2021-11-06 18:14:12.884765580 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.08.2
+Version:21.08.3
 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-21.08.2.tar.xz -> 
akonadi-calendar-tools-21.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.08.2/CMakeLists.txt 
new/akonadi-calendar-tools-21.08.3/CMakeLists.txt
--- old/akonadi-calendar-tools-21.08.2/CMakeLists.txt   2021-09-25 
10:14:00.0 +0200
+++ new/akonadi-calendar-tools-21.08.3/CMakeLists.txt   2021-10-09 
09:22:36.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.83.0")
@@ -38,10 +38,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.18.2")
-set(AKONADI_VERSION "5.18.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.18.2")
-set(KCALENDARCORE_LIB_VERSION "5.18.2")
+set(AKONADICALENDAR_LIB_VERSION "5.18.3")
+set(AKONADI_VERSION "5.18.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.18.3")
+set(KCALENDARCORE_LIB_VERSION "5.18.3")
 
 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-21.08.2/po/ca/calendarjanitor.po 
new/akonadi-calendar-tools-21.08.3/po/ca/calendarjanitor.po
--- old/akonadi-calendar-tools-21.08.2/po/ca/calendarjanitor.po 2021-10-05 
07:44:40.0 +0200
+++ new/akonadi-calendar-tools-21.08.3/po/ca/calendarjanitor.po 2021-11-02 
01:17:39.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Antoni Bella P??rez , 2013, 2014, 2015, 2016, 2017, 
2020.
-# Josep Ma. Ferrer , 2014, 2015, 2017, 2020.
+# Josep M. Ferrer , 2014, 2015, 2017, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi-calendar-tools\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-21.08.2/po/ca/konsolekalendar.po 
new/akonadi-calendar-tools-21.08.3/po/ca/konsolekalendar.po
--- old/akonadi-calendar-tools-21.08.2/po/ca/konsolekalendar.po 2021-10-05 
07:44:40.0 +0200
+++ new/akonadi-calendar-tools-21.08.3/po/ca/konsolekalendar.po 2021-11-02 
01:17:39.0 +0100
@@ -5,7 +5,7 @@
 # Ivan Lloro Boada , 2004.
 # Sebasti?? Pla i Sanz , 2004.
 # Albert Astals Cid , 2005.
-# Josep Ma. Ferrer , 2006, 2007, 2008, 2009, 2010, 2014, 
2015, 2016, 2017.
+# Josep M. Ferrer , 2006, 2007, 2008, 2009, 2010, 2014, 
2015, 2016, 2017.
 # Manuel Tortosa Moreno , 2009.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-21.08.2/po/ca@valencia/calendarjanitor.po 
new/akonadi-calendar-tools-21.08.3/po/ca@valencia/calendarjanitor.po
--- old/akonadi-calendar-tools-21.08.2/po/ca@valencia/calendarjanitor.po
2021-10-05 07:44:40.0 +0200
+++ 

commit akonadi-calendar-tools for openSUSE:Factory

2021-10-13 Thread Source-Sync
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 2021-10-13 18:01:57

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2443 (New)


Package is "akonadi-calendar-tools"

Wed Oct 13 18:01:57 2021 rev:61 rq:923814 version:21.08.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-09-04 22:33:59.272042758 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2443/akonadi-calendar-tools.changes
  2021-10-13 18:02:01.914893256 +0200
@@ -1,0 +2,9 @@
+Tue Oct  5 16:27:28 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.2/
+- No code change since 21.08.1
+
+---

Old:

  akonadi-calendar-tools-21.08.1.tar.xz
  akonadi-calendar-tools-21.08.1.tar.xz.sig

New:

  akonadi-calendar-tools-21.08.2.tar.xz
  akonadi-calendar-tools-21.08.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.RpGwMp/_old  2021-10-13 18:02:02.466894121 +0200
+++ /var/tmp/diff_new_pack.RpGwMp/_new  2021-10-13 18:02:02.466894121 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.08.1
+Version:21.08.2
 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-21.08.1.tar.xz -> 
akonadi-calendar-tools-21.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.08.1/.gitlab-ci.yml 
new/akonadi-calendar-tools-21.08.2/.gitlab-ci.yml
--- old/akonadi-calendar-tools-21.08.1/.gitlab-ci.yml   2021-08-13 
08:43:55.0 +0200
+++ new/akonadi-calendar-tools-21.08.2/.gitlab-ci.yml   2021-09-25 
10:14:00.0 +0200
@@ -31,4 +31,4 @@
 - cd build && run-clang-tidy
   variables:
 PLATFORM: SUSEQt5.15
-BRANCH_GROUP: kf5-qt5
+BRANCH_GROUP: stable-kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.08.1/CMakeLists.txt 
new/akonadi-calendar-tools-21.08.2/CMakeLists.txt
--- old/akonadi-calendar-tools-21.08.1/CMakeLists.txt   2021-08-13 
08:43:55.0 +0200
+++ new/akonadi-calendar-tools-21.08.2/CMakeLists.txt   2021-09-25 
10:14:00.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.83.0")
@@ -38,10 +38,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.18.1")
-set(AKONADI_VERSION "5.18.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.18.1")
-set(KCALENDARCORE_LIB_VERSION "5.18.1")
+set(AKONADICALENDAR_LIB_VERSION "5.18.2")
+set(AKONADI_VERSION "5.18.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.18.2")
+set(KCALENDARCORE_LIB_VERSION "5.18.2")
 
 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-21.08.1/po/cs/calendarjanitor.po 
new/akonadi-calendar-tools-21.08.2/po/cs/calendarjanitor.po
--- old/akonadi-calendar-tools-21.08.1/po/cs/calendarjanitor.po 2021-08-31 
02:37:04.0 +0200
+++ new/akonadi-calendar-tools-21.08.2/po/cs/calendarjanitor.po 2021-10-05 
07:44:40.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-07-23 10:21+0200\n"
+"PO-Revision-Date: 2021-09-08 15:56+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 21.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -179,7 +179,7 @@
 #: calendarjanitor.cpp:499
 #, kde-format
 msgid "Todos"
-msgstr "??koly"
+msgstr "??lohy"
 
 #: calendarjanitor.cpp:500
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit akonadi-calendar-tools for openSUSE:Factory

2021-09-04 Thread Source-Sync
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 2021-09-04 22:32:44

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1899 (New)


Package is "akonadi-calendar-tools"

Sat Sep  4 22:32:44 2021 rev:60 rq:915816 version:21.08.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-08-16 10:05:59.551496599 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1899/akonadi-calendar-tools.changes
  2021-09-04 22:33:59.272042758 +0200
@@ -1,0 +2,10 @@
+Wed Sep  1 12:37:30 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- Changes since 21.08.0:
+  * Ensure created ical resources syncs initial config to storage
+
+---

Old:

  akonadi-calendar-tools-21.08.0.tar.xz
  akonadi-calendar-tools-21.08.0.tar.xz.sig

New:

  akonadi-calendar-tools-21.08.1.tar.xz
  akonadi-calendar-tools-21.08.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.ujAcMI/_old  2021-09-04 22:33:59.752043395 +0200
+++ /var/tmp/diff_new_pack.ujAcMI/_new  2021-09-04 22:33:59.752043395 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.08.0
+Version:21.08.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-21.08.0.tar.xz -> 
akonadi-calendar-tools-21.08.1.tar.xz ++
 6110 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2021-08-16 Thread Source-Sync
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 2021-08-16 10:05:57

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1899 (New)


Package is "akonadi-calendar-tools"

Mon Aug 16 10:05:57 2021 rev:59 rq:911584 version:21.08.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-07-09 23:58:05.553106234 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.1899/akonadi-calendar-tools.changes
  2021-08-16 10:05:59.551496599 +0200
@@ -1,0 +2,26 @@
+Fri Aug  6 09:33:27 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+---
+Fri Jul 30 10:04:15 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+---
+Sat Jul 17 20:04:42 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Fix clazy warning
+  * Modernize code
+- Only install the license files once
+
+---

Old:

  akonadi-calendar-tools-21.04.3.tar.xz
  akonadi-calendar-tools-21.04.3.tar.xz.sig

New:

  akonadi-calendar-tools-21.08.0.tar.xz
  akonadi-calendar-tools-21.08.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.CDhg09/_old  2021-08-16 10:06:03.703491630 +0200
+++ /var/tmp/diff_new_pack.CDhg09/_new  2021-08-16 10:06:03.703491630 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.04.3
+Version:21.08.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -45,11 +45,10 @@
 BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5Libkdepim)
-BuildRequires:  cmake(Qt5Gui) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
+BuildRequires:  cmake(Qt5Gui) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-Recommends: %{name}-lang
 
 %description
 Console applications and utilities for managing calendars in Akonadi.
@@ -82,7 +81,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog

++ akonadi-calendar-tools-21.04.3.tar.xz -> 
akonadi-calendar-tools-21.08.0.tar.xz ++
 4434 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2021-07-09 Thread Source-Sync
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 2021-07-09 23:57:28

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2625 (New)


Package is "akonadi-calendar-tools"

Fri Jul  9 23:57:28 2021 rev:58 rq:904844 version:21.04.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-06-12 20:05:49.528696238 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2625/akonadi-calendar-tools.changes
  2021-07-09 23:58:05.553106234 +0200
@@ -1,0 +2,9 @@
+Wed Jul  7 08:56:34 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.3
+- No code change since 21.04.2
+
+---

Old:

  akonadi-calendar-tools-21.04.2.tar.xz
  akonadi-calendar-tools-21.04.2.tar.xz.sig

New:

  akonadi-calendar-tools-21.04.3.tar.xz
  akonadi-calendar-tools-21.04.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.lWxWZu/_old  2021-07-09 23:58:06.025102562 +0200
+++ /var/tmp/diff_new_pack.lWxWZu/_new  2021-07-09 23:58:06.029102531 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.04.2
+Version:21.04.3
 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-21.04.2.tar.xz -> 
akonadi-calendar-tools-21.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.04.2/CMakeLists.txt 
new/akonadi-calendar-tools-21.04.3/CMakeLists.txt
--- old/akonadi-calendar-tools-21.04.2/CMakeLists.txt   2021-05-15 
15:21:56.0 +0200
+++ new/akonadi-calendar-tools-21.04.3/CMakeLists.txt   2021-06-16 
07:18:59.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.2")
+set(PIM_VERSION "5.17.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.79.0")
@@ -38,10 +38,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.17.2")
-set(AKONADI_VERSION "5.17.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.17.2")
-set(KCALENDARCORE_LIB_VERSION "5.17.2")
+set(AKONADICALENDAR_LIB_VERSION "5.17.3")
+set(AKONADI_VERSION "5.17.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.17.3")
+set(KCALENDARCORE_LIB_VERSION "5.17.3")
 
 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-21.04.2/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-21.04.3/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-21.04.2/po/zh_CN/calendarjanitor.po  
2021-06-08 08:16:49.0 +0200
+++ new/akonadi-calendar-tools-21.04.3/po/zh_CN/calendarjanitor.po  
2021-07-06 07:27:13.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\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-21.04.2/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-21.04.3/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-21.04.2/po/zh_CN/konsolekalendar.po  
2021-06-08 08:16:49.0 +0200
+++ new/akonadi-calendar-tools-21.04.3/po/zh_CN/konsolekalendar.po  
2021-07-06 07:27:13.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit akonadi-calendar-tools for openSUSE:Factory

2021-06-14 Thread Source-Sync
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 2021-06-12 20:05:42

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.32437 (New)


Package is "akonadi-calendar-tools"

Sat Jun 12 20:05:42 2021 rev:57 rq:899114 version:21.04.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-05-16 23:39:29.334195963 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.32437/akonadi-calendar-tools.changes
 2021-06-12 20:05:49.528696238 +0200
@@ -1,0 +2,9 @@
+Tue Jun  8 12:38:49 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.2
+- No code change since 21.04.1
+
+---

Old:

  akonadi-calendar-tools-21.04.1.tar.xz
  akonadi-calendar-tools-21.04.1.tar.xz.sig

New:

  akonadi-calendar-tools-21.04.2.tar.xz
  akonadi-calendar-tools-21.04.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.PeNFEN/_old  2021-06-12 20:05:50.076697193 +0200
+++ /var/tmp/diff_new_pack.PeNFEN/_new  2021-06-12 20:05:50.076697193 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.04.1
+Version:21.04.2
 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-21.04.1.tar.xz -> 
akonadi-calendar-tools-21.04.2.tar.xz ++
 4297 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2021-05-16 Thread Source-Sync
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 2021-05-16 23:39:28

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2988 (New)


Package is "akonadi-calendar-tools"

Sun May 16 23:39:28 2021 rev:56 rq:892703 version:21.04.1

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-04-24 23:07:41.131270280 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2988/akonadi-calendar-tools.changes
  2021-05-16 23:39:29.334195963 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:06:36 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/21.04.1
+- No code change since 21.04.0
+
+---

Old:

  akonadi-calendar-tools-21.04.0.tar.xz
  akonadi-calendar-tools-21.04.0.tar.xz.sig

New:

  akonadi-calendar-tools-21.04.1.tar.xz
  akonadi-calendar-tools-21.04.1.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.dM9Yu7/_old  2021-05-16 23:39:29.794194248 +0200
+++ /var/tmp/diff_new_pack.dM9Yu7/_new  2021-05-16 23:39:29.798194234 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:21.04.0
+Version:21.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-21.04.0.tar.xz -> 
akonadi-calendar-tools-21.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-21.04.0/CMakeLists.txt 
new/akonadi-calendar-tools-21.04.1/CMakeLists.txt
--- old/akonadi-calendar-tools-21.04.0/CMakeLists.txt   2021-04-11 
13:03:03.0 +0200
+++ new/akonadi-calendar-tools-21.04.1/CMakeLists.txt   2021-04-25 
10:47:26.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.79.0")
@@ -38,10 +38,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.17.0")
-set(AKONADI_VERSION "5.17.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.17.0")
-set(KCALENDARCORE_LIB_VERSION "5.17.0")
+set(AKONADICALENDAR_LIB_VERSION "5.17.1")
+set(AKONADI_VERSION "5.17.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.17.1")
+set(KCALENDARCORE_LIB_VERSION "5.17.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-21.04.0/po/de/docs/konsolekalendar/index.docbook 
new/akonadi-calendar-tools-21.04.1/po/de/docs/konsolekalendar/index.docbook
--- old/akonadi-calendar-tools-21.04.0/po/de/docs/konsolekalendar/index.docbook 
2021-04-16 10:45:48.0 +0200
+++ new/akonadi-calendar-tools-21.04.1/po/de/docs/konsolekalendar/index.docbook 
2021-05-11 09:28:13.0 +0200
@@ -60,7 +60,7 @@
 
 Deutsches KDE-TeamDeutsches KDE-??bersetzerteam
 
 ??bersetzung Deutsches KDE-Team??bersetzung Deutsches KDE-??bersetzerteamkde-i18n...@kde.org   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-calendar-tools-21.04.0/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-21.04.1/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-21.04.0/po/zh_CN/calendarjanitor.po  
2021-04-16 10:45:48.0 +0200
+++ new/akonadi-calendar-tools-21.04.1/po/zh_CN/calendarjanitor.po  
2021-05-11 09:28:13.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:05+0100\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:44\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-21.04.0/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-21.04.1/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-21.04.0/po/zh_CN/konsolekalendar.po  
2021-04-16 10:45:48.0 +0200
+++ new/akonadi-calendar-tools-21.04.1/po/zh_CN/konsolekalendar.po  
2021-05-11 09:28:13.0 +0200
@@ -9,7 

commit akonadi-calendar-tools for openSUSE:Factory

2021-04-24 Thread Source-Sync
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 2021-04-24 23:07:13

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.12324 (New)


Package is "akonadi-calendar-tools"

Sat Apr 24 23:07:13 2021 rev:55 rq:887572 version:21.04.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-03-08 15:10:38.093634302 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.12324/akonadi-calendar-tools.changes
 2021-04-24 23:07:41.131270280 +0200
@@ -1,0 +2,30 @@
+Fri Apr 16 16:10:53 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+---
+Fri Apr  9 17:39:20 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+---
+Sun Mar 21 13:26:53 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * It compiles fine with QT_NO_KEYWORDS
+  * Use git commit hook
+  * run git clang-format
+  * Port foreach
+  * Remove extra ;
+  * Add support for USE_UNITY_CMAKE_SUPPORT compile support
+  * Fix compile on windows by removing unused header
+
+---

Old:

  akonadi-calendar-tools-20.12.3.tar.xz
  akonadi-calendar-tools-20.12.3.tar.xz.sig

New:

  akonadi-calendar-tools-21.04.0.tar.xz
  akonadi-calendar-tools-21.04.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.s4gvmk/_old  2021-04-24 23:07:41.603270947 +0200
+++ /var/tmp/diff_new_pack.s4gvmk/_new  2021-04-24 23:07:41.603270947 +0200
@@ -16,18 +16,22 @@
 #
 
 
-%define kf5_version 5.75.0
+%define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:20.12.3
+Version:21.04.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
@@ -41,14 +45,10 @@
 BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5Libkdepim)
-BuildRequires:  cmake(Qt5Gui) >= 5.2.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Gui) >= 5.14.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 Recommends: %{name}-lang
 
 %description
@@ -57,7 +57,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF
@@ -72,12 +72,12 @@
 
 %files
 %license LICENSES/*
-%{_kf5_debugdir}/console.categories
-%{_kf5_debugdir}/console.renamecategories
 %doc %lang(en) %{_kf5_htmldir}/en/konsolekalendar/
 %{_kf5_applicationsdir}/konsolekalendar.desktop
 %{_kf5_bindir}/calendarjanitor
 %{_kf5_bindir}/konsolekalendar
+%{_kf5_debugdir}/console.categories
+%{_kf5_debugdir}/console.renamecategories
 %{_kf5_iconsdir}/hicolor/*/apps/konsolekalendar.png
 
 %if %{with lang}

++ akonadi-calendar-tools-20.12.3.tar.xz -> 
akonadi-calendar-tools-21.04.0.tar.xz ++
 50287 lines of diff (skipped)


commit akonadi-calendar-tools for openSUSE:Factory

2021-03-08 Thread Source-Sync
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 2021-03-08 15:10:32

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2378 (New)


Package is "akonadi-calendar-tools"

Mon Mar  8 15:10:32 2021 rev:54 rq:877008 version:20.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-02-07 15:14:37.973425825 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.2378/akonadi-calendar-tools.changes
  2021-03-08 15:10:38.093634302 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:09:16 UTC 2021 - Luca Beltrame 
+
+- Update to 20.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.12.3
+- No code change since 20.12.2
+
+---

Old:

  akonadi-calendar-tools-20.12.2.tar.xz
  akonadi-calendar-tools-20.12.2.tar.xz.sig

New:

  akonadi-calendar-tools-20.12.3.tar.xz
  akonadi-calendar-tools-20.12.3.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.BvmyKb/_old  2021-03-08 15:10:39.225635173 +0100
+++ /var/tmp/diff_new_pack.BvmyKb/_new  2021-03-08 15:10:39.225635173 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:20.12.2
+Version:20.12.3
 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-20.12.2.tar.xz -> 
akonadi-calendar-tools-20.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-20.12.2/CMakeLists.txt 
new/akonadi-calendar-tools-20.12.3/CMakeLists.txt
--- old/akonadi-calendar-tools-20.12.2/CMakeLists.txt   2021-02-02 
01:51:45.0 +0100
+++ new/akonadi-calendar-tools-20.12.3/CMakeLists.txt   2021-03-02 
01:51:54.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.2")
+set(PIM_VERSION "5.16.3")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.75.0")
@@ -37,10 +37,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.16.2")
-set(AKONADI_VERSION "5.16.2")
-set(CALENDARSUPPORT_LIB_VERSION "5.16.2")
-set(KCALENDARCORE_LIB_VERSION "5.16.2")
+set(AKONADICALENDAR_LIB_VERSION "5.16.3")
+set(AKONADI_VERSION "5.16.3")
+set(CALENDARSUPPORT_LIB_VERSION "5.16.3")
+set(KCALENDARCORE_LIB_VERSION "5.16.3")
 
 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-20.12.2/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-20.12.3/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-20.12.2/po/zh_CN/calendarjanitor.po  
2021-02-02 01:51:45.0 +0100
+++ new/akonadi-calendar-tools-20.12.3/po/zh_CN/calendarjanitor.po  
2021-03-02 01:51:53.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-10-23 02:27+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:01\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-20.12.2/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-20.12.3/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-20.12.2/po/zh_CN/konsolekalendar.po  
2021-02-02 01:51:45.0 +0100
+++ new/akonadi-calendar-tools-20.12.3/po/zh_CN/konsolekalendar.po  
2021-03-02 01:51:53.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-10-23 02:27+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit akonadi-calendar-tools for openSUSE:Factory

2021-02-07 Thread Source-Sync
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 2021-02-07 15:14:25

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.28504 (New)


Package is "akonadi-calendar-tools"

Sun Feb  7 15:14:25 2021 rev:53 rq:869236 version:20.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2021-01-08 17:34:29.977070624 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.28504/akonadi-calendar-tools.changes
 2021-02-07 15:14:37.973425825 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:27:36 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 20.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2021-02-apps-update
+- No code change since 20.12.1
+
+---

Old:

  akonadi-calendar-tools-20.12.1.tar.xz
  akonadi-calendar-tools-20.12.1.tar.xz.sig

New:

  akonadi-calendar-tools-20.12.2.tar.xz
  akonadi-calendar-tools-20.12.2.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.RrgB5G/_old  2021-02-07 15:14:38.593426488 +0100
+++ /var/tmp/diff_new_pack.RrgB5G/_new  2021-02-07 15:14:38.593426488 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:20.12.1
+Version:20.12.2
 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-20.12.1.tar.xz -> 
akonadi-calendar-tools-20.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-calendar-tools-20.12.1/CMakeLists.txt 
new/akonadi-calendar-tools-20.12.2/CMakeLists.txt
--- old/akonadi-calendar-tools-20.12.1/CMakeLists.txt   2021-01-05 
02:24:05.0 +0100
+++ new/akonadi-calendar-tools-20.12.2/CMakeLists.txt   2021-02-02 
01:51:45.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.1")
+set(PIM_VERSION "5.16.2")
 project(akonadi-calendar-tools VERSION ${PIM_VERSION})
 
 set(KF5_MIN_VERSION "5.75.0")
@@ -37,10 +37,10 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADICALENDAR_LIB_VERSION "5.16.1")
-set(AKONADI_VERSION "5.16.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.16.1")
-set(KCALENDARCORE_LIB_VERSION "5.16.1")
+set(AKONADICALENDAR_LIB_VERSION "5.16.2")
+set(AKONADI_VERSION "5.16.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.16.2")
+set(KCALENDARCORE_LIB_VERSION "5.16.2")
 
 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-20.12.1/po/zh_CN/calendarjanitor.po 
new/akonadi-calendar-tools-20.12.2/po/zh_CN/calendarjanitor.po
--- old/akonadi-calendar-tools-20.12.1/po/zh_CN/calendarjanitor.po  
2021-01-05 02:24:04.0 +0100
+++ new/akonadi-calendar-tools-20.12.2/po/zh_CN/calendarjanitor.po  
2021-02-02 01:51:45.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-10-23 02:27+0200\n"
-"PO-Revision-Date: 2021-01-03 09:06\n"
+"PO-Revision-Date: 2021-01-28 05:08\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-20.12.1/po/zh_CN/konsolekalendar.po 
new/akonadi-calendar-tools-20.12.2/po/zh_CN/konsolekalendar.po
--- old/akonadi-calendar-tools-20.12.1/po/zh_CN/konsolekalendar.po  
2021-01-05 02:24:04.0 +0100
+++ new/akonadi-calendar-tools-20.12.2/po/zh_CN/konsolekalendar.po  
2021-02-02 01:51:45.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-10-23 02:27+0200\n"
-"PO-Revision-Date: 2021-01-03 09:06\n"
+"PO-Revision-Date: 2021-01-28 05:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

++ applications.keyring ++
Binary files /var/tmp/diff_new_pack.RrgB5G/_old and 
/var/tmp/diff_new_pack.RrgB5G/_new differ


commit akonadi-calendar-tools for openSUSE:Factory

2020-12-17 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package akonadi-calendar-tools for 
openSUSE:Factory checked in at 2020-12-17 16:54:56

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar-tools (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.5145 (New)


Package is "akonadi-calendar-tools"

Thu Dec 17 16:54:56 2020 rev:51 rq:855087 version:20.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/akonadi-calendar-tools/akonadi-calendar-tools.changes
2020-11-10 13:34:49.413025458 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar-tools.new.5145/akonadi-calendar-tools.changes
  2020-12-17 16:54:57.833065954 +0100
@@ -1,0 +2,28 @@
+Sat Dec  5 23:15:09 UTC 2020 - Luca Beltrame 
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+---
+Fri Nov 27 15:15:26 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+---
+Sat Nov 14 00:00:15 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.80
+  * New feature release
+- Changes since 20.08.3:
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+  * Time to increase version
+  * Perform SPDX conversion for previously missed files
+  * Convert license headers to SPDX format
+  * Use ISO date/time in csv export
+
+---

Old:

  akonadi-calendar-tools-20.08.3.tar.xz
  akonadi-calendar-tools-20.08.3.tar.xz.sig

New:

  akonadi-calendar-tools-20.12.0.tar.xz
  akonadi-calendar-tools-20.12.0.tar.xz.sig



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.ryvZQL/_old  2020-12-17 16:54:58.445066611 +0100
+++ /var/tmp/diff_new_pack.ryvZQL/_new  2020-12-17 16:54:58.445066611 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.75.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   akonadi-calendar-tools
-Version:20.08.3
+Version:20.12.0
 Release:0
 Summary:Console applications and utilities for managing calendars
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -71,7 +71,7 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %{_kf5_debugdir}/console.categories
 %{_kf5_debugdir}/console.renamecategories
 %doc %lang(en) %{_kf5_htmldir}/en/konsolekalendar/
@@ -82,7 +82,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog

++ akonadi-calendar-tools-20.08.3.tar.xz -> 
akonadi-calendar-tools-20.12.0.tar.xz ++
 52823 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org