summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJesse Keating <jkeating@fedoraproject.org>2007-10-18 19:39:35 +0000
committerJesse Keating <jkeating@fedoraproject.org>2007-10-18 19:39:35 +0000
commitfc9a04701eef8a29a42cc6c195612a5c0eb22a0d (patch)
treec0f6e3295d5a3624d8d40ddb848b4d23894245e0 /firefox.spec
parentmakefile update to properly grab makefile.common (diff)
downloadlibrewolf-fedora-ff-fc9a04701eef8a29a42cc6c195612a5c0eb22a0d.tar.gz
librewolf-fedora-ff-fc9a04701eef8a29a42cc6c195612a5c0eb22a0d.tar.bz2
librewolf-fedora-ff-fc9a04701eef8a29a42cc6c195612a5c0eb22a0d.zip
- Disable the Firefox startup notification support for now.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 51c4fef..bb40932 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 2.0.0.6
-Release: 11%{?dist}
+Release: 12%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -65,7 +65,7 @@ Patch102: firefox-1.5-theme-change.patch
Patch104: firefox-1.5-ppc64.patch
Patch105: firefox-2.0-dnd.patch
Patch106: firefox-2.0-indicator-crash.patch
-Patch110: firefox-2.0-startup-notify.patch
+#Patch110: firefox-2.0-startup-notify.patch
Patch111: firefox-path.patch
Patch112: firefox-2.0-enable-debug.patch
@@ -164,7 +164,7 @@ removed in favor of xulrunner-devel.
%patch104 -p1 -b .ppc64
%patch105 -p0 -b .dnd
%patch106 -p1 -b .indicator-crash
-%patch110 -p0 -b .startup-notify
+#%patch110 -p0 -b .startup-notify
%patch111 -p1 -b .path
%patch112 -p1 -b .debug
@@ -434,6 +434,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Oct 18 2007 Jesse Keating <jkeating@redhat.com> - 2.0.0.6-12
+- Disable the Firefox startup notification support for now.
+
* Mon Sep 26 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-11
- Fixed #242657 - firefox -g doesn't work
bgstack15