forked from pool/wireplumber
Accepting request 1132663 from home:XRevan86
- Update to version 0.4.17. OBS-URL: https://build.opensuse.org/request/show/1132663 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=64
This commit is contained in:
parent
e20b0c77c2
commit
85bf96cef9
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
<param name="url">https://gitlab.freedesktop.org/pipewire/wireplumber.git</param>
|
||||||
<param name="revision">refs/tags/0.4.16</param>
|
<param name="revision">refs/tags/0.4.17</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f35dcc4b0ce7313a748c3f8ba4280970f4eb90cb8e318ff1fe1cb9f5ba0bbf10
|
|
||||||
size 2200588
|
|
BIN
wireplumber-0.4.17.obscpio
(Stored with Git LFS)
Normal file
BIN
wireplumber-0.4.17.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 19:28:42 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 0.4.17:
|
||||||
|
* Fixes:
|
||||||
|
- Fix a reference counting issue in the object managers that
|
||||||
|
could cause crashes due to memory corruption.
|
||||||
|
- Fix an issue with filters linking to wrong targets, often
|
||||||
|
with two sets of links.
|
||||||
|
- Fix a crash in the endpoints policy that would show up when
|
||||||
|
log messages were enabled at level 3 or higher.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 26 11:02:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Sun Nov 26 11:02:03 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: wireplumber
|
name: wireplumber
|
||||||
version: 0.4.16
|
version: 0.4.17
|
||||||
mtime: 1700662802
|
mtime: 1701626719
|
||||||
commit: 0d249b8a13d7168fe54fa6eb1db1c4a5fcc8d3f8
|
commit: d3eb77b292655cef333a8f4cab4e861415bc37c2
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
%define libwireplumber libwireplumber-%{apiver_str}-%{sover}
|
||||||
Name: wireplumber
|
Name: wireplumber
|
||||||
Version: 0.4.16
|
Version: 0.4.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session / policy manager implementation for PipeWire
|
Summary: Session / policy manager implementation for PipeWire
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user