diff options
author | Martin Stransky <stransky@redhat.com> | 2015-01-19 14:46:35 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-01-19 14:46:35 +0100 |
commit | ff3c231d81fcbd2185e54848e6d7bfbff4d59d82 (patch) | |
tree | 81f603575eb03483c1d0544b07f6ddbfc528270d /firefox.spec | |
parent | Make start.fedoraproject.org the homepage again (diff) | |
download | librewolf-fedora-ff-ff3c231d81fcbd2185e54848e6d7bfbff4d59d82.tar.gz librewolf-fedora-ff-ff3c231d81fcbd2185e54848e6d7bfbff4d59d82.tar.bz2 librewolf-fedora-ff-ff3c231d81fcbd2185e54848e6d7bfbff4d59d82.zip |
Gtk3 - fixed tabs rendering
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 fdc498f..3354e36 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 35.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -155,6 +155,7 @@ Patch408: mozilla-1110211.patch Patch409: mozilla-1073117-entry-button-size.patch Patch410: mozilla-1073117-button-focus.patch Patch411: mozilla-1073117-focus-sizes.patch +Patch412: mozilla-1073117-no-gap-tab.patch %if %{official_branding} # Required by Mozilla Corporation @@ -312,6 +313,7 @@ cd %{tarballdir} %patch409 -p1 -b .1073117-entry-button-size %patch410 -p1 -b .1073117-button-focus %patch411 -p1 -b .1073117-focus-sizes +%patch412 -p1 -b .1073117-no-gap-tab %endif %if %{official_branding} @@ -765,6 +767,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Jan 19 2015 Martin Stransky <stransky@redhat.com> - 35.0-4 +- Gtk3 - fixed tabs rendering + * Wed Jan 14 2015 Martin Stransky <stransky@redhat.com> - 35.0-3 - Gtk3 - replaced obsoleted focus properties - Make start.fedoraproject.org the homepage |