Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kscreen5 for openSUSE:Factory checked in at 2021-03-02 12:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kscreen5 (Old) and /work/SRC/openSUSE:Factory/.kscreen5.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kscreen5" Tue Mar 2 12:28:54 2021 rev:108 rq:875018 version:5.21.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes 2021-02-15 23:13:56.383184265 +0100 +++ /work/SRC/openSUSE:Factory/.kscreen5.new.2378/kscreen5.changes 2021-03-02 12:31:51.927640773 +0100 @@ -1,0 +2,10 @@ +Tue Feb 23 14:52:08 UTC 2021 - Fabian Vogt <[email protected]> + +- Update to 5.21.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.1 +- Changes since 5.21.0: + * [kded] Fix selecting OSD action by keyboard (kde#432481) + +------------------------------------------------------------------- Old: ---- kscreen-5.21.0.tar.xz kscreen-5.21.0.tar.xz.sig New: ---- kscreen-5.21.1.tar.xz kscreen-5.21.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kscreen5.spec ++++++ --- /var/tmp/diff_new_pack.RcbsU2/_old 2021-03-02 12:31:52.623641256 +0100 +++ /var/tmp/diff_new_pack.RcbsU2/_new 2021-03-02 12:31:52.623641256 +0100 @@ -20,7 +20,7 @@ %bcond_without lang Name: kscreen5 -Version: 5.21.0 +Version: 5.21.1 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} ++++++ kscreen-5.21.0.tar.xz -> kscreen-5.21.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.21.0/CMakeLists.txt new/kscreen-5.21.1/CMakeLists.txt --- old/kscreen-5.21.0/CMakeLists.txt 2021-02-11 13:05:22.000000000 +0100 +++ new/kscreen-5.21.1/CMakeLists.txt 2021-02-23 13:54:21.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(KScreen) -set(PROJECT_VERSION "5.21.0") +set(PROJECT_VERSION "5.21.1") set(KSCREEN_VERSION ${PROJECT_VERSION}) add_definitions("-DKSCREEN_VERSION=\"${KSCREEN_VERSION}\"") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.21.0/kded/qml/OsdSelector.qml new/kscreen-5.21.1/kded/qml/OsdSelector.qml --- old/kscreen-5.21.0/kded/qml/OsdSelector.qml 2021-02-11 13:04:55.000000000 +0100 +++ new/kscreen-5.21.1/kded/qml/OsdSelector.qml 2021-02-23 13:53:54.000000000 +0100 @@ -54,13 +54,15 @@ }) } delegate: PlasmaComponents.Button { + property int actionId: modelData.action + Accessible.name: modelData.label icon.name: modelData.iconSource icon.height: PlasmaCore.Units.gridUnit * 8 icon.width: PlasmaCore.Units.gridUnit * 8 - onClicked: root.clicked(modelData.action) + onClicked: root.clicked(actionId) onHoveredChanged: { actionRepeater.currentIndex = index } @@ -104,7 +106,7 @@ switch (event.key) { case Qt.Key_Return: case Qt.Key_Enter: - clicked(actionRepeater.itemAt(actionRepeater.currentIndex).action) + clicked(actionRepeater.itemAt(actionRepeater.currentIndex).actionId) break case Qt.Key_Right: move(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscreen-5.21.0/po/ia/kcm_kscreen.po new/kscreen-5.21.1/po/ia/kcm_kscreen.po --- old/kscreen-5.21.0/po/ia/kcm_kscreen.po 2021-02-11 13:05:07.000000000 +0100 +++ new/kscreen-5.21.1/po/ia/kcm_kscreen.po 2021-02-23 13:54:05.000000000 +0100 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Giovanni Sora <[email protected]>, 2016, 2020. +# Giovanni Sora <[email protected]>, 2016, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-30 10:09+0100\n" -"PO-Revision-Date: 2020-05-05 22:04+0100\n" +"PO-Revision-Date: 2021-02-22 23:30+0100\n" "Last-Translator: Giovanni Sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" "Language: ia\n" @@ -50,7 +50,7 @@ #: kcm.cpp:58 #, kde-format msgid "Developer" -msgstr "" +msgstr "Disveloppator" #: output_model.cpp:85 #, kde-format
