Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2023-06-09 20:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/korganizer (Old)
 and      /work/SRC/openSUSE:Factory/.korganizer.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "korganizer"

Fri Jun  9 20:36:24 2023 rev:84 rq:1091606 version:23.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes    2023-05-12 
20:34:26.876967871 +0200
+++ /work/SRC/openSUSE:Factory/.korganizer.new.15902/korganizer.changes 
2023-06-09 20:37:13.774481697 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:25 UTC 2023 - Christophe Marin <[email protected]>
+
+- 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:
----
  korganizer-23.04.1.tar.xz
  korganizer-23.04.1.tar.xz.sig

New:
----
  korganizer-23.04.2.tar.xz
  korganizer-23.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ korganizer.spec ++++++
--- /var/tmp/diff_new_pack.FJGHHC/_old  2023-06-09 20:37:14.434485530 +0200
+++ /var/tmp/diff_new_pack.FJGHHC/_new  2023-06-09 20:37:14.442485577 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           korganizer
-Version:        23.04.1
+Version:        23.04.2
 Release:        0
 Summary:        Personal Organizer
 License:        GPL-2.0-only


++++++ korganizer-23.04.1.tar.xz -> korganizer-23.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/CMakeLists.txt 
new/korganizer-23.04.2/CMakeLists.txt
--- old/korganizer-23.04.1/CMakeLists.txt       2023-05-06 10:57:44.000000000 
+0200
+++ new/korganizer-23.04.2/CMakeLists.txt       2023-06-02 21:33:03.000000000 
+0200
@@ -9,8 +9,8 @@
   set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
 
-set(PIM_VERSION "5.23.1")
-set(RELEASE_SERVICE_VERSION "23.04.1")
+set(PIM_VERSION "5.23.2")
+set(RELEASE_SERVICE_VERSION "23.04.2")
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
@@ -44,20 +44,20 @@
 include(ECMDeprecationSettings)
 
 
-set(AKONADI_CONTACT_VERSION "5.23.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.1")
-set(KLDAP_LIB_VERSION "5.23.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.23.1")
-set(CALENDARUTILS_LIB_VERSION "5.23.1")
-set(AKONADICALENDAR_LIB_VERSION "5.23.1")
-set(KONTACTINTERFACE_LIB_VERSION "5.23.1")
-set(KMIME_LIB_VERSION "5.23.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.23.1")
-set(AKONADI_VERSION "5.23.1")
+set(AKONADI_CONTACT_VERSION "5.23.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.2")
+set(KLDAP_LIB_VERSION "5.23.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.23.2")
+set(CALENDARUTILS_LIB_VERSION "5.23.2")
+set(AKONADICALENDAR_LIB_VERSION "5.23.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.23.2")
+set(KMIME_LIB_VERSION "5.23.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.23.2")
+set(AKONADI_VERSION "5.23.2")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(AKONADINOTES_LIB_VERSION "5.23.1")
+set(AKONADINOTES_LIB_VERSION "5.23.2")
 
 set(QT_REQUIRED_VERSION "5.15.2")
 if (QT_MAJOR_VERSION STREQUAL "6")
@@ -85,12 +85,12 @@
     add_definitions(-DWITH_KUSERFEEDBACK)
 endif()
 
-set(PIMCOMMON_LIB_VERSION "5.23.1")
-set(LIBKDEPIM_LIB_VERSION "5.23.1")
-set(LIBINCIDENCEEDITOR_LIB_VERSION "5.23.1")
-set(CALENDARSUPPORT_LIB_VERSION "5.23.1")
-set(EVENTVIEW_LIB_VERSION "5.23.1")
-set(AKONADIMIME_LIB_VERSION "5.23.1")
+set(PIMCOMMON_LIB_VERSION "5.23.2")
+set(LIBKDEPIM_LIB_VERSION "5.23.2")
+set(LIBINCIDENCEEDITOR_LIB_VERSION "5.23.2")
+set(CALENDARSUPPORT_LIB_VERSION "5.23.2")
+set(EVENTVIEW_LIB_VERSION "5.23.2")
+set(AKONADIMIME_LIB_VERSION "5.23.2")
 # Find KF5 package
 find_package(KF${KF_MAJOR_VERSION}I18n ${KF_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF${KF_MAJOR_VERSION}Config ${KF_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/ar/korganizer.po 
new/korganizer-23.04.2/po/ar/korganizer.po
--- old/korganizer-23.04.1/po/ar/korganizer.po  2023-05-06 10:57:44.000000000 
+0200
+++ new/korganizer-23.04.2/po/ar/korganizer.po  2023-06-02 21:33:03.000000000 
+0200
@@ -56,11 +56,11 @@
 "Copyright © 2006–2012 Allen Winter\n"
 "Copyright © 2012–2022 KOrganizer authors"
 msgstr ""
-"الحقوق محفوظة © ١٩٩٧-١٩٩٩ لِ‍ Preston Brown\n"
-"الحقوق محفوظة © ٢٠٠٠-٢٠٠٤، ٢٠٠٧ لِ‍ Cornelius 
Schumacher\n"
-"الحقوق محفوظة © ٢٠٠٤-٢٠٠٥ لِ‍ Reinhold Kainhofer\n"
-"الحقوق محفوظة © ٢٠٠٦-٢٠١٢ لِ‍ Allen Winter\n"
-"الحقوق محفوظة © ٢٠١٢-٢٠٢٢ لمؤلّفي «منظّم
ك»"
+"الحقوق محفوظة © 1997-1999 لِ‍ Preston Brown\n"
+"الحقوق محفوظة © 2000-2004، 2007 لِ‍ Cornelius Schumacher\n"
+"الحقوق محفوظة © 2004-2005 لِ‍ Reinhold Kainhofer\n"
+"الحقوق محفوظة © 2006-2012 لِ‍ Allen Winter\n"
+"الحقوق محفوظة © 2012-2022 لمؤلّفي «منظّمك»"
 
 #: aboutdata.cpp:30 kontactplugin/specialdates/specialdates_plugin.cpp:42
 #, kde-format
@@ -230,7 +230,7 @@
 #: aboutdata.cpp:58
 #, kde-format
 msgid "Part of work sponsored by Google with Summer of Code 2005"
-msgstr "رعا برنامج ”صيف البرمجة ٢٠٠٥“ من غوغل 
بعضًا من هذا العمل"
+msgstr "رعا برنامج ”صيف البرمجة 2005“ من غوغل 
بعضًا من هذا العمل"
 
 #: aboutdata.cpp:59
 #, kde-format
@@ -2065,7 +2065,7 @@
 #: kcmdesignerfields.cpp:131
 #, kde-format
 msgid "(c) 2004 Tobias Koenig"
-msgstr "‏© ٢٠٠٤ لِ‍ Tobias Koenig"
+msgstr "‏© 2004 لِ‍ Tobias Koenig"
 
 #: kcmdesignerfields.cpp:132
 #: kontactplugin/specialdates/specialdates_plugin.cpp:43
@@ -2382,7 +2382,7 @@
 "Check this box if you want to see events that start sometime during the next "
 "31 days."
 msgstr ""
-"أشّر على هذا المربّع إن أردت عرض الأحداث 
التي ستبدأ في وقت ما من الأيام ٣١ "
+"أشّر على هذا المربّع إن أردت عرض الأحداث 
التي ستبدأ في وقت ما من الأيام 31 "
 "القادمة."
 
 #. i18n: ectx: property (text), widget (QRadioButton, mDateMonthButton)
@@ -2391,7 +2391,7 @@
 #: kontactplugin/specialdates/sdsummaryconfig_base.ui:50
 #, kde-format
 msgid "Within the next &month (31 days)"
-msgstr "خلال ال&شهر القادم (٣١ يومًا)"
+msgstr "خلال ال&شهر القادم (31 يومًا)"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, mDateRangeButton)
 #: kontactplugin/korganizer/apptsummaryconfig_base.ui:57
@@ -2435,7 +2435,7 @@
 #: kontactplugin/specialdates/sdsummaryconfig_base.ui:90
 #, kde-format
 msgid "1 day"
-msgstr "Ù¡"
+msgstr "1"
 
 # تغيرت الصيغة العربية من
 # Within the next (%1 days)
@@ -3082,7 +3082,7 @@
 "during the next 31 days."
 msgstr ""
 "أشّر على هذا المربّع إن أردت عرض المناسبات 
الخاصّة التي ستبدأ في وقت ما من "
-"الأيام ٣١ القادمة."
+"الأيام 31 القادمة."
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, mDateRangeButton)
 #: kontactplugin/specialdates/sdsummaryconfig_base.ui:65
@@ -3338,8 +3338,8 @@
 "Copyright © 2003 Tobias Koenig\n"
 "Copyright © 2004–2010 Allen Winter"
 msgstr ""
-"الحقوق محفوظة © ٢٠٠٣ لِ‍ Tobias Koenig\n"
-"الحقوق محفوظة © ٢٠٠٤-٢٠١٩ لِ‍ Allen Winter"
+"الحقوق محفوظة © 2003 لِ‍ Tobias Koenig\n"
+"الحقوق محفوظة © 2004-2019 لِ‍ Allen Winter"
 
 #: kontactplugin/specialdates/specialdates_plugin.cpp:42
 #, kde-format
@@ -5242,7 +5242,7 @@
 #: ui/kogroupwareprefspage.ui:308
 #, fuzzy, kde-format
 msgid "(No need if using Kolab server version 2)"
-msgstr "(لا حاجة لها إن كنت تستخدم الإصدارة ٢ م
ن خادوم Kolab)"
+msgstr "(لا حاجة لها إن كنت تستخدم الإصدارة 2 من 
خادوم Kolab)"
 
 #. i18n: ectx: attribute (title), widget (QWidget, tabRetrieve)
 #: ui/kogroupwareprefspage.ui:335
@@ -5890,8 +5890,8 @@
 #~ "Copyright © 2003–2004 Tobias Koenig\n"
 #~ "Copyright © 2005–2010 Allen Winter"
 #~ msgstr ""
-#~ "الحقوق محفوظة © ٢٠٠٣-٢٠٠٤ لِ‍ Tobias Koenig\n"
-#~ "الحقوق محفوظة © ٢٠٠٥-٢٠١٠ لِ‍ Allen Winter"
+#~ "الحقوق محفوظة © 2003-2004 لِ‍ Tobias Koenig\n"
+#~ "الحقوق محفوظة © 2005-2010 لِ‍ Allen Winter"
 
 #~ msgid "Pending To-dos Configuration Dialog"
 #~ msgstr "حواريّ ضبط المهام المرجأة"
@@ -5903,8 +5903,8 @@
 #~ "Copyright © 2004 Tobias Koenig\n"
 #~ "Copyright © 2004–2010 Allen Winter"
 #~ msgstr ""
-#~ "الحقوق محفوظة © ٢٠٠٤ لِ‍ Tobias Koenig\n"
-#~ "الحقوق محفوظة © ٢٠٠٤-٢٠١٩ لِ‍ Allen Winter"
+#~ "الحقوق محفوظة © 2004 لِ‍ Tobias Koenig\n"
+#~ "الحقوق محفوظة © 2004-2019 لِ‍ Allen Winter"
 
 #~ msgid "Get &Hot New Stuff..."
 #~ msgstr "اجلب أشياء &جديدة…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/ca@valencia/korganizer.po 
new/korganizer-23.04.2/po/ca@valencia/korganizer.po
--- old/korganizer-23.04.1/po/ca@valencia/korganizer.po 2023-05-06 
10:57:44.000000000 +0200
+++ new/korganizer-23.04.2/po/ca@valencia/korganizer.po 2023-06-02 
21:33:03.000000000 +0200
@@ -447,7 +447,7 @@
 "This action cannot be undone!"
 msgstr ""
 "Permet eliminar totes les tasques pendents finalitzades del calendari de la "
-"col·lecció de calendari. Esta acció no es pot desfer!"
+"col·lecció de calendari. Esta acció no es podrà desfer!"
 
 #. i18n: ectx: property (text), widget (QPushButton, mDeleteButton)
 #: actionmanager.cpp:366 actionmanager.cpp:621 actionmanager.cpp:1302
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/fr/korganizer.po 
new/korganizer-23.04.2/po/fr/korganizer.po
--- old/korganizer-23.04.1/po/fr/korganizer.po  2023-05-06 10:57:44.000000000 
+0200
+++ new/korganizer-23.04.2/po/fr/korganizer.po  2023-06-02 21:33:03.000000000 
+0200
@@ -18,8 +18,8 @@
 # Vincent Pinon <[email protected]>, 2017, 2018.
 # Simon Depiets <[email protected]>, 2018, 2019, 2020.
 # Xavier Besnard <[email protected]>, 2020, 2021, 2022.
+# Xavier BESNARD <[email protected]>, 2023.
 #
-# Xavier BESNARD <xavier.besnard]neuf.fr>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: korganizer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/ja/korganizer.po 
new/korganizer-23.04.2/po/ja/korganizer.po
--- old/korganizer-23.04.1/po/ja/korganizer.po  2023-05-06 10:57:44.000000000 
+0200
+++ new/korganizer-23.04.2/po/ja/korganizer.po  2023-06-02 21:33:03.000000000 
+0200
@@ -18,7 +18,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
@@ -827,8 +827,7 @@
 #, kde-format
 msgid "&Next Day"
 msgid_plural "&Next %1 Days"
-msgstr[0] "明日(&X)"
-msgstr[1] "次の %1 日(&X)"
+msgstr[0] "次の %1 日(&X)"
 
 #: actionmanager.cpp:553
 #, kde-format
@@ -1073,7 +1072,6 @@
 msgid "1 incidence was imported successfully."
 msgid_plural "%1 incidences were imported successfully."
 msgstr[0] ""
-msgstr[1] ""
 
 #: actionmanager.cpp:844
 #, kde-format
@@ -1722,7 +1720,6 @@
 msgid_plural ""
 "%1 to-dos were ignored because they have uncompleted or read-only children."
 msgstr[0] ""
-msgstr[1] ""
 
 #: calendarview.cpp:2635 calendarview.cpp:2640
 #, fuzzy, kde-format
@@ -1730,7 +1727,6 @@
 msgid "%1 completed to-do was purged."
 msgid_plural "%1 completed to-dos were purged."
 msgstr[0] "完了した To-Do を隠す(&M)"
-msgstr[1] "完了した To-Do を隠す(&M)"
 
 #: calendarview.cpp:2646
 #, fuzzy, kde-format
@@ -2051,7 +2047,6 @@
 msgid "%1 match"
 msgid_plural "%1 matches"
 msgstr[0] ""
-msgstr[1] ""
 
 #: helper/searchcollectionhelper.cpp:113
 #, fuzzy, kde-format
@@ -2600,7 +2595,6 @@
 msgid "No upcoming events starting within the next day"
 msgid_plural "No upcoming events starting within the next %1 days"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/korganizer/apptsummarywidget.cpp:240
 #, fuzzy, kde-format
@@ -2651,7 +2645,6 @@
 msgid " day"
 msgid_plural " days"
 msgstr[0] " 日"
-msgstr[1] " 日"
 
 #: kontactplugin/korganizer/korganizerplugin.cpp:44
 #, fuzzy, kde-format
@@ -2726,7 +2719,6 @@
 msgid "in 1 day"
 msgid_plural "in %1 days"
 msgstr[0] " 日"
-msgstr[1] " 日"
 
 #: kontactplugin/korganizer/summaryeventinfo.cpp:184
 #, kde-format
@@ -2740,7 +2732,6 @@
 msgid "1 hr"
 msgid_plural "%1 hrs"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/korganizer/summaryeventinfo.cpp:193
 #, kde-format
@@ -2748,7 +2739,6 @@
 msgid "1 min"
 msgid_plural "%1 mins"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/korganizer/summaryeventinfo.cpp:200
 #: kontactplugin/specialdates/sdsummarywidget.cpp:485
@@ -3037,7 +3027,6 @@
 msgid "1 day ago"
 msgid_plural "%1 days ago"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/korganizer/todosummarywidget.cpp:218
 #, kde-format
@@ -3050,7 +3039,6 @@
 msgid "No pending to-dos due within the next day"
 msgid_plural "No pending to-dos due within the next %1 days"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/korganizer/todosummarywidget.cpp:329
 #, fuzzy, kde-format
@@ -3358,14 +3346,12 @@
 msgid "one year"
 msgid_plural "%1 years"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/specialdates/sdsummarywidget.cpp:562
 #, kde-format
 msgid "No special dates within the next 1 day"
 msgid_plural "No special dates pending within the next %1 days"
 msgstr[0] ""
-msgstr[1] ""
 
 #: kontactplugin/specialdates/sdsummarywidget.cpp:656
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/tr/korganizer.po 
new/korganizer-23.04.2/po/tr/korganizer.po
--- old/korganizer-23.04.1/po/tr/korganizer.po  2023-05-06 10:57:44.000000000 
+0200
+++ new/korganizer-23.04.2/po/tr/korganizer.po  2023-06-02 21:33:03.000000000 
+0200
@@ -20,7 +20,7 @@
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-04-23 04:12+0000\n"
-"PO-Revision-Date: 2023-04-02 17:27+0300\n"
+"PO-Revision-Date: 2023-05-29 12:49+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -28,7 +28,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 22.12.3\n"
+"X-Generator: Lokalize 23.04.1\n"
 "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n"
 "X-POOTLE-MTIME: 1413104942.000000\n"
 
@@ -1174,17 +1174,17 @@
 #: actionmanager.cpp:1410 actionmanager.cpp:1516
 #, kde-format
 msgid "Attach as &link"
-msgstr "Bağlantı o&larak ekle"
+msgstr "&Bağlantı olarak iliştir"
 
 #: actionmanager.cpp:1411 actionmanager.cpp:1517
 #, kde-format
 msgid "Attach &inline"
-msgstr "Satır &içi ekle"
+msgstr "Satır &içi olarak iliştir"
 
 #: actionmanager.cpp:1412
 #, kde-format
 msgid "Attach inline &without attachments"
-msgstr "Ek dosya &olmadan satır içi ekleme yap"
+msgstr "Ekler &olmadan satır içi olarak iliştir"
 
 #: actionmanager.cpp:1414 actionmanager.cpp:1519
 #, kde-format
@@ -1199,7 +1199,7 @@
 #: actionmanager.cpp:1453
 #, kde-format
 msgid "Remove Attachments"
-msgstr "Eklentileri Kaldır"
+msgstr "Ekleri Kaldır"
 
 #: actionmanager.cpp:1604
 #, kde-format
@@ -1783,13 +1783,13 @@
 #, kde-format
 msgctxt "@option:check"
 msgid "Block reminders locally"
-msgstr "Hatırlatıcıları yerel olarak engelle"
+msgstr "Anımsatıcıları yerel olarak engelle"
 
 #: collectiongeneralpage.cpp:51
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Ignore reminders from this calendar"
-msgstr "Bu takvime ait hatırlatıcıları yok say"
+msgstr "Bu takvime ait anımsatıcıları yok say"
 
 #: collectiongeneralpage.cpp:53
 #, kde-format
@@ -4939,7 +4939,7 @@
 #: settings/korganizer.kcfg:422
 #, kde-format
 msgid "Default todo attachment method"
-msgstr "Öntanımlı yapılacak eklentisi yöntemi"
+msgstr "Öntanımlı yapılacak eki yöntemi"
 
 #. i18n: ectx: whatsthis, entry (DefaultTodoAttachMethod), group (Hidden 
Options)
 #: settings/korganizer.kcfg:423
@@ -4957,13 +4957,13 @@
 #: settings/korganizer.kcfg:429
 #, kde-format
 msgid "Only attach link to message"
-msgstr "İletiye yalnızca bağlantıyı ekle"
+msgstr "İletiye yalnızca bağlantıyı iliştir"
 
 #. i18n: ectx: label, entry (DefaultTodoAttachMethod), group (Hidden Options)
 #: settings/korganizer.kcfg:432
 #, kde-format
 msgid "Attach complete message"
-msgstr "Tüm iletiyi ekle"
+msgstr "Tüm iletiyi iliştir"
 
 #. i18n: ectx: label, entry, group (Theming)
 #. i18n: ectx: label, entry, group (Theme/Month view)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-23.04.1/po/zh_CN/korganizer.po 
new/korganizer-23.04.2/po/zh_CN/korganizer.po
--- old/korganizer-23.04.1/po/zh_CN/korganizer.po       2023-05-06 
10:57:44.000000000 +0200
+++ new/korganizer-23.04.2/po/zh_CN/korganizer.po       2023-06-02 
21:33:03.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-04-23 04:12+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/korganizer-23.04.1/src/org.kde.korganizer.appdata.xml 
new/korganizer-23.04.2/src/org.kde.korganizer.appdata.xml
--- old/korganizer-23.04.1/src/org.kde.korganizer.appdata.xml   2023-05-06 
10:57:44.000000000 +0200
+++ new/korganizer-23.04.2/src/org.kde.korganizer.appdata.xml   2023-06-02 
21:33:03.000000000 +0200
@@ -347,7 +347,7 @@
       <li xml:lang="sk">Prílohy pre udalosti a úlohy</li>
       <li xml:lang="sl">Priloge za dogodke in čakajoča opravila</li>
       <li xml:lang="sv">Bilagor för händelser och uppgifter</li>
-      <li xml:lang="tr">Olaylar ve yapılacaklar için eklentiler</li>
+      <li xml:lang="tr">Olaylar ve yapılacaklar için ekler</li>
       <li xml:lang="uk">можливість створення 
долучень до записів подій та завдань;</li>
       <li xml:lang="x-test">xxAttachments for events and todosxx</li>
       <li xml:lang="zh-CN">事件和待办附件</li>
@@ -432,9 +432,9 @@
     <binary>korganizer</binary>
   </provides>
   <releases>
+    <release version="5.23.2" date="2023-06-08"/>
     <release version="5.23.1" date="2023-05-11"/>
     <release version="5.23.0" date="2023-04-20"/>
     <release version="5.22.3" date="2023-03-02"/>
-    <release version="5.22.2" date="2023-02-02"/>
   </releases>
 </component>

Reply via email to