summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-05-13 10:33:21 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-05-13 10:33:21 +0200
commit92ebef22abe058e37325e488907fb7b5110b3843 (patch)
tree9c2c006946849b259b7cb25611d8d456f5ae3630 /firefox.spec
parentAdded fix for rhbz#1219542 (diff)
downloadlibrewolf-fedora-ff-92ebef22abe058e37325e488907fb7b5110b3843.tar.gz
librewolf-fedora-ff-92ebef22abe058e37325e488907fb7b5110b3843.tar.bz2
librewolf-fedora-ff-92ebef22abe058e37325e488907fb7b5110b3843.zip
Added patch for mozilla#1144745 - HiDPI Gtk3 fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 3b89f22..6e4ea96 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 38.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -155,6 +155,9 @@ Patch412: mozilla-1073117-no-gap-tab.patch
Patch414: mozilla-1143686.patch
Patch415: mozilla-1144643.patch
Patch416: mozilla-1161056.patch
+Patch417: mozilla-1144745-1.patch
+Patch418: mozilla-1144745-2.patch
+Patch419: mozilla-1144745-3.patch
# Fix Skia Neon stuff on AArch64
Patch500: aarch64-fix-skia.patch
@@ -311,6 +314,9 @@ cd %{tarballdir}
%patch414 -p1 -b .1143686
%patch415 -p1 -b .1144643
%patch416 -p1 -b .1161056
+%patch417 -p1 -b .1144745-1
+%patch418 -p1 -b .1144745-2
+%patch419 -p1 -b .1144745-3
%endif
%patch500 -p1
@@ -808,6 +814,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed May 13 2015 Martin Stransky <stransky@redhat.com> - 38.0-5
+- Added patch for mozilla#1144745 - HiDPI Gtk3 fixes
+
* Mon May 11 2015 Martin Stransky <stransky@redhat.com> - 38.0-4
- Update to 38.0 Build 3
- Added fix for rhbz#1219542
bgstack15