diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-18 21:16:59 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-18 21:16:59 +0100 |
commit | 271322febbbd76dace1be65382688a0bcf07998d (patch) | |
tree | 6974de16618199352b2f56c6a289cbcff2df6ad3 | |
parent | Enabled LTO (diff) | |
download | librewolf-fedora-ff-271322febbbd76dace1be65382688a0bcf07998d.tar.gz librewolf-fedora-ff-271322febbbd76dace1be65382688a0bcf07998d.tar.bz2 librewolf-fedora-ff-271322febbbd76dace1be65382688a0bcf07998d.zip |
Enabled LTO
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 628803f..8841543 100644 --- a/firefox.spec +++ b/firefox.spec @@ -125,7 +125,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 83.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 @@ -979,6 +979,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Nov 18 2020 Martin Stransky <stransky@redhat.com> - 83.0-5 +- Enabled LTO + * Wed Nov 18 2020 Martin Stransky <stransky@redhat.com> - 83.0-4 - Enable all arches |