diff options
author | Martin Stransky <stransky@redhat.com> | 2015-01-09 13:40:42 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-01-09 13:40:42 +0100 |
commit | 30000856ee79f97c5d558a5f6e587b37ec5a8572 (patch) | |
tree | 46cd4becf462bdc26ebe500c584eaa32ce5d5709 /firefox.spec | |
parent | Update to 35.0 Build 1 (diff) | |
download | librewolf-fedora-ff-30000856ee79f97c5d558a5f6e587b37ec5a8572.tar.gz librewolf-fedora-ff-30000856ee79f97c5d558a5f6e587b37ec5a8572.tar.bz2 librewolf-fedora-ff-30000856ee79f97c5d558a5f6e587b37ec5a8572.zip |
Update to 35.0 Build 3, Gtk3 - added fix for button/entry box sizes
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 0da0f6d..4ecea3a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,13 +107,13 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 35.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2 %if %{build_langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20150106.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20150109.tar.xz %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -152,6 +152,7 @@ Patch405: mozilla-1073117-check.patch Patch406: mozilla-1073117-color.patch Patch407: mozilla-1097592.patch Patch408: mozilla-1110211.patch +Patch409: mozilla-1073117-entry-button-size.patch %if %{official_branding} # Required by Mozilla Corporation @@ -306,6 +307,7 @@ cd %{tarballdir} %patch406 -p1 -b .1073117-color %patch407 -p1 -b .1097592 %patch408 -p2 -b .1110211 +%patch409 -p1 -b .1073117-entry-button-size %endif %if %{official_branding} @@ -769,6 +771,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Jan96 2015 Martin Stransky <stransky@redhat.com> - 35.0-2 +- Update to 35.0 Build 3 +- Gtk3 - added fix for button/entry box sizes + * Tue Jan 6 2015 Martin Stransky <stransky@redhat.com> - 35.0-1 - Update to 35.0 Build 1 |