summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-01-20 21:11:22 +0100
committerJan Horak <jhorak@redhat.com>2020-01-20 21:11:22 +0100
commit270e02c0372caf4e664232bf6b213a38df5c7b13 (patch)
treeb092d092df1ce46079472af946f422e861b052b4 /firefox.spec
parentAdded fix for wrong cursor offset of popup windows and bumped required nss (diff)
downloadlibrewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.tar.gz
librewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.tar.bz2
librewolf-fedora-ff-270e02c0372caf4e664232bf6b213a38df5c7b13.zip
Update to 72.0.2 build1
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 0ed9d14..dc1d8ca 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,13 +101,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 72.0.1
-Release: 2%{?dist}
+Version: 72.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}-20200108.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200120.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -935,6 +935,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jan 20 2020 Jan Horak <jhorak@redhat.com> - 72.0.2-1
+- Update to 72.0.2 build1
+
* Wed Jan 15 2020 Jan Horak <jhorak@redhat.com> - 72.0.1-2
- Added fix for wrong cursor offset of popup windows and bumped required nss
version
bgstack15