5 Commits

6 changed files with 36 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d59f8be954d23ac4b9f3ed28bcc5a22e8aaebeadf51c2834499b7694ca90ce1c
size 152820

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmhjyMQACgkQEZaMRJKM
rvy+Hgf/eb0TrBA3gNiZJroHtgPqpMVq/EvxCUIXM6e6a3pFkGMfJRYFir8CjH6e
TbLALLu7pIBILTDWFuYtmpcHNTOaVOvSyoHudhKHAbiRfDY5I2soLspxfgBNAP9H
/WpbBeonhDK8irq9R1932q5SzJ4p6ZJJ2WOL/IV667iVzBYq4SK/dbRXBzMu7uPw
vmlfXoz5Rztfw1rR6UQC3rnbDfarQLZzu2O8q53SiSOfxxZaTv3BcZSMsXUBTZRB
5H3KHt0gLUmaI6eaRnI8k5OtvouZWGUe/gAKAsU3MGobFsDHUvCHCjo4+IhsZz9p
zER3sV6CBxyqtwlvk5805uE52Lyuow==
=WM5R
-----END PGP SIGNATURE-----

3
kpipewire-6.4.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:097f9971580cc7ce3bd89e73ced7606e3978347bd44131d6744fe02d8a1b3ea6
size 153612

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0HvYZixWyykbMW6y9WdWBcdOAs8FAmiR4dgACgkQ9WdWBcdO
As9epQf8DVLMZ0vMTJLb37LOGXIVxm7GABZkDMYbqnvHYcTj/ahEa3zxTC802F8p
cw4mSMNkcyiwYC87S8VI9FXaPKt8mi2QPboXmNYAdMHGo6k6J65BF7cpUFQHv7LD
8ni++FHGpHP7RC+IhQ29bq5DoLEGFkXWU6J+Dtl1x04RIcxt8nUram+LHfYp3AMV
L+jFB+WqrFV2r6/XyvKDGaGqRgdWqgRoMidH6RPayIk3KWxaaEg5pX3mJWmXiahz
ECgDqCHWPE5mQkUrxRQ3ccCaL1YYi7jKN96jlZLAWLiXkib6rniI3eqXaOqLYxgl
YcgtJh7gqEqn4Gwaeu0EKNQJe4pVJw==
=jc0x
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 6 13:29:50 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.4.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.4.4
- Changes since 6.4.3:
* Update version for new release 6.4.4
-------------------------------------------------------------------
Tue Jul 15 10:57:49 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.4.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.4.3
- Changes since 6.4.2:
* Update version for new release 6.4.3
* Declare QtOpenGL dependency
-------------------------------------------------------------------
Tue Jul 1 13:10:58 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package kpipewire6
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kpipewire6
Version: 6.4.2
Version: 6.4.4
Release: 0
Summary: PipeWire integration for KDE Plasma
License: LGPL-2.0-only AND LGPL-3.0-only
@@ -45,6 +45,7 @@ BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KWayland) >= %{_plasma6_version}
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6OpenGL) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6QuickTest) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}