summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-13 09:47:38 -0400
committerB Stack <bgstack15@gmail.com>2019-06-13 09:47:38 -0400
commit8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774 (patch)
treee1ccdb4b793062fa1c40cf61e9002140b3d46b96 /waterfox
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.tar.gz
stackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.tar.bz2
stackrpms-8eb00b55c9a023dcc2c8e79fd3963cbfda5c6774.zip
waterfox 56.2.10.1 rpm and dpkg rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog6
-rw-r--r--waterfox/mozilla-1516803.patch2
-rw-r--r--waterfox/waterfox.spec17
3 files changed, 17 insertions, 8 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index efd6951..84d934f 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (56.2.10.1-1+devuan) manual; urgency=medium
+
+ * Add Unity/Global Menu support
+
+ -- B Stack <bgstack15@gmail.com> Thu, 13 Jun 2019 09:47:07 -0400
+
waterfox (56.2.10-1+devuan) manual; urgency=medium
* Latest security fixes up to Firefox ESR 60.7
diff --git a/waterfox/mozilla-1516803.patch b/waterfox/mozilla-1516803.patch
index 972d6fa..e46f891 100644
--- a/waterfox/mozilla-1516803.patch
+++ b/waterfox/mozilla-1516803.patch
@@ -11,4 +11,4 @@ diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linu
+ LDFLAGS += ['--param', 'lto-partitions=1']
DEFINES['NS_NO_XPCOM'] = True
- DISABLE_STL_WRAPPING = True
+ DisableStlWrapping()
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