import pulseaudio-14.0-1.el8

This commit is contained in:
CentOS Sources 2021-01-08 06:11:21 +00:00 committed by Andrew Lukoshko
parent cfc3558846
commit 9509a21fdd
5 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pulseaudio-13.99.1.tar.xz
SOURCES/pulseaudio-14.0.tar.xz

View File

@ -1 +1 @@
3a8f0c81694eb423f7f9ab5f2cb16f81c0ffceb5 SOURCES/pulseaudio-13.99.1.tar.xz
c37a8551993ed045b3fa55176c9d1df4d2ed17a1 SOURCES/pulseaudio-14.0.tar.xz

View File

@ -1 +0,0 @@
e6a111cc078e6039bf657a3fd1f73dc804c8ee362ca03a0732dc5c38c13e0a0c pulseaudio-13.99.1.tar.xz

View File

@ -0,0 +1 @@
a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261 pulseaudio-14.0.tar.xz

View File

@ -1,5 +1,5 @@
%global pa_major 13.99
%global pa_minor 1
%global pa_major 14.0
#global pa_minor 0
#global snap 20141103
#global gitrel 327
@ -111,6 +111,10 @@ Requires(pre): shadow-utils
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: rtkit
# Virtual Provides to support swapping between PipeWire-PA and PA
Provides: pulseaudio-daemon
Conflicts: pulseaudio-daemon
%description
PulseAudio is a sound server for Linux and other Unix like operating
systems. It is intended to be an improved drop-in replacement for the
@ -609,6 +613,12 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
%{_mandir}/man1/pax11publish.1*
%changelog
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 14.0-1
- Update to 14.0
- Add pulseaudio-daemon' Provides + Conflicts to support
swapping with PipeWire
- Resolves: rhbz#1906322
* Mon May 11 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-1
- Update to 13.99.1
- Resolves: rhbz#1817378