summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-16 15:41:27 -0500
committerB Stack <bgstack15@gmail.com>2020-01-16 15:41:27 -0500
commit62a3a3a2e4a44fb58c35f81e7c8fce6a467bc164 (patch)
tree24f7160bbac873f82ea88868accf6e3f2f3dc333 /waterfox
parentublock-origin 1.16.4.14 (diff)
downloadstackrpms-62a3a3a2e4a44fb58c35f81e7c8fce6a467bc164.tar.gz
stackrpms-62a3a3a2e4a44fb58c35f81e7c8fce6a467bc164.tar.bz2
stackrpms-62a3a3a2e4a44fb58c35f81e7c8fce6a467bc164.zip
WIP: waterfox 2020.01 rpm rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/README.md2
-rw-r--r--waterfox/waterfox.spec20
2 files changed, 14 insertions, 8 deletions
diff --git a/waterfox/README.md b/waterfox/README.md
index 77a9b01..231130e 100644
--- a/waterfox/README.md
+++ b/waterfox/README.md
@@ -13,7 +13,7 @@ https://build.opensuse.org/package/view_file/home:hawkeye116477:waterfox/waterfo
# Reverse dependency matrix
Distro | Waterfox version
---------- | ----------------
-All | 2019.10-classic
+All | 2020.01-classic
# Differences from upstream
## rpm
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index a0467ef..8ef6b02 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,6 +1,6 @@
-%global commit 8864e433baf07e995e7047e840d8f94d8f1b2496
+%global commit 45130a237874aaa96bdf23ee107b0be0e0a2afab
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20191205
+%global date 20200110
%global with_snapshot 1
%global branch classic
@@ -78,7 +78,7 @@ ExcludeArch: armv7hl
# and a downgraded rust package exists
%global build_with_pinned_rust 0
%global rust_build_min_ver 1.35
-%global rust_build_min_nover 1.38
+%global rust_build_min_nover 1.40
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%global waterfox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
@@ -157,8 +157,8 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2019.12
-Release: 13.%{branch}%{?gver}%{?dist}
+Version: 2020.01
+Release: 11.%{branch}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -223,6 +223,7 @@ Patch420: https://hg.mozilla.org/mozilla-central/raw-rev/97dae871389b#/mo
# Upstream updates/PRs/Reverts
#Patch???: %%{vc_url}/commit/commit.patch#/%%{name}-gh-commit.patch
+Patch450: %{vc_url}/pull/1349.patch#/%{name}-gh-pr1349.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -430,6 +431,8 @@ This package contains results of tests executed during build.
%patch419 -p1 -b .mozilla-1320560
%patch420 -p1 -b .mozilla-1389436
+%patch450 -p1 -b .pr1349
+
# Debian extension patch
%patch500 -p1 -b .440908
@@ -460,7 +463,7 @@ done
# 2: no apply
# 3: uncertain
for i in \
- 702179 991253 1021761 1144632 1288587 1379148 1393235 1393283 1395486 1433747 1452576 1453127 1466606 \
+ 702179 991253 1021761 1144632 1288587 1379148 1393235 1393283 1395486 1430508 1433747 1452576 1453127 1466606 \
1384121 1388744 1413143 \
1447519
do
@@ -1074,11 +1077,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Thu Dec 19 2019 B Stack <bgstack15@gmail.com> - 2019.12-13.classic
+* Thu Jan 16 2020 B Stack <bgstack15@gmail.com> - 2020.01-1.classic.20200110git45130a2
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Wed Jan 15 2020 Phantom X <megaphantomx at bol dot com dot br> - 2020.01-1.classic.20200110git45130a2
+- New release/snapshot
+
* Thu Dec 12 2019 Phantom X <megaphantomx at bol dot com dot br> - 2019.12-3.classic
- PGO build from COPR crashing, try to fix disabling elfhack
bgstack15