summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-01-02 15:38:35 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-01-02 15:38:35 +0100
commitdfbf94f9f60d66f64a9c97c77d46af7759e0d895 (patch)
treed53756740d29e887c8e230ca8b29cdba630f3f7e /firefox.spec
parentAdded fix for rhbz#1170109 - data corruption bug on armhfp (diff)
downloadlibrewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.tar.gz
librewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.tar.bz2
librewolf-fedora-ff-dfbf94f9f60d66f64a9c97c77d46af7759e0d895.zip
Updated ATK patch for gtk3
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 58b4af2..5c25334 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -113,7 +113,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 34.0
-Release: 9%{?pre_tag}%{?dist}
+Release: 10%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -160,7 +160,7 @@ Patch404: mozilla-1101582.patch
Patch405: mozilla-1073117-check.patch
Patch406: mozilla-1073117-color.patch
Patch407: mozilla-1097592.patch
-Patch408: firefox-gtk3-atk.patch
+Patch408: mozilla-1110211.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -317,7 +317,7 @@ cd %{tarballdir}
%patch405 -p1 -b .1073117-check
%patch406 -p1 -b .1073117-color
%patch407 -p1 -b .1097592
-%patch408 -p2 -b .gtk3
+%patch408 -p2 -b .1110211
%endif
%if %{official_branding}
@@ -781,6 +781,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jan 2 2014 Martin Stransky <stransky@redhat.com> - 34.0-10
+- Updated ATK patch for gtk3
+
* Tue Dec 23 2014 Martin Stransky <stransky@redhat.com> - 34.0-9
- Added fix for rhbz#1173156 - Native NTLM authentication
on Linux unsupported
bgstack15