summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-07-09 14:19:21 +0200
committerJan Horak <jhorak@redhat.com>2020-07-09 14:19:21 +0200
commit28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08 (patch)
treed2c7d023c6b74e9e0977af75645d41d16bc75074 /firefox.spec
parentUpdate to 78.0.1 build1 (diff)
downloadlibrewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.tar.gz
librewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.tar.bz2
librewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.zip
Update to 78.0.2 build2
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 8befe50..1964449 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,13 +117,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 78.0.1
+Version: 78.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}-20200701.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200709.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -971,6 +971,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jul 09 2020 Jan Horak <jhorak@redhat.com> - 78.0.2-1
+- Update to 78.0.2 build2
+
* Wed Jul 01 2020 Jan Horak <jhorak@redhat.com> - 78.0.1-1
- Update to 78.0.1 build1
bgstack15