diff --git a/pulseaudio.spec b/pulseaudio.spec index bb49da9..1c4ca0e 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,10 +6,7 @@ #global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d #global shortcommit (c=%{gitcommit}; echo ${c:0:5}) -%ifarch %{ix86} x86_64 %{arm} -# blocking on webrtc-0.2 update, http://bugzilla.redhat.com/1335536 -#global with_webrtc 1 -%endif +%global with_webrtc 1 # https://bugzilla.redhat.com/983606 %global _hardened_build 1 @@ -26,7 +23,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} @@ -582,6 +579,9 @@ exit 0 %changelog +* Thu May 12 2016 Rex Dieter - 8.99.1-2 +- re-enable webrtc support (unconditionally) + * Thu May 12 2016 Rex Dieter - 8.99.1-1 - pulseaudio-8.99.1 (#1335527) - disable webrtc support for now (waiting on #1335536)