diff options
author | Petr Jašíček <pjasicek@redhat.com> | 2015-08-20 10:09:30 +0200 |
---|---|---|
committer | Petr Jašíček <pjasicek@redhat.com> | 2015-08-20 10:09:30 +0200 |
commit | f52bc4497c315e2d83fc7fe49353c2742cf771d2 (patch) | |
tree | 0157f20c421450fb826fae15b252c6c282b8f59d /firefox.spec | |
parent | Disable async addons init - mozbz#1196000, spec file clean-up (diff) | |
download | librewolf-fedora-ff-f52bc4497c315e2d83fc7fe49353c2742cf771d2.tar.gz librewolf-fedora-ff-f52bc4497c315e2d83fc7fe49353c2742cf771d2.tar.bz2 librewolf-fedora-ff-f52bc4497c315e2d83fc7fe49353c2742cf771d2.zip |
Resolves: mozbz#1192243 - Fix crash reported layout under GTK3
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index ff4b0d8..363ef6b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -84,7 +84,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 40.0 -Release: 5%{?pre_tag}%{?dist} +Release: 6%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -130,6 +130,7 @@ Patch421: mozilla-1169233.patch Patch422: mozilla-1169232.patch Patch423: mozilla-1129873-apppicker.patch Patch424: mozilla-entry-padding.patch +Patch425: mozilla-1192243.patch # Fix Skia Neon stuff on AArch64 Patch500: aarch64-fix-skia.patch @@ -276,6 +277,7 @@ cd %{tarballdir} %patch422 -p1 -b .1169232 %patch423 -p1 -b .1129873-apppicker %patch424 -p2 -b .entry-padding +%patch425 -p1 -b .1192243 %endif %patch500 -p1 @@ -768,6 +770,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Aug 20 2015 Petr Jasicek <pjasicek@redhat.com> - 40.0-6 +- Fix crash reporter layout under GTK3 - mozbz#1192243 + * Wed Aug 19 2015 Martin Stransky <stransky@redhat.com> - 40.0-5 - Disable async addons init - mozbz#1196000 |