Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2024-07-05 19:46:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mailcommon (Old)
 and      /work/SRC/openSUSE:Factory/.mailcommon.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mailcommon"

Fri Jul  5 19:46:31 2024 rev:100 rq:1185658 version:24.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes    2024-06-14 
19:00:37.812390736 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new.2080/mailcommon.changes  
2024-07-05 19:52:31.073290446 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 13:55:08 UTC 2024 - Christophe Marin <[email protected]>
+
+- 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:
----
  mailcommon-24.05.1.tar.xz
  mailcommon-24.05.1.tar.xz.sig

New:
----
  mailcommon-24.05.2.tar.xz
  mailcommon-24.05.2.tar.xz.sig

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

Other differences:
------------------
++++++ mailcommon.spec ++++++
--- /var/tmp/diff_new_pack.iV741r/_old  2024-07-05 19:52:31.705311658 +0200
+++ /var/tmp/diff_new_pack.iV741r/_new  2024-07-05 19:52:31.709311792 +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:           mailcommon
-Version:        24.05.1
+Version:        24.05.2
 Release:        0
 Summary:        Base KDE PIM library for mail-handling applications
 License:        GPL-2.0-only AND LGPL-2.1-or-later


++++++ mailcommon-24.05.1.tar.xz -> mailcommon-24.05.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/CMakeLists.txt 
new/mailcommon-24.05.2/CMakeLists.txt
--- old/mailcommon-24.05.1/CMakeLists.txt       2024-06-10 05:39:19.000000000 
+0200
+++ new/mailcommon-24.05.2/CMakeLists.txt       2024-06-23 05:05:04.000000000 
+0200
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: CC0-1.0
 # SPDX-FileCopyrightText: none
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.1.1")
+set(PIM_VERSION "6.1.2")
 
 project(mailcommon VERSION ${PIM_VERSION})
 
@@ -34,17 +34,17 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "6.1.1")
-set(AKONADICONTACT_LIB_VERSION "6.1.1")
-set(MESSAGELIB_LIB_VERSION "6.1.1")
-set(KMIME_LIB_VERSION "6.1.1")
-set(KMAILTRANSPORT_LIB_VERSION "6.1.1")
-set(MAILIMPORTER_LIB_VERSION "6.1.1")
-set(LIBKDEPIM_LIB_VERSION "6.1.1")
-set(PIMCOMMON_LIB_VERSION "6.1.1")
+set(AKONADIMIME_LIB_VERSION "6.1.2")
+set(AKONADICONTACT_LIB_VERSION "6.1.2")
+set(MESSAGELIB_LIB_VERSION "6.1.2")
+set(KMIME_LIB_VERSION "6.1.2")
+set(KMAILTRANSPORT_LIB_VERSION "6.1.2")
+set(MAILIMPORTER_LIB_VERSION "6.1.2")
+set(LIBKDEPIM_LIB_VERSION "6.1.2")
+set(PIMCOMMON_LIB_VERSION "6.1.2")
 
 set(PHONON_LIB_VERSION "4.11.1")
-set(AKONADI_VERSION "6.1.1")
+set(AKONADI_VERSION "6.1.2")
 set(KTEXTADDONS_MIN_VERSION "1.5.4")
 
 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Xml)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/po/ar/libmailcommon6.po 
new/mailcommon-24.05.2/po/ar/libmailcommon6.po
--- old/mailcommon-24.05.1/po/ar/libmailcommon6.po      2024-06-10 
05:39:19.000000000 +0200
+++ new/mailcommon-24.05.2/po/ar/libmailcommon6.po      2024-06-23 
05:05:04.000000000 +0200
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #: collectionpage/collectionexpirypage.cpp:23
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/po/cs/libmailcommon6.po 
new/mailcommon-24.05.2/po/cs/libmailcommon6.po
--- old/mailcommon-24.05.1/po/cs/libmailcommon6.po      2024-06-10 
05:39:19.000000000 +0200
+++ new/mailcommon-24.05.2/po/cs/libmailcommon6.po      2024-06-23 
05:05:04.000000000 +0200
@@ -3,7 +3,7 @@
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012.
 # SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2023 Vít Pelčák <[email protected]>
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
-# Vit Pelcak <[email protected]>, 2021, 2022.
+# SPDX-FileCopyrightText: 2021, 2022, 2024 Vit Pelcak <[email protected]>
 #
 msgid ""
 msgstr ""
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 23.08.1\n"
+"X-Generator: Lokalize 24.02.2\n"
 
 #: collectionpage/collectionexpirypage.cpp:23
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/po/pl/libmailcommon6.po 
new/mailcommon-24.05.2/po/pl/libmailcommon6.po
--- old/mailcommon-24.05.1/po/pl/libmailcommon6.po      2024-06-10 
05:39:19.000000000 +0200
+++ new/mailcommon-24.05.2/po/pl/libmailcommon6.po      2024-06-23 
05:05:04.000000000 +0200
@@ -14,7 +14,7 @@
 "Project-Id-Version: kmail\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-12 00:38+0000\n"
-"PO-Revision-Date: 2024-05-12 08:58+0200\n"
+"PO-Revision-Date: 2024-06-22 08:23+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -23,6 +23,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #: collectionpage/collectionexpirypage.cpp:23
 #, kde-format
@@ -232,7 +233,7 @@
 #: collectionpage/collectiontemplateswidget.cpp:42
 #, kde-format
 msgid "&Copy Global Templates"
-msgstr "S&kopiuj szablony globalne"
+msgstr "S&kopiuj wzorce globalne"
 
 #: collectionpage/collectionviewwidget.cpp:27
 #, kde-format
@@ -738,7 +739,7 @@
 #: filter/filteractions/filteractionrewriteheader.cpp:121
 #, kde-format
 msgid "With:"
-msgstr "przez:"
+msgstr "Przez:"
 
 #: filter/filteractions/filteractionsendfakedisposition.cpp:28
 #, kde-format
@@ -1262,7 +1263,7 @@
 #: filter/kmfilterdialog.cpp:287
 #, kde-format
 msgid "Run selected filter(s) on: "
-msgstr "Odfiltruj wybranymi filtrami katalog: "
+msgstr "Wykonaj zaznaczony filtr(y) na: "
 
 #: filter/kmfilterdialog.cpp:293
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/po/ta/libmailcommon6.po 
new/mailcommon-24.05.2/po/ta/libmailcommon6.po
--- old/mailcommon-24.05.1/po/ta/libmailcommon6.po      2024-06-10 
05:39:19.000000000 +0200
+++ new/mailcommon-24.05.2/po/ta/libmailcommon6.po      2024-06-23 
05:05:04.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: mailcommon\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-12 00:38+0000\n"
-"PO-Revision-Date: 2024-05-19 17:26+0530\n"
+"PO-Revision-Date: 2024-06-20 21:50+0530\n"
 "Last-Translator: Kishore G <[email protected]>\n"
 "Language-Team: Tamil <[email protected]>\n"
 "Language: ta\n"
@@ -15,7 +15,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 24.02.2\n"
+"X-Generator: Lokalize 24.05.1\n"
 
 #: collectionpage/collectionexpirypage.cpp:23
 #, kde-format
@@ -78,7 +78,7 @@
 #: collectionpage/collectionexpirywidget.cpp:173
 #, kde-format
 msgid "No Folder Selected"
-msgstr ""
+msgstr "எந்த அடைவும் 
தேர்ந்தெடுக்கப்படவில்லை"
 
 #: collectionpage/collectionexpirywidget.cpp:187
 #, kde-format
@@ -97,18 +97,18 @@
 #, kde-format
 msgctxt "@title:tab General settings for a folder."
 msgid "General"
-msgstr ""
+msgstr "பொதுவானவை"
 
 #: collectionpage/collectiongeneralpage.cpp:65
 #, kde-format
 msgctxt "@label:textbox Name of the folder."
 msgid "Folder &Name:"
-msgstr ""
+msgstr "&அடைவின் பெயர்:"
 
 #: collectionpage/collectiongeneralpage.cpp:110
 #, kde-format
 msgid "Share unread state with all users"
-msgstr ""
+msgstr "படிக்காத நிலை அனைத்து 
பயனர்களுக்கும் பொதுவானது"
 
 #: collectionpage/collectiongeneralpage.cpp:113
 #, kde-format
@@ -128,7 +128,7 @@
 #: collectionpage/collectiongeneralwidget.cpp:25
 #, kde-format
 msgid "Act on new/unread mail in this folder"
-msgstr ""
+msgstr "இந்த அடைவிலுள்ள 
படிக்காத/படித்த அஞ்சல்களை 
கையாள்"
 
 #: collectionpage/collectiongeneralwidget.cpp:27
 #, kde-format
@@ -145,7 +145,7 @@
 #: collectionpage/collectiongeneralwidget.cpp:38
 #, kde-format
 msgid "Keep replies in this folder"
-msgstr ""
+msgstr "பதில்களை இந்த அடைவிலேயே 
வைத்திரு"
 
 #: collectionpage/collectiongeneralwidget.cpp:40
 #, kde-format
@@ -158,7 +158,7 @@
 #: collectionpage/collectiongeneralwidget.cpp:46
 #, kde-format
 msgid "Hide this folder in the folder selection dialog"
-msgstr ""
+msgstr "அடைவுத்தேர்வு சாளரத்தில் 
இந்த அடைவை மறை"
 
 #: collectionpage/collectiongeneralwidget.cpp:48
 #, kde-kuit-format
@@ -171,7 +171,7 @@
 #: collectionpage/collectiongeneralwidget.cpp:54
 #, kde-format
 msgid "Use &default identity"
-msgstr ""
+msgstr "&இயல்பிருப்பு அ
டையாளத்தைப் பயன்படுத்து"
 
 #: collectionpage/collectiongeneralwidget.cpp:64
 #, kde-format
@@ -186,17 +186,17 @@
 #: collectionpage/collectiongeneralwidget.cpp:70
 #, kde-format
 msgid "&Sender identity:"
-msgstr ""
+msgstr "அ&னுப்புநர் அடையாளம்:"
 
 #: collectionpage/collectiontemplateswidget.cpp:20
 #, kde-format
 msgid "&Use custom message templates in this folder"
-msgstr ""
+msgstr "இந்த அடைவிற்கு தனிப்பட்ட 
வார்ப்புருக்களை பயன்படுத்து"
 
 #: collectionpage/collectiontemplateswidget.cpp:42
 #, kde-format
 msgid "&Copy Global Templates"
-msgstr ""
+msgstr "&பொதுவான வார்ப்புருகளை 
நகலெடு"
 
 #: collectionpage/collectionviewwidget.cpp:27
 #, kde-format
@@ -211,17 +211,17 @@
 #: collectionpage/collectionviewwidget.cpp:31
 #, kde-format
 msgid "Prefer HTML to text"
-msgstr ""
+msgstr "வெறும் உரையை காட்டிலும் 
HTML-ஐ விரும்பு"
 
 #: collectionpage/collectionviewwidget.cpp:32
 #, kde-format
 msgid "Prefer text to HTML"
-msgstr ""
+msgstr "HTML-ஐ காட்டிலும் வெறும் 
உரையை விரும்பு"
 
 #: collectionpage/collectionviewwidget.cpp:33
 #, kde-format
 msgid "Use Global Settings"
-msgstr ""
+msgstr "பொதுவான அமைப்புகளைப் 
பயன்படுத்து"
 
 #: collectionpage/collectionviewwidget.cpp:40
 #, kde-format
@@ -232,35 +232,35 @@
 #, kde-format
 msgctxt "@item:inlistbox Show default value."
 msgid "Default"
-msgstr ""
+msgstr "இயல்பிருப்பு"
 
 #: collectionpage/collectionviewwidget.cpp:44
 #, kde-format
 msgctxt "@item:inlistbox Show sender."
 msgid "Sender"
-msgstr ""
+msgstr "அனுப்புநர்"
 
 #: collectionpage/collectionviewwidget.cpp:45
 #, kde-format
 msgctxt "@item:inlistbox Show receiver."
 msgid "Receiver"
-msgstr ""
+msgstr "பெறுநர்"
 
 #: collectionpage/collectionviewwidget.cpp:46
 #, kde-format
 msgid "Sho&w column:"
-msgstr ""
+msgstr "'&நெடுவரிசையை காட்டு "
 
 #: collectionpage/collectionviewwidget.cpp:85
 #, kde-format
 msgid "Message format:"
-msgstr ""
+msgstr "அஞ்சல் வடிவம்:"
 
 #: filter/dialog/filteractionmissingaccountdialog.cpp:33
 #, kde-format
 msgctxt "@title:window"
 msgid "Select Account"
-msgstr ""
+msgstr "கணக்கைத் தேர்ந்தெடுப்பது"
 
 #: filter/dialog/filteractionmissingaccountdialog.cpp:39
 #, kde-format
@@ -273,7 +273,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Select Folder"
-msgstr ""
+msgstr "அடைவை தேர்வு செய்தல்"
 
 #: filter/dialog/filteractionmissingfolderdialog.cpp:41
 #, kde-format
@@ -283,12 +283,12 @@
 #: filter/dialog/filteractionmissingfolderdialog.cpp:46
 #, kde-format
 msgid "The following folders can be used for this filter:"
-msgstr ""
+msgstr "இந்த வடிகட்டிக்கு 
பின்வரும் அடைவுகள் 
பயன்படுத்தப்படலாம்:"
 
 #: filter/dialog/filteractionmissingfolderdialog.cpp:67
 #, kde-format
 msgid "Please select a folder:"
-msgstr ""
+msgstr "அடைவைத் 
தேர்ந்தெடுக்கவும்:"
 
 #: filter/dialog/filteractionmissingfolderdialog.cpp:70
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-24.05.1/po/zh_CN/libmailcommon6.po 
new/mailcommon-24.05.2/po/zh_CN/libmailcommon6.po
--- old/mailcommon-24.05.1/po/zh_CN/libmailcommon6.po   2024-06-10 
05:39:19.000000000 +0200
+++ new/mailcommon-24.05.2/po/zh_CN/libmailcommon6.po   2024-06-23 
05:05:04.000000000 +0200
@@ -40,7 +40,7 @@
 #: collectionpage/collectionexpirywidget.cpp:66
 #, kde-format
 msgid "Save Settings and Expire Now"
-msgstr "保存设置并立即到期"
+msgstr ""
 
 #: collectionpage/collectionexpirywidget.cpp:67
 #, kde-format
@@ -953,12 +953,12 @@
 #: filter/filterselectiondialog.cpp:29
 #, kde-format
 msgid "Select All"
-msgstr "全部选中"
+msgstr ""
 
 #: filter/filterselectiondialog.cpp:30
 #, kde-format
 msgid "Unselect All"
-msgstr "全部不选"
+msgstr ""
 
 #: filter/filterselectiondialog.cpp:34
 #, kde-format
@@ -1193,7 +1193,7 @@
 #: filter/kmfilterdialog.cpp:293
 #, kde-format
 msgid "Run Now"
-msgstr "现在运行"
+msgstr ""
 
 #: filter/kmfilterdialog.cpp:419
 #, kde-format

Reply via email to