diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-11 08:26:26 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-11 08:26:26 +0200 |
commit | 01791025ae4cf9df2a9c50cdbf6ca6999b49bb76 (patch) | |
tree | d9d5569fbafab0c5a853b74ccef546bf06845b5d /firefox.spec | |
parent | Merge branch 'master' into f30 (diff) | |
parent | Enabled aarch64 and ppc64le (diff) | |
download | librewolf-fedora-ff-01791025ae4cf9df2a9c50cdbf6ca6999b49bb76.tar.gz librewolf-fedora-ff-01791025ae4cf9df2a9c50cdbf6ca6999b49bb76.tar.bz2 librewolf-fedora-ff-01791025ae4cf9df2a9c50cdbf6ca6999b49bb76.zip |
Merge branch 'master' into f30
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec index 32cd2f0..fdeaced 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,10 +6,6 @@ ExcludeArch: armv7hl # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x -# Temporary disabled -ExcludeArch: aarch64 -ExcludeArch: ppc64le - %global system_nss 1 %global system_ffi 1 # libvpx is too new for Firefox 65 @@ -90,7 +86,7 @@ ExcludeArch: ppc64le Summary: Mozilla Firefox Web browser Name: firefox Version: 68.0 -Release: 4%{?pre_tag}%{?dist} +Release: 5%{?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 @@ -919,6 +915,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Jul 11 2019 Martin Stransky <stransky@redhat.com> - 68.0-5 +- Enabled aarch64 and ppc64le + * Wed Jul 10 2019 Martin Stransky <stransky@redhat.com> - 68.0-4 - Added fixes for aarch64 builds. |