From 4509d404d6afc2f3e38891253610e91b8f1eb63b Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Oct 02 2004 04:05:23 +0000 Subject: - Update to 0.10.1 - Fix tab switching keybindings (#133504) --- diff --git a/.cvsignore b/.cvsignore index 4866429..86710eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ firefox-0.9.3-source.tar.bz2 firefox-1.0PR-source.tar.bz2 +firefox-0.10.1-source.tar.bz2 diff --git a/firefox.spec b/firefox.spec index cb1eaa4..54fb798 100644 --- a/firefox.spec +++ b/firefox.spec @@ -7,13 +7,13 @@ ExclusiveArch: i386 x86_64 ia64 ppc Summary: Mozilla Firefox Web browser. Name: firefox -Version: 0.10.0 -Release: 1.0PR1.7 +Version: 0.10.1 +Release: 1.0PR1.8 Epoch: 0 URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet -Source0: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.10/firefox-1.0PR-source.tar.bz2 +Source0: firefox-%{version}-source.tar.bz2 Source1: firefox-redhat-default-bookmarks.html Source2: mozconfig-firefox Source3: firefox.desktop @@ -33,6 +33,7 @@ Patch91: firefox-PR1-gtk-file-chooser-updates.patch Patch100: firefox-PR1-js-64bit-math.patch Patch101: firefox-PR1-pkgconfig.patch Patch102: firefox-PR1-clipboard-access.patch +Patch103: firefox-PR1-alt-num-tab-switch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel, libjpeg-devel BuildRequires: zlib-devel, zip @@ -69,6 +70,7 @@ compliance, performance and portability. %patch100 -p0 %patch101 -p0 %patch102 -p0 +%patch103 -p0 %{__rm} -f .mozconfig %{__cp} %{SOURCE2} .mozconfig @@ -182,6 +184,10 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Oct 1 2004 Christopher Aillon 0:0.10.1-1.0PR1.8 +- Update to 0.10.1 +- Fix tab switching keybindings (#133504) + * Fri Oct 1 2004 Bill Nottingham 0:0.10.0-1.0PR1.7 - filter out library Provides: and internal Requires: diff --git a/sources b/sources index 1f34193..66e9583 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b81ebc5f01448313add23ed44c47cf5e firefox-1.0PR-source.tar.bz2 +ff9eae3b90b8573bf44293ea44bf3c50 firefox-0.10.1-source.tar.bz2