From 55ba555c6b6310e61c0aaa8b662da249dde83e75 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 22 May 2019 14:21:18 -0400 Subject: waterfox 56.2.10 rpm rc1 --- waterfox/waterfox.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'waterfox') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index c14f518..40308f6 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -1,6 +1,6 @@ -%global commit cd00fc4ae708bccfc6bebeaedf803845ec9b5e20 +%global commit 9eb36acf01129e5e196363895c6c3eee30ebeacf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20190416 +%global date 20190517 %global with_snapshot 1 %global freebsd_rev 480450 @@ -25,7 +25,7 @@ ExcludeArch: armv7hl %global system_ffi 1 %global system_cairo 0 %global system_harfbuzz 1 -# libvpx is too new for Firefox 65 +# libvpx is too new for Waterfox 56 %if 0%{?fedora} < 30 %global system_libvpx 1 %else @@ -157,7 +157,7 @@ BuildRequires: %{scl_buildreq} Summary: Waterfox Web browser Name: waterfox -Version: 56.2.9 +Version: 56.2.10 Release: 11%{?gver}%{?dist} URL: https://www.waterfoxproject.org License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -223,7 +223,6 @@ 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/915.patch#/%{name}-gh-pull915.patch # Debian patches Patch500: mozilla-440908.patch @@ -304,6 +303,7 @@ BuildRequires: pkgconfig(icu-i18n) BuildRequires: yasm BuildRequires: llvm BuildRequires: llvm-devel +# this one differs from chinfo. It needs to be before clang, for el7 %if 0%{?build_with_clang} BuildRequires: clang BuildRequires: clang-libs @@ -438,8 +438,6 @@ This package contains results of tests executed during build. %patch419 -p1 -b .mozilla-1320560 %patch420 -p1 -b .mozilla-1389436 -%patch450 -p1 -b .pull888 - # Debian extension patch %patch500 -p1 -b .440908 @@ -1076,10 +1074,13 @@ fi #--------------------------------------------------------------------- %changelog -* Thu May 09 2019 B Stack - 56.2.9-11.20190416gitcd00fc4 +* Wed May 22 2019 B Stack - 56.2.10-11.20190517git9eb36ac - add el7 support, which uses provided libs for the most part, and disables lto - repackage for stackrpms +* Sun May 19 2019 Phantom X - 56.2.10-1.20190517git9eb36ac +- New release/snapshot + * Fri Apr 12 2019 Phantom X - 56.2.8-2.20190411giteeb3b0b - New snapshot - Better rust BR version control with build_with_pinned_rust switch -- cgit