diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2004-10-16 20:26:26 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2004-10-16 20:26:26 +0000 |
commit | 4feb9525f58e029f1a08d30ea09e5800d535a6e0 (patch) | |
tree | 1231e6b4a226cb1878725dac9e449603577b904a | |
parent | pango for firefox (diff) | |
download | librewolf-fedora-ff-4feb9525f58e029f1a08d30ea09e5800d535a6e0.tar.gz librewolf-fedora-ff-4feb9525f58e029f1a08d30ea09e5800d535a6e0.tar.bz2 librewolf-fedora-ff-4feb9525f58e029f1a08d30ea09e5800d535a6e0.zip |
- Disable the default application checks. (#133713)
- Disable the software update feature. (#136017)
-rw-r--r-- | firefox.spec | 10 |
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 |