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"