diff --git a/icecat.spec b/icecat.spec index dae34ef..d082ede 100644 --- a/icecat.spec +++ b/icecat.spec @@ -74,7 +74,7 @@ ExcludeArch: %{arm} Name: icecat Version: 60.8.0 -Release: 4.%{gnu_ver}%{?dist} +Release: 5.%{gnu_ver}%{?dist} Summary: GNU version of Firefox browser ## Tri-licensing scheme for Gnuzilla/IceCat in parentheses, and licenses for the extensions included @@ -364,7 +364,7 @@ cp -p %{SOURCE3} .mozconfig echo "ac_add_options --enable-default-toolkit=cairo-gtk3-wayland" >> .mozconfig echo "ac_add_options --enable-official-branding" >> .mozconfig -%ifnarch %{ix86} x86_64 +%ifnarch %{ix86} x86_64 ppc64le echo "ac_add_options --disable-webrtc" >> .mozconfig %else echo "ac_add_options --enable-webrtc" >> .mozconfig @@ -745,6 +745,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/*.appdata.x %endif %changelog +* Tue Jul 23 2019 Antonio Trande - 60.8.0-5.gnu1 +- Enable WebRTC on ppc64le + * Fri Jul 12 2019 Antonio Trande - 60.8.0-4.gnu1 - Remove redundant Python2 dependencies