summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-05-20 13:53:16 +0100
committerPeter Robinson <pbrobinson@gmail.com>2020-05-20 13:53:16 +0100
commit7660441e7f05b58826699a0658e4a67e7817bce1 (patch)
tree58dfbfd715021f2893fa361deba5a58d2c90916f /firefox.spec
parentRevert "Temporary disable aarch64" (diff)
downloadlibrewolf-fedora-ff-7660441e7f05b58826699a0658e4a67e7817bce1.tar.gz
librewolf-fedora-ff-7660441e7f05b58826699a0658e4a67e7817bce1.tar.bz2
librewolf-fedora-ff-7660441e7f05b58826699a0658e4a67e7817bce1.zip
Build aarch64 again so aarch64 users get updates
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 0427e7d..c8c1994 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 76.0.1
-Release: 2%{?nss_tag}%{?dist}
+Release: 3%{?nss_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
@@ -982,6 +982,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed May 20 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 76.0.1-3
+- Build aarch64 again so aarch64 users get updates
+
* Wed May 13 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-2
- Added extra va-api frames to vp8/9 decoder.
bgstack15