summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-01-10 11:34:17 +0100
committerJan Horak <jhorak@redhat.com>2019-01-10 11:34:17 +0100
commit0ed6837b9be17b66265c1428d1fe1a11e25ebf31 (patch)
tree9c57a578219037f6166b0caf0d6ddcf1911f1f17 /firefox.spec
parentMerge #3 `HTTPS by default for start.fedoraproject.org` (diff)
downloadlibrewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.tar.gz
librewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.tar.bz2
librewolf-fedora-ff-0ed6837b9be17b66265c1428d1fe1a11e25ebf31.zip
Update to 64.0.2
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 f02a109..1cadcfd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -73,13 +73,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 64.0
-Release: 7%{?pre_tag}%{?dist}
+Version: 64.0.2
+Release: 1%{?pre_tag}%{?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}-20181204.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20190110.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -895,6 +895,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jan 10 2019 Jan Horak <jhorak@redhat.com> - 64.0.2-1
+- Update to 64.0.2
+
* Mon Jan 7 2019 Jan Horak <jhorak@redhat.com> - 64.0-7
- Pipewire patch rebased (thanks to Tomas Popela)
- Enabled PGO on some arches.
bgstack15