diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-02-11 13:34:29 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-02-11 13:34:29 +0100 |
commit | 93db231423430ebfca976bf780e4a6d133226312 (patch) | |
tree | a4943f9913a3e2c338a130071844a60527ea950d /firefox.spec | |
parent | Update to 44.0.2 (B3) (diff) | |
download | librewolf-fedora-ff-93db231423430ebfca976bf780e4a6d133226312.tar.gz librewolf-fedora-ff-93db231423430ebfca976bf780e4a6d133226312.tar.bz2 librewolf-fedora-ff-93db231423430ebfca976bf780e4a6d133226312.zip |
Added patch for mozbz#1205199
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 edd0e87..7d0fb78 100644 --- a/firefox.spec +++ b/firefox.spec @@ -78,7 +78,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 44.0.2 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -119,6 +119,7 @@ Patch223: rhbz-1291190-appchooser-crash.patch # Upstream patches Patch300: mozilla-1234026.patch +Patch301: mozilla-1205199.patch # Gtk3 upstream patches @@ -269,6 +270,7 @@ cd %{tarballdir} %patch223 -p1 -b .appchooser-crash %patch300 -p1 -b .1234026 +%patch301 -p1 -b .1205199 %patch500 -p1 %patch501 -p1 @@ -769,6 +771,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Feb 11 2016 Martin Stransky <stransky@redhat.com> - 44.0.2-3 +- Added patch for mozbz#1205199 + * Thu Feb 11 2016 Martin Stransky <stransky@redhat.com> - 44.0.2-2 - Update to 44.0.2 (B3) |