From 3ca37610123602891f4664cacea2d139b4e2b667 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 28 Feb 2005 04:13:44 +0000 Subject: - Add upstream fix to reduce round trips to xserver during remote control - Add upstream fix to call g_set_application_name --- firefox.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 7e69581..e4acb40 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x Summary: Mozilla Firefox Web browser. Name: firefox Version: 1.0.1 -Release: 1 +Release: 2 Epoch: 0 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL @@ -64,6 +64,8 @@ Patch103: firefox-1.0-xptcall-s390.patch Patch104: firefox-1.0-nspr-s390.patch Patch105: firefox-1.0-useragent.patch Patch106: firefox-1.0-gtk-system-colors.patch +Patch107: firefox-1.0-remote-intern-atoms.patch +Patch108: firefox-1.0-g-application-name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel, libjpeg-devel @@ -125,6 +127,8 @@ compliance, performance and portability. %patch104 -p0 %patch105 -p0 %patch106 -p0 +%patch107 -p0 +%patch108 -p0 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig @@ -311,6 +315,10 @@ fi #--------------------------------------------------------------------- %changelog +* Sun Feb 27 2005 Christopher Aillon 0:1.0.1-2 +- Add upstream fix to reduce round trips to xserver during remote control +- Add upstream fix to call g_set_application_name + * Thu Feb 24 2005 Christopher Aillon 0:1.0.1-1 - Update to 1.0.1 fixing several security flaws. - Temporarily disable langpacks to workaround startup issues (#145806) -- cgit