diff options
author | Martin Stransky <stransky@anakreon.cz> | 2015-01-14 16:24:47 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2015-01-14 16:24:47 +0100 |
commit | 553a4d752fd146bd2fb564c75779c7390e63e167 (patch) | |
tree | 4a191d2a05be52c495509f6a5b0c5d844fba209d /firefox.spec | |
parent | fixed changelog (diff) | |
download | librewolf-fedora-ff-553a4d752fd146bd2fb564c75779c7390e63e167.tar.gz librewolf-fedora-ff-553a4d752fd146bd2fb564c75779c7390e63e167.tar.bz2 librewolf-fedora-ff-553a4d752fd146bd2fb564c75779c7390e63e167.zip |
Gtk3 - replaced obsoleted focus properties
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 e7c8c4f..8075e7b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 35.0 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -154,6 +154,7 @@ Patch407: mozilla-1097592.patch Patch408: mozilla-1110211.patch Patch409: mozilla-1073117-entry-button-size.patch Patch410: mozilla-1073117-button-focus.patch +Patch411: mozilla-1073117-focus-sizes.patch %if %{official_branding} # Required by Mozilla Corporation @@ -310,6 +311,7 @@ cd %{tarballdir} %patch408 -p2 -b .1110211 %patch409 -p1 -b .1073117-entry-button-size %patch410 -p1 -b .1073117-button-focus +%patch411 -p1 -b .1073117-focus-sizes %endif %if %{official_branding} @@ -763,6 +765,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jan 14 2015 Martin Stransky <stransky@redhat.com> - 35.0-3 +- Gtk3 - replaced obsoleted focus properties + * Mon Jan 12 2015 Martin Stransky <stransky@redhat.com> - 35.0-2 - Update to 35.0 Build 3 - Gtk3 - added fix for button/entry box sizes |