Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2023-03-12 16:23:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlgui.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlgui"

Sun Mar 12 16:23:45 2023 rev:116 rq:1070922 version:5.104.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2023-02-13 
16:41:03.443404402 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new.31432/kxmlgui.changes       
2023-03-12 16:25:44.277159003 +0100
@@ -1,0 +2,10 @@
+Mon Mar  6 09:08:06 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.104.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.104.0
+- Changes since 5.103.0:
+  * Fix testAutoSaveSettings
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.103.0.tar.xz
  kxmlgui-5.103.0.tar.xz.sig

New:
----
  kxmlgui-5.104.0.tar.xz
  kxmlgui-5.104.0.tar.xz.sig

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.8quA1X/_old  2023-03-12 16:25:44.781161223 +0100
+++ /var/tmp/diff_new_pack.8quA1X/_new  2023-03-12 16:25:44.785161240 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5XmlGui5
-%define _tar_path 5.103
+%define _tar_path 5.104
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kxmlgui
-Version:        5.103.0
+Version:        5.104.0
 Release:        0
 Summary:        Framework for managing menu and toolbar actions
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kxmlgui-5.103.0.tar.xz -> kxmlgui-5.104.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/CMakeLists.txt 
new/kxmlgui-5.104.0/CMakeLists.txt
--- old/kxmlgui-5.103.0/CMakeLists.txt  2023-02-05 10:27:23.000000000 +0100
+++ new/kxmlgui-5.104.0/CMakeLists.txt  2023-03-04 11:09:31.000000000 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.103.0") # handled by release scripts
-set(KF_DEP_VERSION "5.103.0") # handled by release scripts
+set(KF_VERSION "5.104.0") # handled by release scripts
+set(KF_DEP_VERSION "5.104.0") # handled by release scripts
 project(KXmlGui VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.103.0  NO_MODULE)
+find_package(ECM 5.104.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/autotests/kmainwindow_unittest.cpp 
new/kxmlgui-5.104.0/autotests/kmainwindow_unittest.cpp
--- old/kxmlgui-5.103.0/autotests/kmainwindow_unittest.cpp      2023-02-05 
10:27:23.000000000 +0100
+++ new/kxmlgui-5.104.0/autotests/kmainwindow_unittest.cpp      2023-03-04 
11:09:31.000000000 +0100
@@ -209,7 +209,7 @@
                     return key.contains(keyToCheck);
                 });
             };
-            return containsKey(QLatin1String(" Width ")) && 
containsKey(QLatin1String(" Height "));
+            return containsKey(QLatin1String("Width")) && 
containsKey(QLatin1String("Height"));
         };
         QTRY_VERIFY(hasWidthAndHightSaved(mw.stateConfigGroup().keyList()));
         
QTRY_VERIFY(!hasWidthAndHightSaved(mw.autoSaveConfigGroup().keyList()));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/po/ko/kxmlgui5.po 
new/kxmlgui-5.104.0/po/ko/kxmlgui5.po
--- old/kxmlgui-5.103.0/po/ko/kxmlgui5.po       2023-02-05 10:27:23.000000000 
+0100
+++ new/kxmlgui-5.104.0/po/ko/kxmlgui5.po       2023-03-04 11:09:31.000000000 
+0100
@@ -1,14 +1,14 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <cho.sung...@gmail.com>, 2007.
-# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-21 00:55+0000\n"
-"PO-Revision-Date: 2022-07-13 12:26+0200\n"
+"PO-Revision-Date: 2023-03-01 00:28+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -1011,12 +1011,12 @@
 #, kde-format
 msgctxt "@title:group"
 msgid "Shortcut Schemes"
-msgstr "단축키 배열"
+msgstr "단축키 구성표"
 
 #: kshortcutschemeseditor.cpp:37
 #, kde-format
 msgid "Current scheme:"
-msgstr "현재 배열:"
+msgstr "현재 구성표:"
 
 #: kshortcutschemeseditor.cpp:47
 #, kde-format
@@ -1040,40 +1040,40 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Save shortcuts to scheme"
-msgstr "단축키 배열 저장"
+msgstr "단축키를 구성표로 저장"
 
 #: kshortcutschemeseditor.cpp:62
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Export Scheme..."
-msgstr "배열 내보내기..."
+msgstr "구성표 내보내기..."
 
 #: kshortcutschemeseditor.cpp:66
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "Import Scheme..."
-msgstr "배열 가져오기..."
+msgstr "구성표 가져오기..."
 
 #: kshortcutschemeseditor.cpp:115
 #, kde-format
 msgctxt "@title:window"
 msgid "Name for New Scheme"
-msgstr "새 배열의 이름"
+msgstr "새 구성표의 이름"
 
 #: kshortcutschemeseditor.cpp:115
 #, kde-format
 msgid "Name for new scheme:"
-msgstr "새 배열의 이름:"
+msgstr "새 구성표의 이름:"
 
 #: kshortcutschemeseditor.cpp:115
 #, kde-format
 msgid "New Scheme"
-msgstr "새 배열"
+msgstr "새 구성표"
 
 #: kshortcutschemeseditor.cpp:121
 #, kde-format
 msgid "A scheme with this name already exists."
-msgstr "같은 이름의 배열이 이미 있습니다."
+msgstr "같은 이름의 단축키 구성표가 이미 있습니다."
 
 #: kshortcutschemeseditor.cpp:151
 #, kde-format
@@ -1081,8 +1081,8 @@
 "Do you really want to delete the scheme %1?\n"
 "Note that this will not remove any system wide shortcut schemes."
 msgstr ""
-"배열 %1을(를) 삭제하시겠습니까?\n"
-"
시스템 전역 단축키 배열을 삭제하지는 않습니다."
+"단축키 구성표 %1을(를) 삭제하시겠습니까?\n"
+"
시스템 전역 단축키 구성표를 삭제하지는 않습니다."
 
 #: kshortcutschemeseditor.cpp:187
 #, kde-format
@@ -1104,12 +1104,12 @@
 #: kshortcutschemeseditor.cpp:209
 #, kde-format
 msgid "Shortcut scheme successfully saved."
-msgstr "단축키 배열을 저장했습니다."
+msgstr "단축키 구성표를 저장했습니다."
 
 #: kshortcutschemeseditor.cpp:212
 #, kde-format
 msgid "Error saving the shortcut scheme."
-msgstr "단축키 배열을 저장할 수 없습니다."
+msgstr "단축키 구성표를 저장할 수 없습니다."
 
 #: kshortcutsdialog.cpp:70
 #, kde-format
@@ -1117,13 +1117,13 @@
 "The current shortcut scheme is modified. Save before switching to the new "
 "one?"
 msgstr ""
-"현재 단축키 배열이 수정되었습니다. 새로운 것으로 
바꾸기 전에 저장하시겠습니"
+"현재 단축키 구성표가 수정되었습니다. 새로운 것으로 
바꾸기 전에 저장하시겠습니"
 "까?"
 
 #: kshortcutsdialog.cpp:124
 #, kde-format
 msgid "Manage &Schemes"
-msgstr "배열 관리(&S)"
+msgstr "구성표 관리(&S)"
 
 #: kshortcutsdialog.cpp:149
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/po/pl/kxmlgui5.po 
new/kxmlgui-5.104.0/po/pl/kxmlgui5.po
--- old/kxmlgui-5.103.0/po/pl/kxmlgui5.po       2023-02-05 10:27:23.000000000 
+0100
+++ new/kxmlgui-5.104.0/po/pl/kxmlgui5.po       2023-03-04 11:09:31.000000000 
+0100
@@ -11,13 +11,13 @@
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Michal Rudolf <mic...@rudolf.waw.pl>, 2010.
 # Artur Chłond <eugenewo...@o2.pl>, 2010.
-# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022.
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-21 00:55+0000\n"
-"PO-Revision-Date: 2022-07-31 09:00+0200\n"
+"PO-Revision-Date: 2023-02-18 09:32+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
@@ -108,7 +108,7 @@
 ">\n"
 ">\n"
 ">\n"
-"X-Generator: Lokalize 22.03.70\n"
+"X-Generator: Lokalize 22.12.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -255,11 +255,10 @@
 "href=\"%3\">%3</a> for more information about the KDE community and the "
 "software we produce.</html>"
 msgstr ""
-"<html><b>KDE</b> jest światową siecią inżynierów oprogramowania, 
artystów, "
-"pisarzy, tłumaczy oraz osób wspomagających, którzy poświęcają się 
rozwojowi "
-"<a href=\"%1\">Wolnego Oprogramowania</a>. Społeczność ta stworzyła setki 
"
-"programów Wolnego Oprogramowania będących częścią szkieletów KDE, "
-"przestrzeni roboczych i aplikacji.<br /><br />KDE jest współpracującym "
+"<html><b>KDE</b> KDE społecznością, artystów, pisarzy programistów, 
tłumaczy "
+"oraz innych twórców, poświęcających się rozwojowi <a 
href=\"%1\">Wolnego "
+"Oprogramowania</a>. KDE tworzy środowisko pulpitu Plazmy, setki aplikacji i "
+"wiele bibliotek, które je wspierają.<br /><br />KDE jest współpracującym 
"
 "przedsiębiorstwem, w którym nie istnieje pojedynczy byt sterujący pracą 
lub "
 "produktami KDE przy wykluczeniu reszty. <a href=\"%2\">Uczestnictwo i "
 "współtworzenie</a> w KDE jest mile widziane w każdym przypadku, także w "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/po/se/kxmlgui5.po 
new/kxmlgui-5.104.0/po/se/kxmlgui5.po
--- old/kxmlgui-5.103.0/po/se/kxmlgui5.po       2023-02-05 10:27:23.000000000 
+0100
+++ new/kxmlgui-5.104.0/po/se/kxmlgui5.po       2023-03-04 11:09:31.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-10-16 00:43+0000\n"
+"POT-Creation-Date: 2023-01-21 00:55+0000\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <boe...@skolelinux.no>\n"
 "Language-Team: Northern Sami <l10n...@lister.huftis.org>\n"
@@ -148,9 +148,9 @@
 "hundreds of applications, and the many software libraries that support them."
 "<br /><br />KDE is a cooperative enterprise: no single entity controls its "
 "direction or products. Instead, we work together to achieve the common goal "
-"of building the world's finest Free Software. Everyone is welcome to <a href="
-"\"%2\">join and contribute</a> to KDE, including you.<br /><br />Visit <a "
-"href=\"%3\">%3</a> for more information about the KDE community and the "
+"of building the world's finest Free Software. Everyone is welcome to <a "
+"href=\"%2\">join and contribute</a> to KDE, including you.<br /><br />Visit "
+"<a href=\"%3\">%3</a> for more information about the KDE community and the "
 "software we produce.</html>"
 msgstr ""
 
@@ -1419,7 +1419,7 @@
 msgid "Toolbars Shown"
 msgstr "Čájehuvvon reaidoholggat"
 
-#: ktooltiphelper.cpp:203
+#: ktooltiphelper.cpp:215
 #, kde-format
 msgctxt ""
 "@info:tooltip %1 is the tooltip of an action, %2 is its keyboard shorcut"
@@ -1430,7 +1430,7 @@
 #. about the thing the tooltip was invoked for. If there is no good way to 
translate
 #. the message, translating "Press Shift to learn more." would also mostly fit 
what
 #. is supposed to be expressed here.
-#: ktooltiphelper.cpp:267
+#: ktooltiphelper.cpp:281
 #, kde-format
 msgctxt "@info:tooltip"
 msgid ""
@@ -1447,7 +1447,7 @@
 #.
 #. %1 can be any tooltip. <br/> produces a linebreak. The other things between 
< and > are
 #. styling information. The word "more" refers to "information".
-#: ktooltiphelper.cpp:281
+#: ktooltiphelper.cpp:295
 #, kde-format
 msgctxt "@info:tooltip keep short"
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.103.0/po/zh_CN/kxmlgui5.po 
new/kxmlgui-5.104.0/po/zh_CN/kxmlgui5.po
--- old/kxmlgui-5.103.0/po/zh_CN/kxmlgui5.po    2023-02-05 10:27:23.000000000 
+0100
+++ new/kxmlgui-5.104.0/po/zh_CN/kxmlgui5.po    2023-03-04 11:09:31.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-21 00:55+0000\n"
-"PO-Revision-Date: 2023-01-12 10:31\n"
+"PO-Revision-Date: 2023-02-24 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to