From 5181b8af073e833b07b4367e08d0192d73803242 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 14 Sep 2018 15:10:28 -0400 Subject: change required versions for libevent and ogg --- waterfox/waterfox.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'waterfox') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 441d647..1ad1cda 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -79,7 +79,8 @@ %global harfbuzz_version 1.4.7 %endif %if %{?system_libevent} -%global libevent_version 2.1.8 +# fc28 provided is 2.1.8, fc27 is 2.0.22 +%global libevent_version 2.0.22 %endif %global libnotify_version 0.7.0 %if %{?system_libvpx} @@ -89,7 +90,8 @@ %global webp_version 1.0.0 %endif %if %{?system_vorbis} -%global ogg_version 1.3.3 +# decrease this to fc28 libogg version and hope it works 2018-09-14 +%global ogg_version 1.3.2 %global vorbis_version 1.3.5 %endif -- cgit