Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2023-02-24 18:07:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkscreen2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkscreen2.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkscreen2"

Fri Feb 24 18:07:06 2023 rev:152 rq:1067236 version:5.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2023-02-13 
16:41:55.923733428 +0100
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new.31432/libkscreen2.changes       
2023-02-24 18:07:14.629096453 +0100
@@ -1,0 +2,10 @@
+Tue Feb 21 14:09:20 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.1
+- Changes since 5.27.0:
+  * Fix potential crash setting new configs (kde#464590)
+
+-------------------------------------------------------------------

Old:
----
  libkscreen-5.27.0.tar.xz
  libkscreen-5.27.0.tar.xz.sig

New:
----
  libkscreen-5.27.1.tar.xz
  libkscreen-5.27.1.tar.xz.sig

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

Other differences:
------------------
++++++ libkscreen2.spec ++++++
--- /var/tmp/diff_new_pack.mAoKDw/_old  2023-02-24 18:07:15.521101769 +0100
+++ /var/tmp/diff_new_pack.mAoKDw/_new  2023-02-24 18:07:15.525101793 +0100
@@ -20,7 +20,7 @@
 %define sover   8
 %define lname   libKF5Screen%{sover}
 Name:           libkscreen2
-Version:        5.27.0
+Version:        5.27.1
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -30,9 +30,9 @@
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         libkscreen-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz
 %if %{with released}
-Source1:        libkscreen-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16

++++++ libkscreen-5.27.0.tar.xz -> libkscreen-5.27.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.27.0/CMakeLists.txt 
new/libkscreen-5.27.1/CMakeLists.txt
--- old/libkscreen-5.27.0/CMakeLists.txt        2023-02-09 13:16:51.000000000 
+0100
+++ new/libkscreen-5.27.1/CMakeLists.txt        2023-02-21 12:40:18.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.27.0")
+set(PROJECT_VERSION "5.27.1")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.102.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.27.0/poqm/cs/libkscreen5_qt.po 
new/libkscreen-5.27.1/poqm/cs/libkscreen5_qt.po
--- old/libkscreen-5.27.0/poqm/cs/libkscreen5_qt.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/libkscreen-5.27.1/poqm/cs/libkscreen5_qt.po     2023-02-21 
12:40:18.000000000 +0100
@@ -0,0 +1,44 @@
+# Vit Pelcak <[email protected]>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2023-02-10 14:48+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
+"Language-Team: Czech <[email protected]>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"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 22.12.2\n"
+"X-Qt-Contexts: true\n"
+
+#: getconfigoperation.cpp:62
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Nepovedlo se připravit podpůrnou vrstvu"
+
+#: getconfigoperation.cpp:87
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr ""
+
+#: getconfigoperation.cpp:99
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Backend invalidated"
+msgstr ""
+
+#: setconfigoperation.cpp:58
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Nepovedlo se připravit podpůrnou vrstvu"
+
+#: setconfigoperation.cpp:65
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to serialize request"
+msgstr ""
+
+#: setconfigoperation.cpp:89
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.27.0/poqm/pt_BR/libkscreen5_qt.po 
new/libkscreen-5.27.1/poqm/pt_BR/libkscreen5_qt.po
--- old/libkscreen-5.27.0/poqm/pt_BR/libkscreen5_qt.po  1970-01-01 
01:00:00.000000000 +0100
+++ new/libkscreen-5.27.1/poqm/pt_BR/libkscreen5_qt.po  2023-02-21 
12:40:18.000000000 +0100
@@ -0,0 +1,44 @@
+# Luiz Fernando Ranghetti <[email protected]>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2023-02-14 09:17-0300\n"
+"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
+"Language-Team: Portuguese <[email protected]>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 21.12.3\n"
+
+#: getconfigoperation.cpp:62
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Falha ao preparar a infraestrutura"
+
+#: getconfigoperation.cpp:87
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr "Falha ao desserializar a resposta da infraestrutura"
+
+#: getconfigoperation.cpp:99
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Backend invalidated"
+msgstr "Infraestrutura invalidada"
+
+#: setconfigoperation.cpp:58
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Falha ao preparar a infraestrutura"
+
+#: setconfigoperation.cpp:65
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to serialize request"
+msgstr "Falha ao serializar a solicitação"
+
+#: setconfigoperation.cpp:89
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr "Falha ao desserializar a resposta da infraestrutura"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.27.0/poqm/zh_CN/libkscreen5_qt.po 
new/libkscreen-5.27.1/poqm/zh_CN/libkscreen5_qt.po
--- old/libkscreen-5.27.0/poqm/zh_CN/libkscreen5_qt.po  2023-02-09 
13:16:51.000000000 +0100
+++ new/libkscreen-5.27.1/poqm/zh_CN/libkscreen5_qt.po  2023-02-21 
12:40:18.000000000 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-02-07 11:06\n"
+"PO-Revision-Date: 2023-02-15 11:08\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.27.0/src/setconfigoperation.cpp 
new/libkscreen-5.27.1/src/setconfigoperation.cpp
--- old/libkscreen-5.27.0/src/setconfigoperation.cpp    2023-02-09 
13:16:51.000000000 +0100
+++ new/libkscreen-5.27.1/src/setconfigoperation.cpp    2023-02-21 
12:40:18.000000000 +0100
@@ -187,7 +187,7 @@
     if (!found && candidate) {
         qCDebug(KSCREEN) << "setting primary instead" << candidate;
         config->setPrimaryOutput(candidate);
-    } else {
+    } else if (primary) {
         // ensures all others are set to non-primary. It's OK if all outputs
         // are disabled and `primary` is essentially nullptr.
         config->setPrimaryOutput(primary);

Reply via email to