diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-10 17:07:17 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-10 17:07:17 +0200 |
commit | 489aa11811e421d5af6b7730aea202bce582682b (patch) | |
tree | 7f953f18455caf2fa4daec0a1df3eb16c058649d | |
parent | Merge branch 'master' into f30 (diff) | |
parent | Added fixes for aarch64 builds. (diff) | |
download | librewolf-fedora-ff-489aa11811e421d5af6b7730aea202bce582682b.tar.gz librewolf-fedora-ff-489aa11811e421d5af6b7730aea202bce582682b.tar.bz2 librewolf-fedora-ff-489aa11811e421d5af6b7730aea202bce582682b.zip |
Merge branch 'master' into f30
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 91f505e..1d4f717 100644 --- a/firefox.spec +++ b/firefox.spec @@ -86,7 +86,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 68.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?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 @@ -913,6 +913,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jul 10 2019 Martin Stransky <stransky@redhat.com> - 68.0-4 +- Added fixes for aarch64 builds. + * Tue Jul 9 2019 Dan HorĂ¡k <dan[at]danny.cz> - 68.0-3 - Fix crash on ppc64le (mozilla#1512162) |