From 866119bae9066a97be998e23370e2850f35ec562 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 25 Jun 2019 07:55:16 -0400 Subject: waterfox 56.2.11 rpm rc1 --- waterfox/waterfox.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'waterfox/waterfox.spec') 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 - 56.2.10.1-11.20190606git3d73512 +* Tue Jun 25 2019 B Stack - 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 - 56.2.11-1.20190621gitaa2e404 +- New release/snapshot +- Set ui.use_unity_menubar to false in defaults file * Fri Jun 07 2019 Phantom X - 56.2.10.1-1.20190606git3d73512 - New snapshot -- cgit