summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a481471..3c444bb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.1
-Release: 1.0PR1.11
+Release: 1.0PR1.12
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -34,6 +34,8 @@ Patch20: firefox-redhat-homepage.patch
Patch21: firefox-0.7.3-default-plugin-less-annoying.patch
Patch22: firefox-0.7.3-psfonts.patch
Patch23: mozilla-1.7.3-pango-render.patch
+Patch24: firefox-PR1-default-applications.patch
+Patch25: firefox-PR1-software-update.patch
# backported patches
Patch90: firefox-PR1-gtk-file-chooser-trunk.patch
@@ -83,6 +85,8 @@ compliance, performance and portability.
%patch21 -p1
%patch22 -p1
%patch23 -p1
+%patch24 -p0
+%patch25 -p0
%patch90 -p0
%patch91 -p1
%patch100 -p0
@@ -208,6 +212,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
+- Disable the default application checks. (#133713)
+- Disable the software update feature. (#136017)
+
* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
- Use pango for rendering
bgstack15