Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkscreen6 for openSUSE:Factory 
checked in at 2026-08-09 21:31:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkscreen6 (Old)
 and      /work/SRC/openSUSE:Factory/.libkscreen6.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkscreen6"

Sun Aug  9 21:31:02 2026 rev:46 rq:1369881 version:6.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkscreen6/libkscreen6.changes  2026-07-17 
01:37:08.968416867 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen6.new.16738/libkscreen6.changes       
2026-08-09 21:31:19.345962204 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 11:25:51 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.4:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.4
+- Changes since 6.7.3:
+  * Remove unused maxPriority variable in adjustPriorities()
+  * fix: emit edrPolicyChanged() instead of getter in setEdrPolicy()
+  * Update version for new release 6.7.4
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libkscreen6.spec ++++++
--- /var/tmp/diff_new_pack.EqhLnV/_old  2026-08-09 21:31:19.997984330 +0200
+++ /var/tmp/diff_new_pack.EqhLnV/_new  2026-08-09 21:31:19.997984330 +0200
@@ -23,7 +23,7 @@
 %define rname libkscreen
 %define sover   8
 Name:           libkscreen6
-Version:        6.7.3
+Version:        6.7.4
 Release:        0
 # Full Plasma 6 version (e.g. 6.0.0)
 %{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}

++++++ libkscreen-6.7.3.tar.xz -> libkscreen-6.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-6.7.3/CMakeLists.txt 
new/libkscreen-6.7.4/CMakeLists.txt
--- old/libkscreen-6.7.3/CMakeLists.txt 2026-07-14 12:56:53.000000000 +0200
+++ new/libkscreen-6.7.4/CMakeLists.txt 2026-08-04 11:22:34.000000000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(libkscreen)
-set(PROJECT_VERSION "6.7.3")
+set(PROJECT_VERSION "6.7.4")
 
 set(QT_MIN_VERSION "6.10.0")
 set(KF6_MIN_VERSION "6.26.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-6.7.3/poqm/nb/libkscreen6_qt.po 
new/libkscreen-6.7.4/poqm/nb/libkscreen6_qt.po
--- old/libkscreen-6.7.3/poqm/nb/libkscreen6_qt.po      2026-07-14 
12:56:53.000000000 +0200
+++ new/libkscreen-6.7.4/poqm/nb/libkscreen6_qt.po      2026-08-04 
11:22:34.000000000 +0200
@@ -1,5 +1,6 @@
 # Translation of libkscreen6_qt to Norwegian Bokmål
 #
+# Martin Hansen <[email protected]>, 2025.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-6.7.3/src/config.cpp 
new/libkscreen-6.7.4/src/config.cpp
--- old/libkscreen-6.7.3/src/config.cpp 2026-07-14 12:56:53.000000000 +0200
+++ new/libkscreen-6.7.4/src/config.cpp 2026-08-04 11:22:34.000000000 +0200
@@ -352,14 +352,9 @@
 {
     // we need specifically tree-based QMap for this
     QMap<uint32_t, QList<OutputPtr>> multimap;
-    uint32_t maxPriority = 0;
     bool found = false;
 
     for (const OutputPtr &output : d->outputs) {
-        maxPriority = std::max(maxPriority, output->priority());
-    }
-
-    for (const OutputPtr &output : d->outputs) {
         if (keep.has_value() && keep.value() == output) {
             found = true;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-6.7.3/src/output.cpp 
new/libkscreen-6.7.4/src/output.cpp
--- old/libkscreen-6.7.3/src/output.cpp 2026-07-14 12:56:53.000000000 +0200
+++ new/libkscreen-6.7.4/src/output.cpp 2026-08-04 11:22:34.000000000 +0200
@@ -1058,7 +1058,7 @@
 {
     if (d->edrPolicy != policy) {
         d->edrPolicy = policy;
-        Q_EMIT edrPolicy();
+        Q_EMIT edrPolicyChanged();
     }
 }
 

Reply via email to