summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 99c5d3f..a682fa7 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -160,7 +160,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2021.01
+Version: 2021.02
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -226,8 +226,6 @@ Patch420: https://hg.mozilla.org/mozilla-central/raw-rev/97dae871389b#/mo
#Patch???: %%{vc_url}/commit/commit.patch#/%%{name}-gh-commit.patch
Patch450: %{vc_url}/commit/26459c47f867dc1882fa7b87e32a9e8fc5e125e5.patch#/%{name}-gh-26459c4.patch
-Patch451: %{vc_url}/commit/64adc14679cd2b7e8452b2b8abbdbaddca829e08.patch#/%{name}-gh-64adc14.patch
-Patch452: %{vc_url}/commit/709bbfedcb2750665fbda4993b253737615ee8f8.patch#/%{name}-gh-709bbfe.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -435,8 +433,6 @@ This package contains results of tests executed during build.
%patch420 -p1 -b .mozilla-1389436
%patch450 -p1 -b .gh26459c4 -R
-%patch451 -p1 -b .gh64adc14
-%patch452 -p1 -b .gh709bbfe
# Debian extension patch
%patch500 -p1 -b .440908
@@ -488,7 +484,7 @@ for i in _patches/patch-{bug{??????,???????},revert-bug*,z-*} ;do
${patchcommand} ${i}
done
-# Install langpacks other way
+# Install langpacks another way
%patch700 -p1 -b .nolangpacks
%patch701 -p1 -b .waterfoxdir-1
%patch702 -p1 -b .waterfoxdir-2
@@ -1060,7 +1056,7 @@ fi
%{mozappdir}/browser/chrome
%{mozappdir}/browser/chrome.manifest
%{mozappdir}/browser/defaults/preferences/*.js
-%{mozappdir}/browser/features
+%{mozappdir}/browser/features/*.xpi
%{mozappdir}/distribution/distribution.ini
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
@@ -1100,11 +1096,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Mon Feb 01 2021 B. Stack <bgstack15@gmail.com> - 2021.01-11.classic
+* Fri Feb 19 2021 B. Stack <bgstack15@gmail.com> - 2021.02-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Tue Feb 16 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.02-1.classic
+- 2021.02
+
* Wed Jan 27 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.01-1.classic
- 2021.01
bgstack15