commit zanshin for openSUSE:Factory

2024-07-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2024-07-05 19:50:13

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2080 (New)


Package is "zanshin"

Fri Jul  5 19:50:13 2024 rev:40 rq:1185692 version:24.05.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2024-06-14 
19:05:41.583409541 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2080/zanshin.changes
2024-07-05 19:56:59.755063928 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 13:55:25 UTC 2024 - Christophe Marin 
+
+- Update to 24.05.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.2/
+- No code change since 24.05.1
+
+---

Old:

  zanshin-24.05.1.tar.xz
  zanshin-24.05.1.tar.xz.sig

New:

  zanshin-24.05.2.tar.xz
  zanshin-24.05.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.7eXWQr/_old  2024-07-05 19:57:00.199080231 +0200
+++ /var/tmp/diff_new_pack.7eXWQr/_new  2024-07-05 19:57:00.199080231 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.1.1
+%define kpim6_version 6.1.2
 
 %bcond_without released
 Name:   zanshin
-Version:24.05.1
+Version:24.05.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-24.05.1.tar.xz -> zanshin-24.05.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-24.05.1/CMakeLists.txt 
new/zanshin-24.05.2/CMakeLists.txt
--- old/zanshin-24.05.1/CMakeLists.txt  2024-06-10 05:40:09.0 +0200
+++ new/zanshin-24.05.2/CMakeLists.txt  2024-06-28 23:11:25.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "24")
 set(RELEASE_SERVICE_VERSION_MINOR "05")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
@@ -81,9 +81,9 @@
 Parts
 )
 
-find_package(KPim6Akonadi "6.1.1" REQUIRED)
-find_package(KPim6AkonadiCalendar "6.1.1" REQUIRED)
-find_package(KPim6KontactInterface "6.1.1" REQUIRED)
+find_package(KPim6Akonadi "6.1.2" REQUIRED)
+find_package(KPim6AkonadiCalendar "6.1.2" REQUIRED)
+find_package(KPim6KontactInterface "6.1.2" REQUIRED)
 
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
 ecm_set_disabled_deprecation_versions(QT 6.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-24.05.1/po/cs/zanshin.po 
new/zanshin-24.05.2/po/cs/zanshin.po
--- old/zanshin-24.05.1/po/cs/zanshin.po2024-06-10 05:40:09.0 
+0200
+++ new/zanshin-24.05.2/po/cs/zanshin.po2024-06-28 23:11:25.0 
+0200
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2019, 2023 Vít Pelčák 
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2021, 2023.
+# SPDX-FileCopyrightText: 2021, 2023, 2024 Vit Pelcak 
 #
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.2\n"
+"X-Generator: Lokalize 24.02.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-24.05.1/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-24.05.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-24.05.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2024-06-10 05:40:09.0 +0200
+++ new/zanshin-24.05.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
2024-06-28 23:11:25.0 +0200
@@ -409,6 +409,7 @@
   
   
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-24.05.1/src/zanshin/kontact/zanshin_plugin.json 
new/zanshin-24.05.2/src/zanshin/kontact/zanshin_plugin.json
--- old/zanshin-24.05.1/src/zanshin/kontact/zanshin_plugin.json 2024-06-10 
05:40:09.0 +0200
+++ new/zanshin-24.05.2/src/zanshin/kontact/zanshin_plugin.json 2024-06-28 
23:11:25.0 +0200
@@ -6,7 +6,6 @@
 "Description[ca]": "Connector Zanshin del Kontact",
 "Description[cs]": "Modul Zanshin Kontact",
 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2024-05-27 11:51:58

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.24587 (New)


Package is "zanshin"

Mon May 27 11:51:58 2024 rev:38 rq:1176437 version:24.05.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2024-04-15 
20:24:37.966260063 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.24587/zanshin.changes   
2024-05-27 12:01:20.721994199 +0200
@@ -1,0 +2,21 @@
+Sun May 19 09:57:57 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:17:42 UTC 2024 - Christophe Marin 
+
+- Update to 24.04.80
+  * New feature release
+- Changes since 24.02.2:
+  * Use desktop-application
+  * Add vcs-browser
+  * Drop support for KF5's deprecated KToolInvocation
+  * QtTestGui is not necessary
+  * Avoid to include QtTest (which loads a lot of includes)
+
+---

Old:

  zanshin-24.02.2.tar.xz
  zanshin-24.02.2.tar.xz.sig

New:

  zanshin-24.05.0.tar.xz
  zanshin-24.05.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.kkEmZe/_old  2024-05-27 12:01:21.382018431 +0200
+++ /var/tmp/diff_new_pack.kkEmZe/_new  2024-05-27 12:01:21.382018431 +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:   zanshin
-Version:24.02.2
+Version:24.05.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
 URL:https://zanshin.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}
@@ -48,7 +48,7 @@
 BuildRequires:  cmake(Qt6Test) >= %{qt6_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
 Zanshin Todo is an application for managing your day-to-day actions.


++ zanshin-24.02.2.tar.xz -> zanshin-24.05.0.tar.xz ++
 1878 lines of diff (skipped)


commit zanshin for openSUSE:Factory

2024-04-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2024-04-15 20:18:34

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.26366 (New)


Package is "zanshin"

Mon Apr 15 20:18:34 2024 rev:37 rq:1167473 version:24.02.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2024-03-22 
15:32:13.406535299 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.26366/zanshin.changes   
2024-04-15 20:24:37.966260063 +0200
@@ -1,0 +2,9 @@
+Tue Apr  9 18:10:05 UTC 2024 - Christophe Marin 
+
+- Update to 24.02.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.02.2/
+- No code change since 24.02.1
+
+---

Old:

  zanshin-24.02.1.tar.xz
  zanshin-24.02.1.tar.xz.sig

New:

  zanshin-24.02.2.tar.xz
  zanshin-24.02.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.TuMpHy/_old  2024-04-15 20:24:38.522280534 +0200
+++ /var/tmp/diff_new_pack.TuMpHy/_new  2024-04-15 20:24:38.522280534 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 5.246.0
+%define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.0.1
+%define kpim6_version 6.0.2
 
 %bcond_without released
 Name:   zanshin
-Version:24.02.1
+Version:24.02.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-24.02.1.tar.xz -> zanshin-24.02.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-24.02.1/CMakeLists.txt 
new/zanshin-24.02.2/CMakeLists.txt
--- old/zanshin-24.02.1/CMakeLists.txt  2024-03-15 22:06:06.0 +0100
+++ new/zanshin-24.02.2/CMakeLists.txt  2024-04-08 17:49:24.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "24")
 set(RELEASE_SERVICE_VERSION_MINOR "02")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
@@ -80,9 +80,9 @@
 Parts
 )
 
-find_package(KPim6Akonadi "6.0.1" REQUIRED)
-find_package(KPim6AkonadiCalendar "6.0.1" REQUIRED)
-find_package(KPim6KontactInterface "6.0.1" REQUIRED)
+find_package(KPim6Akonadi "6.0.2" REQUIRED)
+find_package(KPim6AkonadiCalendar "6.0.2" REQUIRED)
+find_package(KPim6KontactInterface "6.0.2" REQUIRED)
 
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
 ecm_set_disabled_deprecation_versions(QT 6.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-24.02.1/po/zh_CN/zanshin.po 
new/zanshin-24.02.2/po/zh_CN/zanshin.po
--- old/zanshin-24.02.1/po/zh_CN/zanshin.po 2024-03-15 22:06:06.0 
+0100
+++ new/zanshin-24.02.2/po/zh_CN/zanshin.po 2024-04-08 17:49:24.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2024-01-19 02:28+\n"
-"PO-Revision-Date: 2024-01-06 03:32\n"
+"PO-Revision-Date: 2024-03-30 19:38\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,8 +14,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf6-trunk/messages/zanshin/zanshin.pot\n"
-"X-Crowdin-File-ID: 45723\n"
+"X-Crowdin-File: /kf6-stable/messages/zanshin/zanshin.pot\n"
+"X-Crowdin-File-ID: 51868\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-24.02.1/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-24.02.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-24.02.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2024-03-15 22:06:06.0 +0100
+++ new/zanshin-24.02.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
2024-04-08 17:49:24.0 +0200
@@ -396,9 +396,9 @@
   
   
   
+
 
 
 
-
   
 


commit zanshin for openSUSE:Factory

2024-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2024-03-11 15:31:47

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1770 (New)


Package is "zanshin"

Mon Mar 11 15:31:47 2024 rev:35 rq:1151103 version:24.02.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-12-17 
21:33:56.885123105 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1770/zanshin.changes
2024-03-11 15:37:58.167336267 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 14:01:13 UTC 2024 - Christophe Marin 
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+---
+Fri Feb  9 16:10:21 UTC 2024 - Christophe Marin 
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+---

Old:

  zanshin-23.08.4.tar.xz
  zanshin-23.08.4.tar.xz.sig

New:

  zanshin-24.02.0.tar.xz
  zanshin-24.02.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.gbjq8m/_old  2024-03-11 15:37:58.875362341 +0100
+++ /var/tmp/diff_new_pack.gbjq8m/_new  2024-03-11 15:37:58.875362341 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zanshin
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,39 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+%define kpim6_version 6.0.0
+
 %bcond_without released
 Name:   zanshin
-Version:23.08.4
+Version:24.02.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
 URL:https://zanshin.kde.org
-Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  boost-devel
-BuildRequires:  extra-cmake-modules
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5Runner)
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(KPim5Akonadi)
-BuildRequires:  cmake(KPim5AkonadiCalendar)
-BuildRequires:  cmake(KPim5KontactInterface)
-BuildRequires:  cmake(KPim5IdentityManagement)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF6CalendarCore) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6Runner) >= %{kf6_version}
+BuildRequires:  cmake(KF6WindowSystem) >= %{kf6_version}
+BuildRequires:  cmake(KF6Parts) >= %{kf6_version}
+BuildRequires:  cmake(KPim6Akonadi) >= %{kpim6_version}
+BuildRequires:  cmake(KPim6AkonadiCalendar) >= %{kpim6_version}
+BuildRequires:  cmake(KPim6KontactInterface) >= %{kpim6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 # It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 riscv64
+ExclusiveArch:  x86_64 aarch64 riscv64
 
 %description
 Zanshin Todo is an application for managing your day-to-day actions.
@@ -56,34 +61,32 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
+
 %suse_update_desktop_file org.kde.zanshin Utility TimeUtility
 
 %find_lang %{name}
 
 %files
 %license LICENSES/*
-%doc AUTHORS
-%dir %{_kf5_iconsdir}/hicolor/256x256
-%dir %{_kf5_iconsdir}/hicolor/256x256/apps
-%dir %{_kf5_plugindir}/pim5
-%dir %{_kf5_plugindir}/pim5/kontact
-%{_kf5_applicationsdir}/org.kde.zanshin.desktop
-%{_kf5_appstreamdir}/org.kde.zanshin.metainfo.xml
-%{_kf5_bindir}/zanshin
-%{_kf5_bindir}/zanshin-migrator
-%{_kf5_iconsdir}/hicolor/*/apps/zanshin.png
-%{_kf5_iconsdir}/hicolor/scalable/apps/zanshin.svgz
-%{_kf5_kxmlguidir}/zanshin/
-%{_kf5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
-%{_kf5_plugindir}/zanshin_part.so
-%dir %{_kf5_plugindir}/kf5
-%dir %{_kf5_plugindir}/kf5/krunner
-%{_kf5_plugindir}/kf5/krunner/org.kde.zanshin.so
+%doc README.md

commit zanshin for openSUSE:Factory

2023-12-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2023-12-17 21:31:21

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.25432 (New)


Package is "zanshin"

Sun Dec 17 21:31:21 2023 rev:34 rq:1133528 version:23.08.4

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-12-09 
22:57:12.888339387 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.25432/zanshin.changes   
2023-12-17 21:33:56.885123105 +0100
@@ -1,0 +2,5 @@
+Fri Dec 15 21:32:05 UTC 2023 - Christophe Marin 
+
+- Require extra-cmake-modules at build time
+
+---



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.aCzpBT/_old  2023-12-17 21:33:57.377140982 +0100
+++ /var/tmp/diff_new_pack.aCzpBT/_new  2023-12-17 21:33:57.381141127 +0100
@@ -29,7 +29,7 @@
 Source2:applications.keyring
 %endif
 BuildRequires:  boost-devel
-BuildRequires:  kf5-filesystem
+BuildRequires:  extra-cmake-modules
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5Runner)


commit zanshin for openSUSE:Factory

2023-12-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2023-12-09 22:53:26

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.25432 (New)


Package is "zanshin"

Sat Dec  9 22:53:26 2023 rev:33 rq:1131994 version:23.08.4

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-11-10 
12:37:00.032654962 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.25432/zanshin.changes   
2023-12-09 22:57:12.888339387 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 14:20:46 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.4/
+- No code change since 23.08.3
+
+---

Old:

  zanshin-23.08.3.tar.xz
  zanshin-23.08.3.tar.xz.sig

New:

  zanshin-23.08.4.tar.xz
  zanshin-23.08.4.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.DHIKt3/_old  2023-12-09 22:57:13.620366251 +0100
+++ /var/tmp/diff_new_pack.DHIKt3/_new  2023-12-09 22:57:13.624366398 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.08.3
+Version:23.08.4
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.08.3.tar.xz -> zanshin-23.08.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.3/CMakeLists.txt 
new/zanshin-23.08.4/CMakeLists.txt
--- old/zanshin-23.08.3/CMakeLists.txt  2023-11-04 12:28:05.0 +0100
+++ new/zanshin-23.08.4/CMakeLists.txt  2023-11-30 18:29:30.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MICRO "4")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.3/po/zh_CN/zanshin.po 
new/zanshin-23.08.4/po/zh_CN/zanshin.po
--- old/zanshin-23.08.3/po/zh_CN/zanshin.po 2023-11-04 12:28:05.0 
+0100
+++ new/zanshin-23.08.4/po/zh_CN/zanshin.po 2023-11-30 18:29:30.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-10-21 13:58\n"
+"PO-Revision-Date: 2023-11-25 02:33\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-23.08.3/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-23.08.4/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-23.08.3/src/zanshin/app/org.kde.zanshin.metainfo.xml
2023-11-04 12:28:05.0 +0100
+++ new/zanshin-23.08.4/src/zanshin/app/org.kde.zanshin.metainfo.xml
2023-11-30 18:29:30.0 +0100
@@ -132,6 +132,7 @@
 Zbierz
 Recolher
 Coletar
+Сбор
 Zbiraj
 Samla
 Topla
@@ -156,6 +157,7 @@
 Obawiasz się, że czegoś zapomnisz? Nieoczekiwane 
zaniki pamięci? Zanshin jest tu po to, aby pomóc. Możesz zebrać swoje 
zadania i uwolnić od nich swój umysł. Niedługo przestaniesz słyszeć ten 
głos w swojej głowie, nakazujący ci zrobienie czegoś, o czym prawdopodobnie 
nie pamiętasz lub czegoś, o czym wiesz, że musisz zrobić. Wystarczy, że 
uruchomisz Zanshin, bo gdy coś w nim zebrałeś, to możesz być pewien, że 
to się tam znajduje.
 Está preocupado por se esquecer de alguma coisa? Perdas 
de memória inesperadas? O Zanshin está aqui para o ajudar. Poderá recolher 
as suas tarefas e libertar a sua mente. Irá em breve parar de ouvir esta voz 
que o incomoda sobre o que se esqueceu, ou sobre o que deveria fazer. Basta 
invocar o Zanshin; assim que tudo estiver recolhido, terá a certeza que o 
encontrará lá.
 Preocupado em esquecer alguma coisa? Perdas de 
memória inesperadas? Zanshin está aqui para ajudá-lo. Você pode coletar 
suas tarefas e liberar sua mente. Você logo vai parar de ouvir essa voz 
importunando você sobre o que você provavelmente esqueceu ou o que deveria 
fazer. Basta ligar o Zanshin, uma vez que algo é coletado, você certamente o 
encontrará lá.
+Беспокоитесь, что о чём-то 
забыли? Не всегда 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-11-10 12:33:05

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.17445 (New)


Package is "zanshin"

Fri Nov 10 12:33:05 2023 rev:32 rq:1124700 version:23.08.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-10-12 
23:47:15.432080205 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.17445/zanshin.changes   
2023-11-10 12:37:00.032654962 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:05:47 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:

  zanshin-23.08.2.tar.xz
  zanshin-23.08.2.tar.xz.sig

New:

  zanshin-23.08.3.tar.xz
  zanshin-23.08.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.08TzPh/_old  2023-11-10 12:37:00.836684720 +0100
+++ /var/tmp/diff_new_pack.08TzPh/_new  2023-11-10 12:37:00.836684720 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.08.2
+Version:23.08.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.08.2.tar.xz -> zanshin-23.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.2/CMakeLists.txt 
new/zanshin-23.08.3/CMakeLists.txt
--- old/zanshin-23.08.2/CMakeLists.txt  2023-10-07 17:54:18.0 +0200
+++ new/zanshin-23.08.3/CMakeLists.txt  2023-11-04 12:28:05.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.2/po/ca@valencia/zanshin.po 
new/zanshin-23.08.3/po/ca@valencia/zanshin.po
--- old/zanshin-23.08.2/po/ca@valencia/zanshin.po   2023-10-07 
17:54:18.0 +0200
+++ new/zanshin-23.08.3/po/ca@valencia/zanshin.po   2023-11-04 
12:28:05.0 +0100
@@ -195,7 +195,7 @@
 #: src/presentation/availablepagesmodel.cpp:292
 #, kde-format
 msgid "Cannot move task %1 to Inbox"
-msgstr "No s'ha pogut moure la tasca %1 a la safata d'entrada"
+msgstr "No s'ha pogut moure la tasca %1 cap a la safata d'entrada"
 
 #: src/presentation/availablepagesmodel.cpp:301
 #, kde-format
@@ -320,7 +320,7 @@
 #: src/widgets/availablepagesview.cpp:105
 #, kde-format
 msgid "Go to Page..."
-msgstr "Ves a la pàgina..."
+msgstr "Ves fins a la pàgina..."
 
 #: src/widgets/availablepagesview.cpp:240
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.2/po/cs/zanshin.po 
new/zanshin-23.08.3/po/cs/zanshin.po
--- old/zanshin-23.08.2/po/cs/zanshin.po2023-10-07 17:54:18.0 
+0200
+++ new/zanshin-23.08.3/po/cs/zanshin.po2023-11-04 12:28:05.0 
+0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019.
+# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2019, 2023 Vít Pelčák 
 # Tomáš Chvátal , 2012.
 # Vit Pelcak , 2021, 2023.
 #
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.04.2\n"
+"X-Generator: Lokalize 23.08.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.2/po/zh_CN/zanshin.po 
new/zanshin-23.08.3/po/zh_CN/zanshin.po
--- old/zanshin-23.08.2/po/zh_CN/zanshin.po 2023-10-07 17:54:18.0 
+0200
+++ new/zanshin-23.08.3/po/zh_CN/zanshin.po 2023-11-04 12:28:05.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-09-16 10:12\n"
+"PO-Revision-Date: 2023-10-21 13:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-10-12 23:44:05

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1807 (New)


Package is "zanshin"

Thu Oct 12 23:44:05 2023 rev:31 rq:1117438 version:23.08.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-09-15 
22:09:40.290137546 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1807/zanshin.changes
2023-10-12 23:47:15.432080205 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:28:33 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:

  zanshin-23.08.1.tar.xz
  zanshin-23.08.1.tar.xz.sig

New:

  zanshin-23.08.2.tar.xz
  zanshin-23.08.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.8re3kJ/_old  2023-10-12 23:47:15.968099613 +0200
+++ /var/tmp/diff_new_pack.8re3kJ/_new  2023-10-12 23:47:15.972099758 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.08.1
+Version:23.08.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.08.1.tar.xz -> zanshin-23.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.1/CMakeLists.txt 
new/zanshin-23.08.2/CMakeLists.txt
--- old/zanshin-23.08.1/CMakeLists.txt  2023-09-09 11:01:09.0 +0200
+++ new/zanshin-23.08.2/CMakeLists.txt  2023-10-07 17:54:18.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.1/po/fr/zanshin.po 
new/zanshin-23.08.2/po/fr/zanshin.po
--- old/zanshin-23.08.1/po/fr/zanshin.po2023-09-09 11:01:09.0 
+0200
+++ new/zanshin-23.08.2/po/fr/zanshin.po2023-10-07 17:54:18.0 
+0200
@@ -1,5 +1,5 @@
+# SPDX-FileCopyrightText: 2021, 2023 Xavier Besnard 
 # Simon Depiets , 2018, 2019.
-# Xavier Besnard , 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: zanshin\n"
@@ -7,13 +7,13 @@
 "POT-Creation-Date: 2022-12-22 00:48+\n"
 "PO-Revision-Date: 2021-05-09 10:42+0200\n"
 "Last-Translator: Xavier Besnard \n"
-"Language-Team: French \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 21.04.0\n"
+"X-Generator: Lokalize 23.08.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.1/po/gl/zanshin.po 
new/zanshin-23.08.2/po/gl/zanshin.po
--- old/zanshin-23.08.1/po/gl/zanshin.po2023-09-09 11:01:09.0 
+0200
+++ new/zanshin-23.08.2/po/gl/zanshin.po2023-10-07 17:54:18.0 
+0200
@@ -2,14 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Marce Villarino , 2013.
 # Adrián Chaves Fernández , 2015, 2016, 2017.
-# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2023.
+# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio)
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-08-06 05:02+0200\n"
+"PO-Revision-Date: 2023-09-24 14:40+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -17,12 +17,12 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.3\n"
+"X-Generator: Lokalize 23.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Adrián Chaves Fernández"
+msgstr "Adrian Chaves (Gallaecio)"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -71,22 +71,22 @@
 #: src/akonadi/akonaditaskrepository.cpp:51
 #, kde-format
 msgid "Could not find a collection to store the task into!"
-msgstr "Non se puido 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-09-15 22:04:31

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1766 (New)


Package is "zanshin"

Fri Sep 15 22:04:31 2023 rev:30 rq:315 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-08-31 
13:51:06.911797824 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1766/zanshin.changes
2023-09-15 22:09:40.290137546 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:57:00 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:

  zanshin-23.08.0.tar.xz
  zanshin-23.08.0.tar.xz.sig

New:

  zanshin-23.08.1.tar.xz
  zanshin-23.08.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.H53C6i/_old  2023-09-15 22:09:41.406177449 +0200
+++ /var/tmp/diff_new_pack.H53C6i/_new  2023-09-15 22:09:41.406177449 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.08.0
+Version:23.08.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.08.0.tar.xz -> zanshin-23.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.0/CMakeLists.txt 
new/zanshin-23.08.1/CMakeLists.txt
--- old/zanshin-23.08.0/CMakeLists.txt  2023-08-16 23:28:01.0 +0200
+++ new/zanshin-23.08.1/CMakeLists.txt  2023-09-09 11:01:09.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.08.0/po/zh_CN/zanshin.po 
new/zanshin-23.08.1/po/zh_CN/zanshin.po
--- old/zanshin-23.08.0/po/zh_CN/zanshin.po 2023-08-16 23:28:01.0 
+0200
+++ new/zanshin-23.08.1/po/zh_CN/zanshin.po 2023-09-09 11:01:09.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-08-02 12:45\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/zanshin-23.08.0/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-23.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-23.08.0/src/zanshin/app/org.kde.zanshin.metainfo.xml
2023-08-16 23:28:01.0 +0200
+++ new/zanshin-23.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2023-09-09 11:01:09.0 +0200
@@ -343,9 +343,9 @@
   
   
   
+
 
 
 
-
   
 


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-08-31 13:45:28

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1766 (New)


Package is "zanshin"

Thu Aug 31 13:45:28 2023 rev:29 rq:1105834 version:23.08.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-07-07 
15:52:43.962130481 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1766/zanshin.changes
2023-08-31 13:51:06.911797824 +0200
@@ -1,0 +2,31 @@
+Sun Aug 20 14:00:33 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:03:50 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+---
+Tue Aug  1 10:14:44 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Mark some parts as title
+  * Add feature from website to appstream description
+  * Remove CI 6 job. We will use kf6 branch for kf6 works
+  * Make compile against last kf6
+  * Add Qt6 CI
+  * Allow building against KF6
+  * Adapt to KF6 KRunner changes
+  * Replace KCalCore with KCalendarCore
+
+---

Old:

  zanshin-23.04.3.tar.xz
  zanshin-23.04.3.tar.xz.sig

New:

  zanshin-23.08.0.tar.xz
  zanshin-23.08.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.xfqaSi/_old  2023-08-31 13:51:07.999836713 +0200
+++ /var/tmp/diff_new_pack.xfqaSi/_new  2023-08-31 13:51:08.003836856 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.04.3
+Version:23.08.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
@@ -37,10 +37,13 @@
 BuildRequires:  cmake(KPim5Akonadi)
 BuildRequires:  cmake(KPim5AkonadiCalendar)
 BuildRequires:  cmake(KPim5KontactInterface)
+BuildRequires:  cmake(KPim5IdentityManagement)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 riscv64
 
 %description
 Zanshin Todo is an application for managing your day-to-day actions.


++ zanshin-23.04.3.tar.xz -> zanshin-23.08.0.tar.xz ++
 3297 lines of diff (skipped)


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-07-07 15:49:51

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.23466 (New)


Package is "zanshin"

Fri Jul  7 15:49:51 2023 rev:28 rq:1097415 version:23.04.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-06-09 
20:43:22.672624001 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.23466/zanshin.changes   
2023-07-07 15:52:43.962130481 +0200
@@ -1,0 +2,9 @@
+Tue Jul  4 10:20:47 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:

  zanshin-23.04.2.tar.xz
  zanshin-23.04.2.tar.xz.sig

New:

  zanshin-23.04.3.tar.xz
  zanshin-23.04.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.OwAyxm/_old  2023-07-07 15:52:44.474133531 +0200
+++ /var/tmp/diff_new_pack.OwAyxm/_new  2023-07-07 15:52:44.482133579 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.04.2
+Version:23.04.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.04.2.tar.xz -> zanshin-23.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.2/CMakeLists.txt 
new/zanshin-23.04.3/CMakeLists.txt
--- old/zanshin-23.04.2/CMakeLists.txt  2023-06-04 05:39:19.0 +0200
+++ new/zanshin-23.04.3/CMakeLists.txt  2023-07-04 07:20:51.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.2/po/cs/zanshin.po 
new/zanshin-23.04.3/po/cs/zanshin.po
--- old/zanshin-23.04.2/po/cs/zanshin.po2023-06-04 05:39:19.0 
+0200
+++ new/zanshin-23.04.3/po/cs/zanshin.po2023-07-04 07:20:51.0 
+0200
@@ -9,14 +9,14 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-02-22 16:45+0100\n"
+"PO-Revision-Date: 2023-06-22 11:14+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"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 22.12.2\n"
+"X-Generator: Lokalize 23.04.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -40,6 +40,8 @@
 "Please select or create a resource which will be used by the application to "
 "store and query its TODOs."
 msgstr ""
+"Prosím vyberte nebo vytvořte zdroj, který bude použit aplikací pro 
ukládání "
+"a hledání úloh."
 
 #: src/akonadi/akonadiconfigdialog.cpp:49
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.2/po/gl/zanshin.po 
new/zanshin-23.04.3/po/gl/zanshin.po
--- old/zanshin-23.04.2/po/gl/zanshin.po2023-06-04 05:39:19.0 
+0200
+++ new/zanshin-23.04.3/po/gl/zanshin.po2023-07-04 07:20:51.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2023-04-28 18:07+0200\n"
+"PO-Revision-Date: 2023-06-19 14:19+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.0\n"
+"X-Generator: Lokalize 23.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -116,7 +116,7 @@
 #: src/presentation/workdaypagemodel.cpp:127
 #, kde-format
 msgid "Cannot deparent task %1 from its parent"
-msgstr "Non se pode eliminar a asociación da tarefa %1 coa súa tarefa 
superior"
+msgstr "Non se pode romper a asociación da tarefa %1 coa súa tarefa superior"
 
 #: src/presentation/availablepagesmodel.cpp:117
 #, kde-format
@@ -222,7 +222,7 @@
 #: 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-06-09 20:39:54

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.15902 (New)


Package is "zanshin"

Fri Jun  9 20:39:54 2023 rev:27 rq:1091703 version:23.04.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-05-12 
20:39:55.910739394 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.15902/zanshin.changes   
2023-06-09 20:43:22.672624001 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:02:03 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:

  zanshin-23.04.1.tar.xz
  zanshin-23.04.1.tar.xz.sig

New:

  zanshin-23.04.2.tar.xz
  zanshin-23.04.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.S8vMZA/_old  2023-06-09 20:43:23.232627254 +0200
+++ /var/tmp/diff_new_pack.S8vMZA/_new  2023-06-09 20:43:23.236627277 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.04.1
+Version:23.04.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.04.1.tar.xz -> zanshin-23.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.1/CMakeLists.txt 
new/zanshin-23.04.2/CMakeLists.txt
--- old/zanshin-23.04.1/CMakeLists.txt  2023-05-06 11:08:20.0 +0200
+++ new/zanshin-23.04.2/CMakeLists.txt  2023-06-04 05:39:19.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.1/po/ja/zanshin.po 
new/zanshin-23.04.2/po/ja/zanshin.po
--- old/zanshin-23.04.1/po/ja/zanshin.po2023-05-06 11:08:20.0 
+0200
+++ new/zanshin-23.04.2/po/ja/zanshin.po2023-06-04 05:39:19.0 
+0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.1/po/tr/zanshin.po 
new/zanshin-23.04.2/po/tr/zanshin.po
--- old/zanshin-23.04.1/po/tr/zanshin.po2023-05-06 11:08:20.0 
+0200
+++ new/zanshin-23.04.2/po/tr/zanshin.po2023-06-04 05:39:19.0 
+0200
@@ -1,10 +1,10 @@
-# Emir SARI , 2022.
+# Emir SARI , 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2022-11-22 16:49+0300\n"
+"PO-Revision-Date: 2023-06-04 01:39+0300\n"
 "Last-Translator: Emir SARI \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
@@ -13,7 +13,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
-"X-Generator: Lokalize 22.08.3\n"
+"X-Generator: Lokalize 23.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -354,7 +354,7 @@
 #: src/widgets/editorview.cpp:31
 #, kde-format
 msgid "Add Attachment"
-msgstr "Eklenti Ekle"
+msgstr "Ek Ekle"
 
 #: src/widgets/editorview.cpp:36
 #, kde-format
@@ -405,13 +405,13 @@
 #: src/widgets/editorview.ui:86
 #, kde-format
 msgid "Add Attachment..."
-msgstr "Eklenti Ekle..."
+msgstr "Ek Ekle..."
 
 #. i18n: ectx: property (toolTip), widget (QToolButton, removeAttachmentButton)
 #: src/widgets/editorview.ui:100
 #, kde-format
 msgid "Remove Attachment"
-msgstr "Eklentiyi Kaldır"
+msgstr "Eki Kaldır"
 
 #. i18n: ectx: property (text), widget (QPushButton, startTodayButton)
 #: src/widgets/editorview.ui:121
@@ -423,7 +423,7 @@
 #: src/widgets/editorview.ui:130
 #, kde-format
 msgid ""
-msgstr ""
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QLabel, startDateLabel)
 #: src/widgets/editorview.ui:146
@@ -451,7 +451,7 @@
 #: src/widgets/filterwidget.ui:65
 #, kde-format
 msgid "Sort in descending order"
-msgstr "Azalan şekilde sıralar"

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-05-12 20:37:02

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1533 (New)


Package is "zanshin"

Fri May 12 20:37:02 2023 rev:26 rq:1086478 version:23.04.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-04-23 
22:50:37.459782993 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1533/zanshin.changes
2023-05-12 20:39:55.910739394 +0200
@@ -1,0 +2,9 @@
+Tue May  9 10:48:01 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:

  zanshin-23.04.0.tar.xz
  zanshin-23.04.0.tar.xz.sig

New:

  zanshin-23.04.1.tar.xz
  zanshin-23.04.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.32MyCO/_old  2023-05-12 20:39:56.290741482 +0200
+++ /var/tmp/diff_new_pack.32MyCO/_new  2023-05-12 20:39:56.294741504 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:23.04.0
+Version:23.04.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-23.04.0.tar.xz -> zanshin-23.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.0/CMakeLists.txt 
new/zanshin-23.04.1/CMakeLists.txt
--- old/zanshin-23.04.0/CMakeLists.txt  2023-04-12 19:00:53.0 +0200
+++ new/zanshin-23.04.1/CMakeLists.txt  2023-05-06 11:08:20.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-23.04.0/po/de/zanshin.po 
new/zanshin-23.04.1/po/de/zanshin.po
--- old/zanshin-23.04.0/po/de/zanshin.po2023-04-12 19:00:53.0 
+0200
+++ new/zanshin-23.04.1/po/de/zanshin.po2023-05-06 11:08:20.0 
+0200
@@ -14,7 +14,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/zanshin-23.04.0/po/gl/zanshin.po 
new/zanshin-23.04.1/po/gl/zanshin.po
--- old/zanshin-23.04.0/po/gl/zanshin.po2023-04-12 19:00:53.0 
+0200
+++ new/zanshin-23.04.1/po/gl/zanshin.po2023-05-06 11:08:20.0 
+0200
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Marce Villarino , 2013.
 # Adrián Chaves Fernández , 2015, 2016, 2017.
-# Adrián Chaves (Gallaecio) , 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 00:48+\n"
-"PO-Revision-Date: 2019-10-19 22:36+0200\n"
+"PO-Revision-Date: 2023-04-28 18:07+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.11.70\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -76,7 +76,7 @@
 #: src/akonadi/akonaditaskrepository.cpp:198
 #, kde-format
 msgid "Could not associate '%1', it is an ancestor of '%2'"
-msgstr "Non se puido asociar «%1», é un ancestro de «%2»."
+msgstr "Non se puido asociar «%1», é un antecesor de «%2»."
 
 #: src/presentation/alltaskspagemodel.cpp:35
 #, kde-format
@@ -95,7 +95,7 @@
 #: src/presentation/workdaypagemodel.cpp:63
 #, kde-format
 msgid "Cannot promote task %1 to be a project"
-msgstr "Non se pode coverter a tarefa %1 nun proxecto"
+msgstr "Non se pode converter a tarefa %1 nun proxecto"
 
 #: src/presentation/alltaskspagemodel.cpp:97
 #: src/presentation/editormodel.cpp:390
@@ -506,10 +506,9 @@
 msgstr 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-04-23 22:47:24

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1533 (New)


Package is "zanshin"

Sun Apr 23 22:47:24 2023 rev:25 rq:1080753 version:23.04.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-03-03 
22:31:09.995969681 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1533/zanshin.changes
2023-04-23 22:50:37.459782993 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:46:49 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:42:52 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.90
+  * New feature release
+
+---
+Fri Mar 17 20:44:40 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.80
+  * New feature release
+
+---

Old:

  zanshin-22.12.3.tar.xz
  zanshin-22.12.3.tar.xz.sig

New:

  zanshin-23.04.0.tar.xz
  zanshin-23.04.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.UjU4Mo/_old  2023-04-23 22:50:37.927785638 +0200
+++ /var/tmp/diff_new_pack.UjU4Mo/_new  2023-04-23 22:50:37.931785660 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.12.3
+Version:23.04.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
@@ -31,12 +31,12 @@
 BuildRequires:  boost-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Akonadi)
-BuildRequires:  cmake(KF5AkonadiCalendar)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KontactInterface)
 BuildRequires:  cmake(KF5Runner)
 BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KPim5Akonadi)
+BuildRequires:  cmake(KPim5AkonadiCalendar)
+BuildRequires:  cmake(KPim5KontactInterface)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
@@ -77,10 +77,10 @@
 %{_kf5_iconsdir}/hicolor/scalable/apps/zanshin.svgz
 %{_kf5_kxmlguidir}/zanshin/
 %{_kf5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
-%{_kf5_plugindir}/krunner_zanshin.so
 %{_kf5_plugindir}/zanshin_part.so
-%{_kf5_servicesdir}/plasma-runner-zanshin.desktop
-%{_kf5_servicesdir}/zanshin_part.desktop
+%dir %{_kf5_plugindir}/kf5
+%dir %{_kf5_plugindir}/kf5/krunner
+%{_kf5_plugindir}/kf5/krunner/org.kde.zanshin.so
 
 %files lang -f %{name}.lang
 


++ zanshin-22.12.3.tar.xz -> zanshin-23.04.0.tar.xz ++
 7380 lines of diff (skipped)


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-03-03 22:28:10

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.31432 (New)


Package is "zanshin"

Fri Mar  3 22:28:10 2023 rev:24 rq:1068958 version:22.12.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-02-04 
14:33:48.475955280 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.31432/zanshin.changes   
2023-03-03 22:31:09.995969681 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:47:06 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:

  zanshin-22.12.2.tar.xz
  zanshin-22.12.2.tar.xz.sig

New:

  zanshin-22.12.3.tar.xz
  zanshin-22.12.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.yMa2Ly/_old  2023-03-03 22:31:10.711972735 +0100
+++ /var/tmp/diff_new_pack.yMa2Ly/_new  2023-03-03 22:31:10.719972769 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zanshin
 #
-# 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
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.12.2
+Version:22.12.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.12.2.tar.xz -> zanshin-22.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.2/CMakeLists.txt 
new/zanshin-22.12.3/CMakeLists.txt
--- old/zanshin-22.12.2/CMakeLists.txt  2023-01-30 00:58:01.0 +0100
+++ new/zanshin-22.12.3/CMakeLists.txt  2023-02-25 06:25:12.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.2/po/cs/zanshin.po 
new/zanshin-22.12.3/po/cs/zanshin.po
--- old/zanshin-22.12.2/po/cs/zanshin.po2023-01-30 00:58:01.0 
+0100
+++ new/zanshin-22.12.3/po/cs/zanshin.po2023-02-25 06:25:12.0 
+0100
@@ -2,21 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019.
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 02:29+\n"
-"PO-Revision-Date: 2021-05-13 13:40+0200\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2023-02-22 16:45+0100\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"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 21.04.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -613,7 +613,7 @@
 #: src/zanshin/app/aboutdata.cpp:17
 #, kde-format
 msgid "Copyright 2008-2016, Kevin Ottens "
-msgstr "Copyright 2008-2016, Kevin Ottens "
+msgstr "Autorská práva 2008-2016, Kevin Ottens "
 
 #: src/zanshin/app/aboutdata.cpp:19
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.2/po/zh_CN/zanshin.po 
new/zanshin-22.12.3/po/zh_CN/zanshin.po
--- old/zanshin-22.12.2/po/zh_CN/zanshin.po 2023-01-30 00:58:01.0 
+0100
+++ new/zanshin-22.12.3/po/zh_CN/zanshin.po 2023-02-25 06:25:12.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-12-22 02:29+\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12: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/zanshin-22.12.2/src/zanshin/app/org.kde.zanshin.metainfo.xml 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-02-04 14:15:36

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.4462 (New)


Package is "zanshin"

Sat Feb  4 14:15:36 2023 rev:23 rq:1062930 version:22.12.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2023-01-07 
17:22:47.647258347 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.4462/zanshin.changes
2023-02-04 14:33:48.475955280 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 10:35:05 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:

  zanshin-22.12.1.tar.xz
  zanshin-22.12.1.tar.xz.sig

New:

  zanshin-22.12.2.tar.xz
  zanshin-22.12.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.Lr0ipC/_old  2023-02-04 14:33:49.335960712 +0100
+++ /var/tmp/diff_new_pack.Lr0ipC/_new  2023-02-04 14:33:49.387961040 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.12.1
+Version:22.12.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.12.1.tar.xz -> zanshin-22.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.1/CMakeLists.txt 
new/zanshin-22.12.2/CMakeLists.txt
--- old/zanshin-22.12.1/CMakeLists.txt  2023-01-03 01:08:07.0 +0100
+++ new/zanshin-22.12.2/CMakeLists.txt  2023-01-30 00:58:01.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.1/po/cs/zanshin.po 
new/zanshin-22.12.2/po/cs/zanshin.po
--- old/zanshin-22.12.1/po/cs/zanshin.po2023-01-03 01:08:07.0 
+0100
+++ new/zanshin-22.12.2/po/cs/zanshin.po2023-01-30 00:58:01.0 
+0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019.
 # Tomáš Chvátal , 2012.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.1/po/nb/zanshin.po 
new/zanshin-22.12.2/po/nb/zanshin.po
--- old/zanshin-22.12.1/po/nb/zanshin.po2023-01-03 01:08:07.0 
+0100
+++ new/zanshin-22.12.2/po/nb/zanshin.po2023-01-30 00:58:01.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2022-06-07 00:57+\n"
+"POT-Creation-Date: 2022-12-22 02:29+\n"
 "PO-Revision-Date: 2011-08-04 12:30+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -314,7 +314,7 @@
 msgid "Cannot modify task %1 in Workday"
 msgstr ""
 
-#: src/widgets/applicationcomponents.cpp:47
+#: src/widgets/applicationcomponents.cpp:48
 #, kde-format
 msgid "Move Task"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.1/po/nn/zanshin.po 
new/zanshin-22.12.2/po/nn/zanshin.po
--- old/zanshin-22.12.1/po/nn/zanshin.po2023-01-03 01:08:07.0 
+0100
+++ new/zanshin-22.12.2/po/nn/zanshin.po2023-01-30 00:58:01.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2022-06-07 00:57+\n"
+"POT-Creation-Date: 2022-12-22 02:29+\n"
 "PO-Revision-Date: 2022-06-19 14:03+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -312,7 +312,7 @@
 msgid "Cannot modify task %1 in Workday"
 msgstr "Klarte ikkje endra oppgåva %1 i arbeidsdag"
 
-#: src/widgets/applicationcomponents.cpp:47
+#: src/widgets/applicationcomponents.cpp:48
 #, kde-format
 msgid "Move Task"
 msgstr "Flytt oppgåve"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.1/po/zh_CN/zanshin.po 
new/zanshin-22.12.2/po/zh_CN/zanshin.po
--- 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2023-01-07 17:19:20

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1563 (New)


Package is "zanshin"

Sat Jan  7 17:19:20 2023 rev:22 rq:1056658 version:22.12.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-12-09 
17:01:48.405006096 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1563/zanshin.changes
2023-01-07 17:22:47.647258347 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:21:30 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:

  zanshin-22.12.0.tar.xz
  zanshin-22.12.0.tar.xz.sig

New:

  zanshin-22.12.1.tar.xz
  zanshin-22.12.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.WuYeHm/_old  2023-01-07 17:22:48.243261903 +0100
+++ /var/tmp/diff_new_pack.WuYeHm/_new  2023-01-07 17:22:48.247261927 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.12.0
+Version:22.12.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.12.0.tar.xz -> zanshin-22.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.0/CMakeLists.txt 
new/zanshin-22.12.1/CMakeLists.txt
--- old/zanshin-22.12.0/CMakeLists.txt  2022-11-30 01:50:46.0 +0100
+++ new/zanshin-22.12.1/CMakeLists.txt  2023-01-03 01:08:07.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.0/po/bg/zanshin.po 
new/zanshin-22.12.1/po/bg/zanshin.po
--- old/zanshin-22.12.0/po/bg/zanshin.po2022-11-30 01:50:46.0 
+0100
+++ new/zanshin-22.12.1/po/bg/zanshin.po2023-01-03 01:08:07.0 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2022-06-07 00:57+\n"
+"POT-Creation-Date: 2022-12-22 02:29+\n"
 "PO-Revision-Date: 2022-07-28 13:59+0200\n"
 "Last-Translator: Mincho Kondarev \n"
 "Language-Team: Bulgarian \n"
@@ -312,7 +312,7 @@
 msgid "Cannot modify task %1 in Workday"
 msgstr "Не може да се модифицира задача %1 в Р
аботни дни"
 
-#: src/widgets/applicationcomponents.cpp:47
+#: src/widgets/applicationcomponents.cpp:48
 #, kde-format
 msgid "Move Task"
 msgstr "Преместване на задача"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.0/po/bs/zanshin.po 
new/zanshin-22.12.1/po/bs/zanshin.po
--- old/zanshin-22.12.0/po/bs/zanshin.po2022-11-30 01:50:46.0 
+0100
+++ new/zanshin-22.12.1/po/bs/zanshin.po2023-01-03 01:08:07.0 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2022-06-07 00:57+\n"
+"POT-Creation-Date: 2022-12-22 02:29+\n"
 "PO-Revision-Date: 2015-02-22 15:24+0100\n"
 "Last-Translator: Samir Ribić \n"
 "Language-Team: Bosnian\n"
@@ -351,7 +351,7 @@
 msgid "Cannot modify task %1 in Workday"
 msgstr ""
 
-#: src/widgets/applicationcomponents.cpp:47
+#: src/widgets/applicationcomponents.cpp:48
 #, kde-format
 msgid "Move Task"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.12.0/po/ca/zanshin.po 
new/zanshin-22.12.1/po/ca/zanshin.po
--- old/zanshin-22.12.0/po/ca/zanshin.po2022-11-30 01:50:46.0 
+0100
+++ new/zanshin-22.12.1/po/ca/zanshin.po2023-01-03 01:08:07.0 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2022-06-07 00:57+\n"
+"POT-Creation-Date: 2022-12-22 02:29+\n"
 "PO-Revision-Date: 2021-10-24 21:22+0200\n"
 "Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
@@ -317,7 +317,7 @@
 msgid "Cannot modify task %1 in Workday"
 msgstr "No s'ha pogut modificar 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-12-09 16:59:47

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1835 (New)


Package is "zanshin"

Fri Dec  9 16:59:47 2022 rev:21 rq:1041625 version:22.12.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-11-04 
17:41:20.790810681 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1835/zanshin.changes
2022-12-09 17:01:48.405006096 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:54 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:46:29 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.90
+  * New feature release
+
+---
+Sat Nov 12 08:55:35 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.80
+  * New feature release
+
+---

Old:

  zanshin-22.08.3.tar.xz
  zanshin-22.08.3.tar.xz.sig

New:

  zanshin-22.12.0.tar.xz
  zanshin-22.12.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.J6ZKml/_old  2022-12-09 17:01:48.825008175 +0100
+++ /var/tmp/diff_new_pack.J6ZKml/_new  2022-12-09 17:01:48.829008196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zanshin
 #
-# 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
@@ -18,11 +18,10 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.08.3
+Version:22.12.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
-Group:  Productivity/Office/Organizers
 URL:https://zanshin.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -60,9 +59,8 @@
 %install
 %kf5_makeinstall -C build
 %suse_update_desktop_file org.kde.zanshin Utility TimeUtility
-%if %{with released}
-  %find_lang %{name}
-%endif
+
+%find_lang %{name}
 
 %files
 %license LICENSES/*
@@ -81,12 +79,9 @@
 %{_kf5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
 %{_kf5_plugindir}/krunner_zanshin.so
 %{_kf5_plugindir}/zanshin_part.so
-%{_kf5_servicesdir}/kontact/
 %{_kf5_servicesdir}/plasma-runner-zanshin.desktop
 %{_kf5_servicesdir}/zanshin_part.desktop
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++ zanshin-22.08.3.tar.xz -> zanshin-22.12.0.tar.xz ++
 2800 lines of diff (skipped)


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-11-04 17:37:25

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2275 (New)


Package is "zanshin"

Fri Nov  4 17:37:25 2022 rev:20 rq:1033418 version:22.08.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-10-15 
16:40:17.202561353 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2275/zanshin.changes
2022-11-04 17:41:20.790810681 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 11:21:56 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:

  zanshin-22.08.2.tar.xz
  zanshin-22.08.2.tar.xz.sig

New:

  zanshin-22.08.3.tar.xz
  zanshin-22.08.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.Foo1Xd/_old  2022-11-04 17:41:21.374813732 +0100
+++ /var/tmp/diff_new_pack.Foo1Xd/_new  2022-11-04 17:41:21.378813753 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.08.2
+Version:22.08.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.08.2.tar.xz -> zanshin-22.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.2/CMakeLists.txt 
new/zanshin-22.08.3/CMakeLists.txt
--- old/zanshin-22.08.2/CMakeLists.txt  2022-10-10 22:35:37.0 +0200
+++ new/zanshin-22.08.3/CMakeLists.txt  2022-10-30 22:35:12.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.2/po/ca@valencia/zanshin.po 
new/zanshin-22.08.3/po/ca@valencia/zanshin.po
--- old/zanshin-22.08.2/po/ca@valencia/zanshin.po   2022-10-11 
07:06:44.0 +0200
+++ new/zanshin-22.08.3/po/ca@valencia/zanshin.po   2022-11-01 
01:18:47.0 +0100
@@ -154,7 +154,7 @@
 #: src/presentation/availablepagesmodel.cpp:117
 #, kde-format
 msgid "Cannot add project %1 in dataSource %2"
-msgstr "No s'ha pogut afegir el projecte %1 a l'origen de dades %2"
+msgstr "No s'ha pogut afegir el projecte %1 en l'origen de dades %2"
 
 #: src/presentation/availablepagesmodel.cpp:125
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.2/po/zh_CN/zanshin.po 
new/zanshin-22.08.3/po/zh_CN/zanshin.po
--- old/zanshin-22.08.2/po/zh_CN/zanshin.po 2022-10-11 07:06:44.0 
+0200
+++ new/zanshin-22.08.3/po/zh_CN/zanshin.po 2022-11-01 01:18:48.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-06-07 00:57+\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/zanshin-22.08.2/src/zanshin/app/org.kde.zanshin.desktop 
new/zanshin-22.08.3/src/zanshin/app/org.kde.zanshin.desktop
--- old/zanshin-22.08.2/src/zanshin/app/org.kde.zanshin.desktop 2022-10-10 
22:35:37.0 +0200
+++ new/zanshin-22.08.3/src/zanshin/app/org.kde.zanshin.desktop 2022-10-30 
22:35:12.0 +0100
@@ -21,6 +21,7 @@
 Name[hu]=Zanshin
 Name[ia]=Zanshin
 Name[it]=Zanshin
+Name[ka]=Zanshin
 Name[km]=Zanshin
 Name[ko]=Zanshin
 Name[lt]=Zanshin
@@ -60,6 +61,7 @@
 GenericName[hu]=Tennival??-kezel?? alkalmaz??s
 GenericName[ia]=Application per gerer agenda (actiones de facer)
 GenericName[it]=Applicazione per la gestione delle cose fa fare
+GenericName[ka]=  
? ???
 GenericName[ko]=??? ??? ?? 
 GenericName[lt]=U??duo??i?? tvarkymo programa
 GenericName[my]=? ? 
??
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-10-15 16:37:16

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2275 (New)


Package is "zanshin"

Sat Oct 15 16:37:16 2022 rev:19 rq:1010883 version:22.08.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-09-09 
18:29:09.305209141 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2275/zanshin.changes
2022-10-15 16:40:17.202561353 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:34:03 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:

  zanshin-22.08.1.tar.xz
  zanshin-22.08.1.tar.xz.sig

New:

  zanshin-22.08.2.tar.xz
  zanshin-22.08.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.JWoFF2/_old  2022-10-15 16:40:17.654562439 +0200
+++ /var/tmp/diff_new_pack.JWoFF2/_new  2022-10-15 16:40:17.658562448 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.08.1
+Version:22.08.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.08.1.tar.xz -> zanshin-22.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.1/CMakeLists.txt 
new/zanshin-22.08.2/CMakeLists.txt
--- old/zanshin-22.08.1/CMakeLists.txt  2022-09-03 00:47:06.0 +0200
+++ new/zanshin-22.08.2/CMakeLists.txt  2022-10-10 22:35:37.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.1/po/zh_CN/zanshin.po 
new/zanshin-22.08.2/po/zh_CN/zanshin.po
--- old/zanshin-22.08.1/po/zh_CN/zanshin.po 2022-09-06 02:18:17.0 
+0200
+++ new/zanshin-22.08.2/po/zh_CN/zanshin.po 2022-10-11 07:06:44.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-06-07 00:57+\n"
-"PO-Revision-Date: 2022-08-20 14:21\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/zanshin-22.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-22.08.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-22.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-09-03 00:47:06.0 +0200
+++ new/zanshin-22.08.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-10-10 22:35:37.0 +0200
@@ -261,7 +261,7 @@
   Xanela principal de Zanshin
   A Zanshin f??ablaka
   Fenestra principal de Zanshin
-  Window utama Zanshin
+  Jendela utama Zanshin
   Finestra principale di Zanshin
   Zanshin ??? ???
   Zanshin pagrindinis langas
@@ -287,9 +287,9 @@
   
   
   
+
 
 
 
-
   
 


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-09-09 18:27:36

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2083 (New)


Package is "zanshin"

Fri Sep  9 18:27:36 2022 rev:18 rq:1002166 version:22.08.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-08-19 
17:58:53.476403772 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2083/zanshin.changes
2022-09-09 18:29:09.305209141 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:21:35 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:

  zanshin-22.08.0.tar.xz
  zanshin-22.08.0.tar.xz.sig

New:

  zanshin-22.08.1.tar.xz
  zanshin-22.08.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.z3ryHo/_old  2022-09-09 18:29:09.701210184 +0200
+++ /var/tmp/diff_new_pack.z3ryHo/_new  2022-09-09 18:29:09.701210184 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.08.0
+Version:22.08.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.08.0.tar.xz -> zanshin-22.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.0/CMakeLists.txt 
new/zanshin-22.08.1/CMakeLists.txt
--- old/zanshin-22.08.0/CMakeLists.txt  2022-08-11 00:26:57.0 +0200
+++ new/zanshin-22.08.1/CMakeLists.txt  2022-09-03 00:47:06.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.0/po/ca@valencia/zanshin.po 
new/zanshin-22.08.1/po/ca@valencia/zanshin.po
--- old/zanshin-22.08.0/po/ca@valencia/zanshin.po   2022-08-12 
02:14:27.0 +0200
+++ new/zanshin-22.08.1/po/ca@valencia/zanshin.po   2022-09-06 
02:18:17.0 +0200
@@ -73,7 +73,7 @@
 "Please select or create a resource which will be used by the application to "
 "store and query its TODOs."
 msgstr ""
-"Trieu o creeu un recurs que utilitze l'aplicaci?? per a emmagatzemar i "
+"Seleccioneu o creeu un recurs que utilitze l'aplicaci?? per a emmagatzemar i "
 "consultar les tasques pendents."
 
 #: src/akonadi/akonadiconfigdialog.cpp:49
@@ -260,7 +260,7 @@
 #: src/presentation/inboxpagemodel.cpp:35
 #, kde-format
 msgid "Cannot add task %1 in Inbox"
-msgstr "No s'ha pogut afegir la tasca %1 a la safata d'entrada"
+msgstr "No s'ha pogut afegir la tasca %1 en la safata d'entrada"
 
 #: src/presentation/inboxpagemodel.cpp:46
 #, kde-format
@@ -270,7 +270,7 @@
 #: src/presentation/inboxpagemodel.cpp:96
 #, kde-format
 msgid "Cannot modify task %1 in Inbox"
-msgstr "No s'ha pogut modificar la tasca %1 a la safata d'entrada"
+msgstr "No s'ha pogut modificar la tasca %1 en la safata d'entrada"
 
 #: src/presentation/projectpagemodel.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.08.0/po/zh_CN/zanshin.po 
new/zanshin-22.08.1/po/zh_CN/zanshin.po
--- old/zanshin-22.08.0/po/zh_CN/zanshin.po 2022-08-12 02:14:27.0 
+0200
+++ new/zanshin-22.08.1/po/zh_CN/zanshin.po 2022-09-06 02:18:17.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-06-07 00:57+\n"
-"PO-Revision-Date: 2022-08-07 13:33\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-22.08.0/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-22.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-22.08.0/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-08-11 00:26:57.0 +0200
+++ new/zanshin-22.08.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-09-03 00:47:06.0 +0200
@@ -287,9 +287,9 @@
   
   
   
+
 
 
 
-
   
 


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-08-19 17:56:01

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2083 (New)


Package is "zanshin"

Fri Aug 19 17:56:01 2022 rev:17 rq:997972 version:22.08.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-07-09 
17:05:19.836916196 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2083/zanshin.changes
2022-08-19 17:58:53.476403772 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:44:15 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:11:52 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.90
+  * New feature release
+
+---
+Sat Jul 16 08:29:08 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.80
+  * New feature release
+
+---

Old:

  zanshin-22.04.3.tar.xz
  zanshin-22.04.3.tar.xz.sig

New:

  zanshin-22.08.0.tar.xz
  zanshin-22.08.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.vu4yy3/_old  2022-08-19 17:58:53.884404627 +0200
+++ /var/tmp/diff_new_pack.vu4yy3/_new  2022-08-19 17:58:53.888404636 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.04.3
+Version:22.08.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
@@ -69,7 +69,8 @@
 %doc AUTHORS
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
-%dir %{_kf5_plugindir}/kontact5
+%dir %{_kf5_plugindir}/pim5
+%dir %{_kf5_plugindir}/pim5/kontact
 %{_kf5_applicationsdir}/org.kde.zanshin.desktop
 %{_kf5_appstreamdir}/org.kde.zanshin.metainfo.xml
 %{_kf5_bindir}/zanshin
@@ -77,7 +78,7 @@
 %{_kf5_iconsdir}/hicolor/*/apps/zanshin.png
 %{_kf5_iconsdir}/hicolor/scalable/apps/zanshin.svgz
 %{_kf5_kxmlguidir}/zanshin/
-%{_kf5_plugindir}/kontact5/kontact_zanshinplugin.so
+%{_kf5_plugindir}/pim5/kontact/kontact_zanshinplugin.so
 %{_kf5_plugindir}/krunner_zanshin.so
 %{_kf5_plugindir}/zanshin_part.so
 %{_kf5_servicesdir}/kontact/


++ zanshin-22.04.3.tar.xz -> zanshin-22.08.0.tar.xz ++
 5356 lines of diff (skipped)


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-07-09 17:02:51

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1523 (New)


Package is "zanshin"

Sat Jul  9 17:02:51 2022 rev:16 rq:987737 version:22.04.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-06-12 
17:42:32.262432961 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1523/zanshin.changes
2022-07-09 17:05:19.836916196 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 17:04:14 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:

  zanshin-22.04.2.tar.xz
  zanshin-22.04.2.tar.xz.sig

New:

  zanshin-22.04.3.tar.xz
  zanshin-22.04.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.rllmbe/_old  2022-07-09 17:05:20.460916788 +0200
+++ /var/tmp/diff_new_pack.rllmbe/_new  2022-07-09 17:05:20.464916792 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.04.2
+Version:22.04.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.04.2.tar.xz -> zanshin-22.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.2/CMakeLists.txt 
new/zanshin-22.04.3/CMakeLists.txt
--- old/zanshin-22.04.2/CMakeLists.txt  2022-06-07 05:53:58.0 +0200
+++ new/zanshin-22.04.3/CMakeLists.txt  2022-07-01 21:26:37.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.2/po/ca@valencia/zanshin.po 
new/zanshin-22.04.3/po/ca@valencia/zanshin.po
--- old/zanshin-22.04.2/po/ca@valencia/zanshin.po   2022-06-07 
09:20:37.0 +0200
+++ new/zanshin-22.04.3/po/ca@valencia/zanshin.po   2022-07-05 
06:44:22.0 +0200
@@ -103,7 +103,7 @@
 "Please select or create a resource which will be used by the application to "
 "store and query its TODOs."
 msgstr ""
-"Trieu o creeu un recurs que utilise l'aplicaci?? per a almagasenar i "
+"Trieu o creeu un recurs que utilitze l'aplicaci?? per a emmagatzemar i "
 "consultar les tasques pendents."
 
 #: src/akonadi/akonadiconfigdialog.cpp:49
@@ -134,7 +134,7 @@
 #: src/akonadi/akonaditaskrepository.cpp:51
 #, kde-format
 msgid "Could not find a collection to store the task into!"
-msgstr "No s'ha pogut trobar una colecci?? per a almagasenar-hi la tasca!"
+msgstr "No s'ha pogut trobar una col??lecci?? per a emmagatzemar-hi la tasca!"
 
 #: src/akonadi/akonaditaskrepository.cpp:198
 #, kde-format
@@ -260,7 +260,7 @@
 #: src/presentation/availablepagesmodel.cpp:301
 #, kde-format
 msgid "Cannot update task %1 to Workday"
-msgstr "No s'ha pogut actualisar la tasca %1 a la jornada laboral"
+msgstr "No s'ha pogut actualitzar la tasca %1 a la jornada laboral"
 
 #: src/presentation/availablesourcesmodel.cpp:99
 #, kde-format
@@ -325,12 +325,12 @@
 #: src/presentation/runningtaskmodel.cpp:46
 #, kde-format
 msgid "Cannot update task %1 to 'not running'"
-msgstr "No s'ha pogut actualisar la tasca %1 a ??no s'est?? executant??"
+msgstr "No s'ha pogut actualitzar la tasca %1 a ??no s'est?? executant??"
 
 #: src/presentation/runningtaskmodel.cpp:54
 #, kde-format
 msgid "Cannot update task %1 to 'running'"
-msgstr "No s'ha pogut actualisar la tasca %1 a ??s'est?? executant??"
+msgstr "No s'ha pogut actualitzar la tasca %1 a ??s'est?? executant??"
 
 #: src/presentation/workdaypagemodel.cpp:42
 #, kde-format
@@ -411,7 +411,7 @@
 #: src/widgets/availablesourcesview.cpp:55
 #, kde-format
 msgid "Use as Default Source"
-msgstr "Utilisa com a origen predeterminat"
+msgstr "Utilitza com a origen predeterminat"
 
 #: src/widgets/availablesourcesview.cpp:76
 #, kde-format
@@ -612,7 +612,7 @@
 #: src/widgets/quickselectdialog.cpp:30
 #, kde-format
 msgid "Quick Select Dialog"
-msgstr "Di??lec de selecci?? r??pida"
+msgstr "Di??leg de selecci?? r??pida"
 
 #: src/widgets/quickselectdialog.cpp:32 src/widgets/quickselectdialog.cpp:70
 #, kde-format
@@ -627,7 +627,7 @@
 #: 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-06-12 17:40:12

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1548 (New)


Package is "zanshin"

Sun Jun 12 17:40:12 2022 rev:15 rq:981890 version:22.04.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-05-14 
22:58:30.759467131 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1548/zanshin.changes
2022-06-12 17:42:32.262432961 +0200
@@ -1,0 +2,8 @@
+Wed Jun  8 09:57:53 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:

  zanshin-22.04.1.tar.xz
  zanshin-22.04.1.tar.xz.sig

New:

  zanshin-22.04.2.tar.xz
  zanshin-22.04.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.rOkhyc/_old  2022-06-12 17:42:32.638433500 +0200
+++ /var/tmp/diff_new_pack.rOkhyc/_new  2022-06-12 17:42:32.646433512 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.04.1
+Version:22.04.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.04.1.tar.xz -> zanshin-22.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.1/CMakeLists.txt 
new/zanshin-22.04.2/CMakeLists.txt
--- old/zanshin-22.04.1/CMakeLists.txt  2022-05-07 12:13:54.0 +0200
+++ new/zanshin-22.04.2/CMakeLists.txt  2022-06-07 05:53:58.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.1/po/ca@valencia/zanshin.po 
new/zanshin-22.04.2/po/ca@valencia/zanshin.po
--- old/zanshin-22.04.1/po/ca@valencia/zanshin.po   2022-05-10 
07:59:05.0 +0200
+++ new/zanshin-22.04.2/po/ca@valencia/zanshin.po   2022-06-07 
09:20:37.0 +0200
@@ -103,8 +103,8 @@
 "Please select or create a resource which will be used by the application to "
 "store and query its TODOs."
 msgstr ""
-"Trieu o creeu un recurs que usi l'aplicaci?? per a emmagatzemar i consultar "
-"les tasques pendents."
+"Trieu o creeu un recurs que utilise l'aplicaci?? per a almagasenar i "
+"consultar les tasques pendents."
 
 #: src/akonadi/akonadiconfigdialog.cpp:49
 #, kde-format
@@ -134,7 +134,7 @@
 #: src/akonadi/akonaditaskrepository.cpp:51
 #, kde-format
 msgid "Could not find a collection to store the task into!"
-msgstr "No s'ha pogut trobar una col??lecci?? per a emmagatzemar-hi la tasca!"
+msgstr "No s'ha pogut trobar una colecci?? per a almagasenar-hi la tasca!"
 
 #: src/akonadi/akonaditaskrepository.cpp:198
 #, kde-format
@@ -260,7 +260,7 @@
 #: src/presentation/availablepagesmodel.cpp:301
 #, kde-format
 msgid "Cannot update task %1 to Workday"
-msgstr "No s'ha pogut actualitzar la tasca %1 a la jornada laboral"
+msgstr "No s'ha pogut actualisar la tasca %1 a la jornada laboral"
 
 #: src/presentation/availablesourcesmodel.cpp:99
 #, kde-format
@@ -325,12 +325,12 @@
 #: src/presentation/runningtaskmodel.cpp:46
 #, kde-format
 msgid "Cannot update task %1 to 'not running'"
-msgstr "No s'ha pogut actualitzar la tasca %1 a ??no s'est?? executant??"
+msgstr "No s'ha pogut actualisar la tasca %1 a ??no s'est?? executant??"
 
 #: src/presentation/runningtaskmodel.cpp:54
 #, kde-format
 msgid "Cannot update task %1 to 'running'"
-msgstr "No s'ha pogut actualitzar la tasca %1 a ??s'est?? executant??"
+msgstr "No s'ha pogut actualisar la tasca %1 a ??s'est?? executant??"
 
 #: src/presentation/workdaypagemodel.cpp:42
 #, kde-format
@@ -390,7 +390,7 @@
 #: src/widgets/availablepagesview.cpp:265
 #, kde-format
 msgid "Delete Project"
-msgstr "Suprimeix el projecte"
+msgstr "Suprimix el projecte"
 
 #: src/widgets/availablepagesview.cpp:266
 #, kde-format
@@ -401,7 +401,7 @@
 #: src/widgets/availablepagesview.cpp:268
 #, kde-format
 msgid "Delete Context"
-msgstr "Suprimeix el context"
+msgstr "Suprimix el context"
 
 #: src/widgets/availablepagesview.cpp:269
 #, kde-format
@@ -411,7 +411,7 @@
 #: src/widgets/availablesourcesview.cpp:55
 #, 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-05-14 22:56:51

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1538 (New)


Package is "zanshin"

Sat May 14 22:56:51 2022 rev:14 rq:976923 version:22.04.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-04-23 
19:48:54.671193409 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1538/zanshin.changes
2022-05-14 22:58:30.759467131 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:31:09 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:

  zanshin-22.04.0.tar.xz
  zanshin-22.04.0.tar.xz.sig

New:

  zanshin-22.04.1.tar.xz
  zanshin-22.04.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.Th9NLY/_old  2022-05-14 22:58:31.139467607 +0200
+++ /var/tmp/diff_new_pack.Th9NLY/_new  2022-05-14 22:58:31.143467612 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:22.04.0
+Version:22.04.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-22.04.0.tar.xz -> zanshin-22.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.0/CMakeLists.txt 
new/zanshin-22.04.1/CMakeLists.txt
--- old/zanshin-22.04.0/CMakeLists.txt  2022-04-13 00:07:41.0 +0200
+++ new/zanshin-22.04.1/CMakeLists.txt  2022-05-07 12:13:54.0 +0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.0/po/ca@valencia/zanshin.po 
new/zanshin-22.04.1/po/ca@valencia/zanshin.po
--- old/zanshin-22.04.0/po/ca@valencia/zanshin.po   2022-04-15 
02:25:08.0 +0200
+++ new/zanshin-22.04.1/po/ca@valencia/zanshin.po   2022-05-10 
07:59:05.0 +0200
@@ -201,7 +201,8 @@
 msgid "Cannot remove context %1"
 msgstr "No s'ha pogut eliminar el context %1"
 
-#: src/presentation/availablepagesmodel.cpp:145 
src/widgets/itemdelegate.cpp:143
+#: src/presentation/availablepagesmodel.cpp:145
+#: src/widgets/itemdelegate.cpp:143
 #, kde-format
 msgid "Inbox"
 msgstr "Safata d'entrada"
@@ -394,7 +395,8 @@
 #: src/widgets/availablepagesview.cpp:266
 #, kde-format
 msgid "Do you really want to delete the project '%1', with all its actions?"
-msgstr "Segur que voleu suprimir el projecte ??%1??, amb totes les seues 
accions?"
+msgstr ""
+"Segur que voleu suprimir el projecte ??%1??, amb totes les seues accions?"
 
 #: src/widgets/availablepagesview.cpp:268
 #, kde-format
@@ -414,7 +416,7 @@
 #: src/widgets/availablesourcesview.cpp:76
 #, kde-format
 msgid "Configure %1..."
-msgstr "Configura el %1..."
+msgstr "Configura %1..."
 
 #: src/widgets/editorview.cpp:32
 #, kde-format
@@ -642,8 +644,8 @@
 msgid ""
 "A Getting Things Done application which aims at getting your mind like water"
 msgstr ""
-"Una aplicaci?? per a tindre les coses fetes que ajuda a mantindre la calma 
com "
-"l'aigua"
+"Una aplicaci?? per a tindre les coses fetes que ajuda a mantindre la calma "
+"com l'aigua"
 
 #: src/zanshin/app/aboutdata.cpp:17
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-22.04.0/po/zh_CN/zanshin.po 
new/zanshin-22.04.1/po/zh_CN/zanshin.po
--- old/zanshin-22.04.0/po/zh_CN/zanshin.po 2022-04-15 02:25:08.0 
+0200
+++ new/zanshin-22.04.1/po/zh_CN/zanshin.po 2022-05-10 07:59:05.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-27 00:21+\n"
-"PO-Revision-Date: 2022-04-14 15:37\n"
+"PO-Revision-Date: 2022-05-08 08:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-22.04.0/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-22.04.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-04-23 19:46:52

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1538 (New)


Package is "zanshin"

Sat Apr 23 19:46:52 2022 rev:13 rq:971615 version:22.04.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-03-04 
20:20:47.656686279 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1538/zanshin.changes
2022-04-23 19:48:54.671193409 +0200
@@ -1,0 +2,23 @@
+Mon Apr 18 07:52:56 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:22:28 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.90
+  * New feature release
+
+---
+Wed Mar 23 08:15:16 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Tune the SVG to avoid the black rectangle of doom with QtSvgRenderer
+  * Add CI
+
+---

Old:

  zanshin-21.12.3.tar.xz
  zanshin-21.12.3.tar.xz.sig

New:

  zanshin-22.04.0.tar.xz
  zanshin-22.04.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.7rNXOI/_old  2022-04-23 19:48:55.175194009 +0200
+++ /var/tmp/diff_new_pack.7rNXOI/_new  2022-04-23 19:48:55.179194014 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:21.12.3
+Version:22.04.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-21.12.3.tar.xz -> zanshin-22.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.3/.arcconfig 
new/zanshin-22.04.0/.arcconfig
--- old/zanshin-21.12.3/.arcconfig  2022-02-27 19:46:08.0 +0100
+++ new/zanshin-22.04.0/.arcconfig  1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-{
-  "project.name" : "Zanshin",
-  "phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.3/.gitlab-ci.yml 
new/zanshin-22.04.0/.gitlab-ci.yml
--- old/zanshin-21.12.3/.gitlab-ci.yml  1970-01-01 01:00:00.0 +0100
+++ new/zanshin-22.04.0/.gitlab-ci.yml  2022-04-13 00:07:41.0 +0200
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.3/.kde-ci.yml 
new/zanshin-22.04.0/.kde-ci.yml
--- old/zanshin-21.12.3/.kde-ci.yml 1970-01-01 01:00:00.0 +0100
+++ new/zanshin-22.04.0/.kde-ci.yml 2022-04-13 00:07:41.0 +0200
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+Dependencies:
+- 'on': ['@all']
+  'require':
+'frameworks/extra-cmake-modules': '@stable'
+'frameworks/krunner': '@stable'
+'frameworks/kwindowsystem': '@stable'
+'frameworks/ki18n': '@stable'
+'pim/akonadi': '@same'
+'pim/akonadi-calendar': '@same'
+'pim/kontactinterface': '@same'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.3/CMakeLists.txt 
new/zanshin-22.04.0/CMakeLists.txt
--- old/zanshin-21.12.3/CMakeLists.txt  2022-02-27 19:46:08.0 +0100
+++ new/zanshin-22.04.0/CMakeLists.txt  2022-04-13 00:07:41.0 +0200
@@ -1,8 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 # KDE Application Version, managed by release script
-set(RELEASE_SERVICE_VERSION_MAJOR "21")
-set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MAJOR "22")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.3/po/ca@valencia/zanshin.po 
new/zanshin-22.04.0/po/ca@valencia/zanshin.po
--- old/zanshin-21.12.3/po/ca@valencia/zanshin.po   2022-03-01 
01:20:07.0 +0100
+++ 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-03-04 20:16:57

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1958 (New)


Package is "zanshin"

Fri Mar  4 20:16:57 2022 rev:12 rq:958990 version:21.12.3

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-02-04 
21:51:58.879323176 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1958/zanshin.changes
2022-03-04 20:20:47.656686279 +0100
@@ -1,0 +2,9 @@
+Tue Mar  1 09:58:21 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:

  zanshin-21.12.2.tar.xz
  zanshin-21.12.2.tar.xz.sig

New:

  zanshin-21.12.3.tar.xz
  zanshin-21.12.3.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.WNRHng/_old  2022-03-04 20:20:48.120685910 +0100
+++ /var/tmp/diff_new_pack.WNRHng/_new  2022-03-04 20:20:48.124685907 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:21.12.2
+Version:21.12.3
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-21.12.2.tar.xz -> zanshin-21.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.2/CMakeLists.txt 
new/zanshin-21.12.3/CMakeLists.txt
--- old/zanshin-21.12.2/CMakeLists.txt  2022-01-29 00:38:52.0 +0100
+++ new/zanshin-21.12.3/CMakeLists.txt  2022-02-27 19:46:08.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.2/po/da/zanshin.po 
new/zanshin-21.12.3/po/da/zanshin.po
--- old/zanshin-21.12.2/po/da/zanshin.po2022-02-01 01:17:52.0 
+0100
+++ new/zanshin-21.12.3/po/da/zanshin.po2022-03-01 01:20:07.0 
+0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Martin Schlander , 2011, 2012, 2013, 2014, 2015, 
2020.
+# Martin Schlander , 2011, 2012, 2013, 2014, 2015, 
2020, 2022.
 # scootergrisen, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-27 00:21+\n"
-"PO-Revision-Date: 2020-08-22 13:53+0200\n"
+"PO-Revision-Date: 2022-02-08 19:42+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -564,10 +564,9 @@
 msgstr "Forfrem opgave til projekt"
 
 #: src/widgets/pageview.cpp:205
-#, fuzzy, kde-format
-#| msgid "Show future tasks"
+#, kde-format
 msgid "Show done tasks"
-msgstr "Vis fremtidige opgaver"
+msgstr "Vis f??rdige opgaver"
 
 #: src/widgets/pageview.cpp:213
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.2/po/ru/zanshin.po 
new/zanshin-21.12.3/po/ru/zanshin.po
--- old/zanshin-21.12.2/po/ru/zanshin.po2022-02-01 01:17:52.0 
+0100
+++ new/zanshin-21.12.3/po/ru/zanshin.po2022-03-01 01:20:07.0 
+0100
@@ -4,21 +4,22 @@
 # Boris Pek , 2012.
 # Alexander Potashev , 2012.
 # Yuri Efremov , 2013.
+# Olesya Gerasimenko , 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-27 00:21+\n"
-"PO-Revision-Date: 2013-01-20 22:31+0400\n"
-"Last-Translator: Yuri Efremov \n"
-"Language-Team: Russian \n"
+"PO-Revision-Date: 2022-02-17 12:05+0300\n"
+"Last-Translator: Olesya Gerasimenko \n"
+"Language-Team: Basealt Translation Team\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 21.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -27,12 +28,12 @@
 #, kde-format
 msgctxt "NAME OF 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-02-04 21:48:56

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1898 (New)


Package is "zanshin"

Fri Feb  4 21:48:56 2022 rev:11 rq:951180 version:21.12.2

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2022-01-11 
21:23:50.969152108 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1898/zanshin.changes
2022-02-04 21:51:58.879323176 +0100
@@ -1,0 +2,9 @@
+Tue Feb  1 13:04:08 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:

  zanshin-21.12.1.tar.xz
  zanshin-21.12.1.tar.xz.sig

New:

  zanshin-21.12.2.tar.xz
  zanshin-21.12.2.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.0cMuLo/_old  2022-02-04 21:51:59.363319840 +0100
+++ /var/tmp/diff_new_pack.0cMuLo/_new  2022-02-04 21:51:59.367319813 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   zanshin
-Version:21.12.1
+Version:21.12.2
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only


++ zanshin-21.12.1.tar.xz -> zanshin-21.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.1/CMakeLists.txt 
new/zanshin-21.12.2/CMakeLists.txt
--- old/zanshin-21.12.1/CMakeLists.txt  2022-01-03 23:05:50.0 +0100
+++ new/zanshin-21.12.2/CMakeLists.txt  2022-01-29 00:38:52.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.1/po/zh_CN/zanshin.po 
new/zanshin-21.12.2/po/zh_CN/zanshin.po
--- old/zanshin-21.12.1/po/zh_CN/zanshin.po 2022-01-04 01:27:01.0 
+0100
+++ new/zanshin-21.12.2/po/zh_CN/zanshin.po 2022-02-01 01:17:53.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-27 00:21+\n"
-"PO-Revision-Date: 2021-12-22 14:11\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -640,7 +640,7 @@
 #: src/zanshin/app/aboutdata.cpp:17
 #, kde-format
 msgid "Copyright 2008-2016, Kevin Ottens "
-msgstr ""
+msgstr "Copyright 2008-2016, Kevin Ottens "
 
 #: src/zanshin/app/aboutdata.cpp:19
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zanshin-21.12.1/src/zanshin/app/org.kde.zanshin.metainfo.xml 
new/zanshin-21.12.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
--- old/zanshin-21.12.1/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-01-03 23:05:50.0 +0100
+++ new/zanshin-21.12.2/src/zanshin/app/org.kde.zanshin.metainfo.xml
2022-01-29 00:38:52.0 +0100
@@ -261,9 +261,9 @@
   
   
   
+
 
 
 
-
   
 


commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2022-01-11 21:19:37

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.1892 (New)


Package is "zanshin"

Tue Jan 11 21:19:37 2022 rev:10 rq:944462 version:21.12.1

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2021-12-13 
20:50:23.432634696 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.1892/zanshin.changes
2022-01-11 21:23:50.969152108 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:26: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:

  zanshin-21.12.0.tar.xz
  zanshin-21.12.0.tar.xz.sig

New:

  zanshin-21.12.1.tar.xz
  zanshin-21.12.1.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.yQghPh/_old  2022-01-11 21:23:51.493152476 +0100
+++ /var/tmp/diff_new_pack.yQghPh/_new  2022-01-11 21:23:51.497152479 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%bcond_without lang
+%bcond_without released
 Name:   zanshin
-Version:21.12.0
+Version:21.12.1
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
 Group:  Productivity/Office/Organizers
 URL:https://zanshin.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
@@ -60,7 +60,7 @@
 %install
 %kf5_makeinstall -C build
 %suse_update_desktop_file org.kde.zanshin Utility TimeUtility
-%if %{with lang}
+%if %{with released}
   %find_lang %{name}
 %endif
 
@@ -84,7 +84,7 @@
 %{_kf5_servicesdir}/plasma-runner-zanshin.desktop
 %{_kf5_servicesdir}/zanshin_part.desktop
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++ zanshin-21.12.0.tar.xz -> zanshin-21.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.0/CMakeLists.txt 
new/zanshin-21.12.1/CMakeLists.txt
--- old/zanshin-21.12.0/CMakeLists.txt  2021-12-02 23:01:49.0 +0100
+++ new/zanshin-21.12.1/CMakeLists.txt  2022-01-03 23:05:50.0 +0100
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(zanshin VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zanshin-21.12.0/po/ia/zanshin.po 
new/zanshin-21.12.1/po/ia/zanshin.po
--- old/zanshin-21.12.0/po/ia/zanshin.po2021-12-03 01:18:51.0 
+0100
+++ new/zanshin-21.12.1/po/ia/zanshin.po2022-01-04 01:27:01.0 
+0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the zanshin package.
 #
-# Giovanni Sora , 2020.
+# Giovanni Sora , 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: zanshin\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-27 00:21+\n"
-"PO-Revision-Date: 2020-10-29 21:40+0100\n"
-"Last-Translator: Giovanni Sora \n"
+"PO-Revision-Date: 2021-12-18 23:12+0100\n"
+"Last-Translator: giovanni \n"
 "Language-Team: Interlingua \n"
 "Language: ia\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 21.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -98,6 +98,8 @@
 "Please select or create a resource which will be used by the application to "
 "store and query its TODOs."
 msgstr ""
+"Pro favor delige o crea un ressource le qual essera usate per le application "
+"per immagasinar e demandar su Actiones de Facer (TODOs)."
 
 #: src/akonadi/akonadiconfigdialog.cpp:49
 #, kde-format
@@ -122,17 +124,17 @@
 #: src/akonadi/akonadiconfigdialog.cpp:112
 #, kde-format
 msgid "Do you really want to delete the selected agent instances?"
-msgstr ""
+msgstr "Tu vermente vole deler le instantias de agente seligite?"
 
 #: 

commit zanshin 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 zanshin for openSUSE:Factory checked 
in at 2021-12-13 20:44:19

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.2520 (New)


Package is "zanshin"

Mon Dec 13 20:44:19 2021 rev:9 rq:938080 version:21.12.0

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2021-01-18 
11:34:39.785094011 +0100
+++ /work/SRC/openSUSE:Factory/.zanshin.new.2520/zanshin.changes
2021-12-13 20:50:23.432634696 +0100
@@ -1,0 +2,31 @@
+Fri Dec  3 19:23:09 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/
+- No code change since 21.11.90
+
+---
+Sat Nov 27 10:12:05 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.90
+  * New feature release
+- Changes since 21.11.80:
+  * Install translations
+
+---
+Sat Nov 13 18:04:34 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.80.
+  * New feature release
+- Drop obsolete patches:
+  * Install-the-kontact-plugin-into-kontact5.patch
+  * Port-to-kontactinterface-5.14.42.patch
+
+---
+Tue Apr 20 08:27:48 UTC 2021 - Christophe Giboudeaux 
+
+- Stop owning directories provided by the filesystem package (boo#1184786)
+
+---

Old:

  Install-the-kontact-plugin-into-kontact5.patch
  Port-to-kontactinterface-5.14.42.patch
  zanshin-0.5.71.tar.xz

New:

  applications.keyring
  zanshin-21.12.0.tar.xz
  zanshin-21.12.0.tar.xz.sig



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.ZCeJhP/_old  2021-12-13 20:50:23.856634967 +0100
+++ /var/tmp/diff_new_pack.ZCeJhP/_new  2021-12-13 20:50:23.860634970 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zanshin
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,17 @@
 
 %bcond_without lang
 Name:   zanshin
-Version:0.5.71
+Version:21.12.0
 Release:0
 Summary:TODO Application
 License:GPL-2.0-only
 Group:  Productivity/Office/Organizers
 URL:https://zanshin.kde.org
-Source: 
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: Port-to-kontactinterface-5.14.42.patch
-Patch1: Install-the-kontact-plugin-into-kontact5.patch
+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:  boost-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -41,7 +42,6 @@
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
-Recommends: %{name}-lang
 
 %description
 Zanshin Todo is an application for managing your day-to-day actions.
@@ -54,25 +54,24 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %suse_update_desktop_file org.kde.zanshin Utility TimeUtility
+%kf5_makeinstall -C build
+%suse_update_desktop_file org.kde.zanshin Utility TimeUtility
 %if %{with lang}
   %find_lang %{name}
 %endif
 
 %files
-%license COPYING gpl-*.txt
+%license LICENSES/*
 %doc AUTHORS
-%dir %{_kf5_appstreamdir}
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
-%dir %{_kf5_plugindir}/kontact5/
+%dir %{_kf5_plugindir}/kontact5
 %{_kf5_applicationsdir}/org.kde.zanshin.desktop
-%{_kf5_appstreamdir}/org.kde.zanshin.appdata.xml
+%{_kf5_appstreamdir}/org.kde.zanshin.metainfo.xml
 %{_kf5_bindir}/zanshin
 %{_kf5_bindir}/zanshin-migrator
 %{_kf5_iconsdir}/hicolor/*/apps/zanshin.png
@@ -87,7 +86,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING
 %endif
 
 %changelog

++ zanshin-0.5.71.tar.xz -> zanshin-21.12.0.tar.xz ++
 60759 lines of diff (skipped)


commit zanshin for openSUSE:Factory

2021-01-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zanshin for openSUSE:Factory checked 
in at 2021-01-18 11:30:18

Comparing /work/SRC/openSUSE:Factory/zanshin (Old)
 and  /work/SRC/openSUSE:Factory/.zanshin.new.28504 (New)


Package is "zanshin"

Mon Jan 18 11:30:18 2021 rev:8 rq:863942 version:0.5.71

Changes:

--- /work/SRC/openSUSE:Factory/zanshin/zanshin.changes  2020-07-24 
10:08:58.030110510 +0200
+++ /work/SRC/openSUSE:Factory/.zanshin.new.28504/zanshin.changes   
2021-01-18 11:34:39.785094011 +0100
@@ -1,0 +2,6 @@
+Fri Jan 15 00:37:49 UTC 2021 - Simon Lees 
+
+- %make_jobs to %cmake_build
+- use %autosetup
+
+---



Other differences:
--
++ zanshin.spec ++
--- /var/tmp/diff_new_pack.xd2gjn/_old  2021-01-18 11:34:40.373095251 +0100
+++ /var/tmp/diff_new_pack.xd2gjn/_new  2021-01-18 11:34:40.377095259 +0100
@@ -51,12 +51,11 @@
 %lang_package
 
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build