diff --git a/.gitignore b/.gitignore index 628571a..83307ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pulseaudio-13.99.1.tar.xz +SOURCES/pulseaudio-14.0.tar.xz diff --git a/.pulseaudio.metadata b/.pulseaudio.metadata index b853168..d2bbcd1 100644 --- a/.pulseaudio.metadata +++ b/.pulseaudio.metadata @@ -1 +1 @@ -3a8f0c81694eb423f7f9ab5f2cb16f81c0ffceb5 SOURCES/pulseaudio-13.99.1.tar.xz +c37a8551993ed045b3fa55176c9d1df4d2ed17a1 SOURCES/pulseaudio-14.0.tar.xz diff --git a/SOURCES/pulseaudio-13.99.1.tar.xz.sha256 b/SOURCES/pulseaudio-13.99.1.tar.xz.sha256 deleted file mode 100644 index 146d114..0000000 --- a/SOURCES/pulseaudio-13.99.1.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -e6a111cc078e6039bf657a3fd1f73dc804c8ee362ca03a0732dc5c38c13e0a0c pulseaudio-13.99.1.tar.xz diff --git a/SOURCES/pulseaudio-14.0.tar.xz.sha256 b/SOURCES/pulseaudio-14.0.tar.xz.sha256 new file mode 100644 index 0000000..106880d --- /dev/null +++ b/SOURCES/pulseaudio-14.0.tar.xz.sha256 @@ -0,0 +1 @@ +a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261 pulseaudio-14.0.tar.xz diff --git a/SPECS/pulseaudio.spec b/SPECS/pulseaudio.spec index cde8520..0c165fe 100644 --- a/SPECS/pulseaudio.spec +++ b/SPECS/pulseaudio.spec @@ -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 @@ -26,7 +26,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -111,6 +111,12 @@ Requires(pre): shadow-utils Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: rtkit +%if 0%{?fedora} +# Virtual Provides to support swapping between PipeWire-PA and PA +Provides: pulseaudio-daemon +Conflicts: pulseaudio-daemon +%endif + %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 +615,16 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || : %{_mandir}/man1/pax11publish.1* %changelog +* Wed Feb 03 2021 Wim Taymans - 14.0-2 +- Add pulseaudio-daemon' Provides + Conflicts only on fedora +- Resolves: rhbz#1924094 + +* Thu Dec 10 2020 Wim Taymans - 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 - 13.99.1-1 - Update to 13.99.1 - Resolves: rhbz#1817378