From 30000856ee79f97c5d558a5f6e587b37ec5a8572 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 9 Jan 2015 13:40:42 +0100 Subject: Update to 35.0 Build 3, Gtk3 - added fix for button/entry box sizes --- firefox.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'firefox.spec') 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 - 35.0-2 +- Update to 35.0 Build 3 +- Gtk3 - added fix for button/entry box sizes + * Tue Jan 6 2015 Martin Stransky - 35.0-1 - Update to 35.0 Build 1 -- cgit