Script 'mail_helper' called by obssrc
Hello community,

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

Package is "plasma-framework"

Sun Mar 12 16:23:55 2023 rev:136 rq:1070927 version:5.104.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2023-02-13 16:41:12.719464433 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.31432/plasma-framework.changes 
    2023-03-12 16:25:55.381207903 +0100
@@ -1,0 +2,10 @@
+Mon Mar  6 09:08:08 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:
+  * PC3 menu: make interactive condition more robust
+
+-------------------------------------------------------------------

Old:
----
  plasma-framework-5.103.0.tar.xz
  plasma-framework-5.103.0.tar.xz.sig

New:
----
  plasma-framework-5.104.0.tar.xz
  plasma-framework-5.104.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.rRcEcP/_old  2023-03-12 16:25:56.021210721 +0100
+++ /var/tmp/diff_new_pack.rRcEcP/_new  2023-03-12 16:25:56.025210739 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Plasma5
-%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:           plasma-framework
-Version:        5.103.0
+Version:        5.104.0
 Release:        0
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later


++++++ plasma-framework-5.103.0.tar.xz -> plasma-framework-5.104.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/CMakeLists.txt 
new/plasma-framework-5.104.0/CMakeLists.txt
--- old/plasma-framework-5.103.0/CMakeLists.txt 2023-02-05 10:28:11.000000000 
+0100
+++ new/plasma-framework-5.104.0/CMakeLists.txt 2023-03-08 18:31:24.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(Plasma 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/plasma-framework-5.103.0/examples/applets/bugreport/metadata.json 
new/plasma-framework-5.104.0/examples/applets/bugreport/metadata.json
--- old/plasma-framework-5.103.0/examples/applets/bugreport/metadata.json       
2023-02-05 10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/examples/applets/bugreport/metadata.json       
2023-03-08 18:31:24.000000000 +0100
@@ -75,7 +75,7 @@
         "Name[bg]": "Бъг",
         "Name[ca@valencia]": "S'ha produït un error",
         "Name[ca]": "Error",
-        "Name[cs]": "Brouk",
+        "Name[cs]": "Chyba",
         "Name[en_GB]": "Bug",
         "Name[es]": "Fallo",
         "Name[eu]": "Akatsa",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.103.0/examples/developerguide/basic/metadata.json 
new/plasma-framework-5.104.0/examples/developerguide/basic/metadata.json
--- old/plasma-framework-5.103.0/examples/developerguide/basic/metadata.json    
2023-02-05 10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/examples/developerguide/basic/metadata.json    
2023-03-08 18:31:24.000000000 +0100
@@ -75,7 +75,7 @@
         "Name[bg]": "Бъг",
         "Name[ca@valencia]": "S'ha produït un error",
         "Name[ca]": "Error",
-        "Name[cs]": "Brouk",
+        "Name[cs]": "Chyba",
         "Name[en_GB]": "Bug",
         "Name[es]": "Fallo",
         "Name[eu]": "Akatsa",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/po/az/libplasma5.po 
new/plasma-framework-5.104.0/po/az/libplasma5.po
--- old/plasma-framework-5.103.0/po/az/libplasma5.po    2023-02-05 
10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/po/az/libplasma5.po    2023-03-08 
18:31:24.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-framework 
package.
 #
-# Xəyyam Qocayev <xxm...@gmail.com>, 2020, 2021, 2022.
+# Xəyyam Qocayev <xxm...@gmail.com>, 2020, 2021, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2022-07-25 17:18+0400\n"
+"PO-Revision-Date: 2023-02-19 15:12+0400\n"
 "Last-Translator: Kheyyam <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
 "Language: az\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 22.04.3\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
@@ -55,7 +55,7 @@
 #: declarativeimports/calendar/qml/MonthView.qml:257
 #, kde-format
 msgid "Previous Year"
-msgstr "Keşən İl"
+msgstr "Keçən İl"
 
 #: declarativeimports/calendar/qml/MonthView.qml:259
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/po/eu/libplasma5.po 
new/plasma-framework-5.104.0/po/eu/libplasma5.po
--- old/plasma-framework-5.103.0/po/eu/libplasma5.po    2023-02-05 
10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/po/eu/libplasma5.po    2023-03-08 
18:31:24.000000000 +0100
@@ -6,22 +6,22 @@
 #
 # Translators:
 # Osoitz <oelk...@gmail.com>, 2017.
-# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2017, 2018, 2019, 2020, 2021, 2022.
+# Iñigo Salvador Azurmendi <xa...@ni.eus>, 2017, 2018, 2019, 2020, 2021, 
2022, 2023.
 # Ander Elortondo <ander.e...@gmail.com>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-framework\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2022-07-27 19:21+0200\n"
+"PO-Revision-Date: 2023-03-05 18:51+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
-"Language-Team: Basque <kde-i18n...@kde.org>\n"
+"Language-Team: Basque\n"
 "Language: eu\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 22.04.3\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
@@ -525,7 +525,7 @@
 #, kde-format
 msgctxt "Error message, tried to start an invalid service"
 msgid "Invalid (null) service, can not perform any operations."
-msgstr "Zerbitzu baliogabea (nulua), ezin da ekintzarik burutu."
+msgstr "Zerbitzu baliogabea (nulua), ezin du ekintzarik burutu."
 
 #: plasmaquick/appletquickitem.cpp:609
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/po/ja/libplasma5.po 
new/plasma-framework-5.104.0/po/ja/libplasma5.po
--- old/plasma-framework-5.103.0/po/ja/libplasma5.po    2023-02-05 
10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/po/ja/libplasma5.po    2023-03-08 
18:31:24.000000000 +0100
@@ -1,14 +1,14 @@
 # Fuminobu Takeyama <ft...@geeko.jp>, 2016.
 # Tomohiro Hyakutake <tomh...@outlook.jp>, 2019.
-# Ryuichi Yamada <ryuichi_ya...@outlook.jp>, 2022.
+# Ryuichi Yamada <ryuichi_ya...@outlook.jp>, 2022, 2023.
 # Fumiaki Okushi <fumiaki.oku...@gmail.com>, 2011, 2016, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2022-08-13 21:39-0700\n"
-"Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
+"PO-Revision-Date: 2023-02-22 21:27+0900\n"
+"Last-Translator: Ryuichi Yamada <ryuichi_ya...@outlook.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
-"X-Generator: Lokalize 22.04.1\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
@@ -161,7 +161,7 @@
 #, kde-format
 msgctxt "%1 is the name of the applet"
 msgid "Remove %1"
-msgstr "%1 を削除"
+msgstr "%1を削除"
 
 #: plasma/containment.cpp:121 plasma/corona.cpp:406 plasma/corona.cpp:496
 #, kde-format
@@ -172,7 +172,7 @@
 #, kde-format
 msgctxt "%1 is the name of the applet"
 msgid "Configure %1..."
-msgstr "%1 を設定..."
+msgstr "%1を設定..."
 
 #: plasma/corona.cpp:355 plasma/corona.cpp:482
 #, kde-format
@@ -203,9 +203,10 @@
 "files are sparse files, so the maximum size may not be used. Setting a "
 "larger size is therefore often quite safe."
 msgstr ""
-"ディスク上のテーマキャッシュの最大サイズ(キロバイト)です。これらのファイルは"
-"スパースファイルなので、最大サイズまで使われないかもしれないことに注意してく"
-"だ
さい。したがって、より大きなサイズを設定するのが多くのå
 ´åˆã¨ã¦ã‚‚安全です。"
+"ディスク上のテーマキャッシュの最大サイズ 
(キロバイト) です。これらのファイル"
+"はスパースファイルなので、設定された最大サイズが使用されない可能性があること"
+"に注意してくだ
さい。したがって、より大きなサイズを設定することが、多くのå
 ´åˆ"
+"安全です。"
 
 #: plasma/packagestructure/packages.cpp:28
 #: plasma/packagestructure/packages.cpp:47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.103.0/po/pt_BR/docs/plasmapkg2/man-plasmapkg2.1.docbook 
new/plasma-framework-5.104.0/po/pt_BR/docs/plasmapkg2/man-plasmapkg2.1.docbook
--- 
old/plasma-framework-5.103.0/po/pt_BR/docs/plasmapkg2/man-plasmapkg2.1.docbook  
    2023-02-05 10:28:11.000000000 +0100
+++ 
new/plasma-framework-5.104.0/po/pt_BR/docs/plasmapkg2/man-plasmapkg2.1.docbook  
    2023-03-08 18:31:24.000000000 +0100
@@ -30,7 +30,7 @@
 >plasmapkg2</command
 ></refname>
 <refpurpose
->Instalar, listar e remover os pacotes do Plasma</refpurpose>
+>Instalar, listar e remover os pacotes do &plasma;</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
@@ -100,7 +100,7 @@
 <para
 >O <command
 >plasmapkg2</command
-> é uma ferramenta de linha de comando para instalar, listar e remover 
pacotes do Plasma.</para>
+> é uma ferramenta de linha de comando para instalar, listar e remover 
pacotes do &plasma;.</para>
 
 </refsect1>
 
@@ -245,9 +245,7 @@
 <para
 >Documentação do usuário mais detalhada está disponível em <ulink 
 >url="help:/plasma-desktop"
 >help:/plasma-desktop</ulink
-> (quer através deste <acronym
->URL</acronym
-> no &konqueror;, quer através do comando <userinput
+> (quer através deste &URL; no &konqueror;, quer através do comando 
<userinput
 ><command
 >khelpcenter</command
 > <parameter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/po/tr/libplasma5.po 
new/plasma-framework-5.104.0/po/tr/libplasma5.po
--- old/plasma-framework-5.103.0/po/tr/libplasma5.po    2023-02-05 
10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/po/tr/libplasma5.po    2023-03-08 
18:31:24.000000000 +0100
@@ -4,13 +4,13 @@
 # Volkan, 2013.
 # Volkan Gezer <volkange...@gmail.com>, 2013, 2014, 2015, 2017, 2022.
 # Kaan Ozdincer <kaanozdin...@gmail.com>, 2014.
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-06 00:44+0000\n"
-"PO-Revision-Date: 2022-07-25 12:48+0300\n"
+"PO-Revision-Date: 2023-02-11 10:40+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -18,7 +18,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.04.2\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: declarativeimports/calendar/eventdatadecorator.cpp:51
 #, kde-format
@@ -119,7 +119,7 @@
 #: declarativeimports/plasmaextracomponents/qml/BasicPlasmoidHeading.qml:80
 #, kde-format
 msgid "More actions"
-msgstr "Daha fazla eylem"
+msgstr "Daha Fazla Eylem"
 
 #: declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml:559
 #, kde-format
@@ -297,7 +297,7 @@
 #: plasma/packagestructure/plasma_theme_packagestructure.cpp:34
 #, kde-format
 msgid "Theme for the logout dialog"
-msgstr "Çıkış penceresi için tema"
+msgstr "Oturum kapatma iletişim kutusu için tema"
 
 #: plasma/packagestructure/plasma_theme_packagestructure.cpp:36
 #, kde-format
@@ -354,7 +354,7 @@
 #: plasma/packagestructure/plasma_theme_packagestructure.cpp:58
 #, kde-format
 msgid "Opaque theme for the logout dialog"
-msgstr "Çıkış penceresi için mat tema"
+msgstr "Oturum kapatma iletişim kutusu için mat tema"
 
 #: plasma/packagestructure/plasma_theme_packagestructure.cpp:60
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-framework-5.103.0/po/zh_CN/libplasma5.po 
new/plasma-framework-5.104.0/po/zh_CN/libplasma5.po
--- old/plasma-framework-5.103.0/po/zh_CN/libplasma5.po 2023-02-05 
10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/po/zh_CN/libplasma5.po 2023-03-08 
18:31:24.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-06 00:44+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"
@@ -91,7 +91,7 @@
 #: declarativeimports/calendar/qml/MonthView.qml:306
 #, kde-format
 msgid "Days"
-msgstr "天"
+msgstr "日"
 
 #: declarativeimports/calendar/qml/MonthView.qml:311
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.103.0/src/declarativeimports/core/windowthumbnail.cpp 
new/plasma-framework-5.104.0/src/declarativeimports/core/windowthumbnail.cpp
--- 
old/plasma-framework-5.103.0/src/declarativeimports/core/windowthumbnail.cpp    
    2023-02-05 10:28:11.000000000 +0100
+++ 
new/plasma-framework-5.104.0/src/declarativeimports/core/windowthumbnail.cpp    
    2023-03-08 18:31:24.000000000 +0100
@@ -233,7 +233,7 @@
 {
     QQuickWindow::RenderStage m_renderStage = QQuickWindow::NoStage;
     if (m_textureProvider) {
-        window()->scheduleRenderJob(new 
DiscardTextureProviderRunnable(m_textureProvider), m_renderStage);
+        window()->scheduleRenderJob(new 
DiscardTextureProviderRunnable(m_textureProvider), 
QQuickWindow::AfterSynchronizingStage);
         m_textureProvider = nullptr;
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.103.0/src/declarativeimports/plasmacomponents3/Menu.qml 
new/plasma-framework-5.104.0/src/declarativeimports/plasmacomponents3/Menu.qml
--- 
old/plasma-framework-5.103.0/src/declarativeimports/plasmacomponents3/Menu.qml  
    2023-02-05 10:28:11.000000000 +0100
+++ 
new/plasma-framework-5.104.0/src/declarativeimports/plasmacomponents3/Menu.qml  
    2023-03-08 18:31:24.000000000 +0100
@@ -5,6 +5,7 @@
 */
 
 import QtQuick 2.7
+import QtQuick.Window 2.15
 import QtQuick.Controls @QQC2_VERSION@
 import QtQuick.Templates @QQC2_VERSION@ as T
 import org.kde.plasma.core 2.0 as PlasmaCore
@@ -41,7 +42,7 @@
             return maxWidth;
         }
 
-        interactive: ApplicationWindow.window ? contentHeight > 
ApplicationWindow.window.height : false
+        interactive: Window.window ? contentHeight + control.topPadding + 
control.bottomPadding > Window.window.height : false
         clip: true
         currentIndex: control.currentIndex || 0
         keyNavigationEnabled: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-framework-5.103.0/src/plasmaquick/KF5PlasmaQuickConfig.cmake.in 
new/plasma-framework-5.104.0/src/plasmaquick/KF5PlasmaQuickConfig.cmake.in
--- old/plasma-framework-5.103.0/src/plasmaquick/KF5PlasmaQuickConfig.cmake.in  
2023-02-05 10:28:11.000000000 +0100
+++ new/plasma-framework-5.104.0/src/plasmaquick/KF5PlasmaQuickConfig.cmake.in  
2023-03-08 18:31:24.000000000 +0100
@@ -7,6 +7,7 @@
 set_and_check(PlasmaQuick_INCLUDE_DIR    "@PACKAGE_KDE_INSTALL_INCLUDEDIR_KF@")
 
 include(CMakeFindDependencyMacro)
+find_dependency(Qt5Quick "@REQUIRED_QT_VERSION@")
 find_dependency(KF5Plasma "@KF_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaQuickTargets.cmake")

Reply via email to