summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-05-22 14:21:18 -0400
committerB Stack <bgstack15@gmail.com>2019-05-22 14:21:18 -0400
commit55ba555c6b6310e61c0aaa8b662da249dde83e75 (patch)
treea5e441efdf0c3a04e4d74d586e6433ed92ed6fee /waterfox/waterfox.spec
parentwaterfox dpkg: actually use bgstack15 prefs js (diff)
downloadstackrpms-55ba555c6b6310e61c0aaa8b662da249dde83e75.tar.gz
stackrpms-55ba555c6b6310e61c0aaa8b662da249dde83e75.tar.bz2
stackrpms-55ba555c6b6310e61c0aaa8b662da249dde83e75.zip
waterfox 56.2.10 rpm rc1
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec17
1 files changed, 9 insertions, 8 deletions
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 <bgstack15@gmail.com> - 56.2.9-11.20190416gitcd00fc4
+* Wed May 22 2019 B Stack <bgstack15@gmail.com> - 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 <megaphantomx at bol dot com dot br> - 56.2.10-1.20190517git9eb36ac
+- New release/snapshot
+
* Fri Apr 12 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.8-2.20190411giteeb3b0b
- New snapshot
- Better rust BR version control with build_with_pinned_rust switch
bgstack15