summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-29 13:21:33 +0100
committerMartin Stransky <stransky@redhat.com>2020-10-29 13:21:33 +0100
commit496994f3a213d4cb2948a9a3527d2f42c86e6e21 (patch)
tree8c5275de194c251ab6533062fd8f581347a4c0b1 /firefox.spec
parentUpdate to 82.0.1 (diff)
downloadlibrewolf-fedora-ff-496994f3a213d4cb2948a9a3527d2f42c86e6e21.tar.gz
librewolf-fedora-ff-496994f3a213d4cb2948a9a3527d2f42c86e6e21.tar.bz2
librewolf-fedora-ff-496994f3a213d4cb2948a9a3527d2f42c86e6e21.zip
Updated to 82.0.2
, Removed mzbz#1668771 due to rhbz#1888920
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 17870b5..f5acb30 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -110,13 +110,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 82.0.1
+Version: 82.0.2
Release: 1%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20201028.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20201029.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -173,7 +173,6 @@ Patch407: mozilla-1667096.patch
Patch408: mozilla-1663844.patch
Patch409: mozilla-1640567.patch
Patch410: mozilla-1661192.patch
-Patch411: mozilla-1668771.patch
Patch412: mozilla-1634404.patch
Patch413: mozilla-1669495.patch
Patch414: mozilla-1656727.patch
@@ -384,7 +383,6 @@ This package contains results of tests executed during build.
%patch408 -p1 -b .1663844
%patch409 -p1 -b .1640567
%patch410 -p1 -b .1661192
-%patch411 -p1 -b .1668771
%patch412 -p1 -b .1634404
%patch413 -p1 -b .1669495
%patch414 -p1 -b .1656727
@@ -991,6 +989,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 29 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-1
+- Updated to 82.0.2
+- Removed mzbz#1668771 due to rhbz#1888920
+
* Wed Oct 28 2020 Martin Stransky <stransky@redhat.com> - 82.0.1-1
- Updated to 82.0.1
bgstack15