summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 40308f6..81fd4c9 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,6 +1,6 @@
-%global commit 9eb36acf01129e5e196363895c6c3eee30ebeacf
+%global commit 3d735123dd028d1b306cfb0031a4099e3ed4f87f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20190517
+%global date 20190606
%global with_snapshot 1
%global freebsd_rev 480450
@@ -105,8 +105,7 @@ ExcludeArch: armv7hl
%global webp_version 1.0.0
%endif
%if 0%{?system_vorbis}
-# decrease this to fc28 libogg version and hope it works 2018-09-14
-%global ogg_version 1.3.2
+%global ogg_version 1.3.3
%global vorbis_version 1.3.5
%endif
@@ -157,7 +156,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 56.2.10
+Version: 56.2.10.1
Release: 11%{?gver}%{?dist}
URL: https://www.waterfoxproject.org
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -468,7 +467,7 @@ done
# 2: no apply
# 3: uncertain
for i in \
- 702179 991253 1021761 1144632 1288587 1393283 1395486 1452576 1453127 \
+ 702179 991253 1021761 1144632 1288587 1393283 1395486 1452576 1453127 1466606 \
1388744 1413143 \
1447519
do
@@ -1074,9 +1073,13 @@ fi
#---------------------------------------------------------------------
%changelog
-* Wed May 22 2019 B Stack <bgstack15@gmail.com> - 56.2.10-11.20190517git9eb36ac
+* Thu Jun 13 2019 B Stack <bgstack15@gmail.com> - 56.2.10.1-11.20190606git3d73512
- add el7 support, which uses provided libs for the most part, and disables lto
- repackage for stackrpms
+- remove ogg_version 1.3.2 requirement for fc28 which is ol
+
+* Fri Jun 07 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.10.1-1.20190606git3d73512
+- New snapshot
* Sun May 19 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.10-1.20190517git9eb36ac
- New release/snapshot
bgstack15