Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpipewire6 for openSUSE:Factory 
checked in at 2026-07-17 01:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpipewire6 (Old)
 and      /work/SRC/openSUSE:Factory/.kpipewire6.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpipewire6"

Fri Jul 17 01:35:52 2026 rev:47 rq:1365853 version:6.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpipewire6/kpipewire6.changes    2026-07-02 
20:09:32.129560183 +0200
+++ /work/SRC/openSUSE:Factory/.kpipewire6.new.24530/kpipewire6.changes 
2026-07-17 01:36:35.023272067 +0200
@@ -1,0 +2,10 @@
+Tue Jul 14 12:22:31 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.3:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.3
+- Changes since 6.7.2:
+  * Update version for new release 6.7.3
+  * Restore binary compatibility
+
+-------------------------------------------------------------------

Old:
----
  kpipewire-6.7.2.tar.xz
  kpipewire-6.7.2.tar.xz.sig

New:
----
  kpipewire-6.7.3.tar.xz
  kpipewire-6.7.3.tar.xz.sig

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

Other differences:
------------------
++++++ kpipewire6.spec ++++++
--- /var/tmp/diff_new_pack.afzBwb/_old  2026-07-17 01:36:36.027305929 +0200
+++ /var/tmp/diff_new_pack.afzBwb/_new  2026-07-17 01:36:36.031306064 +0200
@@ -27,7 +27,7 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kpipewire6
-Version:        6.7.2
+Version:        6.7.3
 Release:        0
 Summary:        PipeWire integration for KDE Plasma
 License:        LGPL-2.0-only AND LGPL-3.0-only

++++++ kpipewire-6.7.2.tar.xz -> kpipewire-6.7.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpipewire-6.7.2/CMakeLists.txt 
new/kpipewire-6.7.3/CMakeLists.txt
--- old/kpipewire-6.7.2/CMakeLists.txt  2026-06-30 14:30:22.000000000 +0200
+++ new/kpipewire-6.7.3/CMakeLists.txt  2026-07-14 12:55:21.000000000 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 project(KPipewire)
-set(PROJECT_VERSION "6.7.2")
+set(PROJECT_VERSION "6.7.3")
 string(REPLACE "." ";" VERSION_LIST ${PROJECT_VERSION})
 list(GET VERSION_LIST 0 PROJECT_VERSION_MAJOR)
 list(GET VERSION_LIST 1 PROJECT_VERSION_MINOR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpipewire-6.7.2/src/pipewiresourceitem.cpp 
new/kpipewire-6.7.3/src/pipewiresourceitem.cpp
--- old/kpipewire-6.7.2/src/pipewiresourceitem.cpp      2026-06-30 
14:30:22.000000000 +0200
+++ new/kpipewire-6.7.3/src/pipewiresourceitem.cpp      2026-07-14 
12:55:21.000000000 +0200
@@ -91,6 +91,14 @@
     QQuickItem::itemChange(change, data);
 }
 
+void PipeWireSourceItem::releaseResources()
+{
+}
+
+void PipeWireSourceItem::invalidateSceneGraph()
+{
+}
+
 void PipeWireSourceItem::setFd(uint fd)
 {
     if (fd == d->m_fd)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpipewire-6.7.2/src/pipewiresourceitem.h 
new/kpipewire-6.7.3/src/pipewiresourceitem.h
--- old/kpipewire-6.7.2/src/pipewiresourceitem.h        2026-06-30 
14:30:22.000000000 +0200
+++ new/kpipewire-6.7.3/src/pipewiresourceitem.h        2026-07-14 
12:55:21.000000000 +0200
@@ -104,11 +104,15 @@
     bool isReady() const;
 
     void componentComplete() override;
+    void releaseResources() override;
 
     StreamState state() const;
 
     [[nodiscard]] QRectF paintedRect() const;
 
+public Q_SLOTS:
+    void invalidateSceneGraph(); // called via metaobject from QQuickWindow
+
 Q_SIGNALS:
     void nodeIdChanged(uint nodeId);
     void fdChanged(uint fd);

Reply via email to