summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-14 15:10:28 -0400
committerB Stack <bgstack15@gmail.com>2018-09-14 15:10:28 -0400
commit5181b8af073e833b07b4367e08d0192d73803242 (patch)
tree357e35b548241ed5396aeed37c875e61d746e644 /waterfox
parentimport srpm from copr chinforpms/waterfox (diff)
downloadstackrpms-5181b8af073e833b07b4367e08d0192d73803242.tar.gz
stackrpms-5181b8af073e833b07b4367e08d0192d73803242.tar.bz2
stackrpms-5181b8af073e833b07b4367e08d0192d73803242.zip
change required versions for libevent and ogg
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec6
1 files changed, 4 insertions, 2 deletions
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
bgstack15