summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-25 07:55:16 -0400
committerB Stack <bgstack15@gmail.com>2019-06-25 07:55:22 -0400
commit866119bae9066a97be998e23370e2850f35ec562 (patch)
tree5d5d54aee5ae75309fe8eb023b17a8cae51e54a3 /waterfox/waterfox.spec
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-866119bae9066a97be998e23370e2850f35ec562.tar.gz
stackrpms-866119bae9066a97be998e23370e2850f35ec562.tar.bz2
stackrpms-866119bae9066a97be998e23370e2850f35ec562.zip
waterfox 56.2.11 rpm rc1
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec18
1 files changed, 12 insertions, 6 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 81fd4c9..e5c944c 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,6 +1,6 @@
-%global commit 3d735123dd028d1b306cfb0031a4099e3ed4f87f
+%global commit aa2e4043f859225117d652f85b28ab4a6eb6838e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20190606
+%global date 20190621
%global with_snapshot 1
%global freebsd_rev 480450
@@ -156,7 +156,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 56.2.10.1
+Version: 56.2.11
Release: 11%{?gver}%{?dist}
URL: https://www.waterfoxproject.org
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -222,6 +222,7 @@ Patch420: https://hg.mozilla.org/mozilla-central/raw-rev/97dae871389b#/mo
# Upstream updates/PRs
#Patch???: %%{vc_url}/commit/commit.patch#/%%{name}-gh-commit.patch
+Patch450: %{vc_url}/pull/1037.patch#/%{name}-gh-pull1037.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -437,6 +438,8 @@ This package contains results of tests executed during build.
%patch419 -p1 -b .mozilla-1320560
%patch420 -p1 -b .mozilla-1389436
+%patch450 -p1 -b .pull1037
+
# Debian extension patch
%patch500 -p1 -b .440908
@@ -663,7 +666,7 @@ echo "Generate big endian version of config/external/icu/data/icud58l.dat"
# Update the various config.guess to upstream release for aarch64 support
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
-RPM_SMP_MFLAGS_NCPUS=$(echo %{_smp_mflags} | sed 's|-j||')
+RPM_SMP_MFLAGS_NCPUS=%(echo %{_smp_mflags} | sed 's|-j||')
RPM_NCPUS=1
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
@@ -1073,10 +1076,13 @@ fi
#---------------------------------------------------------------------
%changelog
-* Thu Jun 13 2019 B Stack <bgstack15@gmail.com> - 56.2.10.1-11.20190606git3d73512
+* Tue Jun 25 2019 B Stack <bgstack15@gmail.com> - 56.2.11-11.20190621gitaa2e404
- 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 21 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.11-1.20190621gitaa2e404
+- New release/snapshot
+- Set ui.use_unity_menubar to false in defaults file
* Fri Jun 07 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.10.1-1.20190606git3d73512
- New snapshot
bgstack15