SHA256
1
0
forked from pool/wireplumber

Accepting request 1184890 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1184890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireplumber?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-07-02 16:15:31 +00:00 committed by Git OBS Bridge
commit e85f472bbc
6 changed files with 24 additions and 10 deletions

View File

@ -3,13 +3,13 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
<!--
<param name="revision">0.5.4</param>
<param name="revision">0.5.5</param>
<param name="versionformat">@PARENT_TAG@</param>
-->
<!--
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="changesgenerate">enable</param>
-->
<!--
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 2 08:14:44 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.5:
* Highlights:
- Hotfix release to address crashes in the Bluetooth HSP/HFP
autoswitch functionality that were side-effects of some
changes that were part of the role-based linking policy
(#682)
* Improvements:
- wpctl will now properly show a '*' in front of sink filters
when they are selected as the default sink (!660)
-------------------------------------------------------------------
Fri Jun 28 06:01:56 UTC 2024 - alarrosa@suse.com

View File

@ -1,4 +1,4 @@
name: wireplumber
version: 0.5.4+git2.96dc045
mtime: 1719502602
commit: 96dc04538210da6df121b064af8bd5e1c78e9d0a
version: 0.5.5
mtime: 1719587882
commit: 43e939c0e3c71ff0e6cc384cef901a50237f8144

View File

@ -22,7 +22,7 @@
%define sover 0
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
Name: wireplumber
Version: 0.5.4+git2.96dc045
Version: 0.5.5
Release: 0
Summary: Session / policy manager implementation for PipeWire
License: MIT
@ -150,6 +150,7 @@ Group: System/Shells
Requires: %{name} = %{version}
Requires: zsh
Supplements: (wireplumber and zsh)
BuildArch: noarch
%description zsh-completion
Optional dependency offering zsh completion for various wpctl parameters.