summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e00d9fd..44e504f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 2.0.0.6
-Release: 9%{?dist}
+Release: 10%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -66,6 +66,7 @@ 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
+Patch111: firefox-path.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -163,6 +164,7 @@ removed in favor of xulrunner-devel.
%patch105 -p0 -b .dnd
%patch106 -p1 -b .indicator-crash
%patch110 -p0 -b .startup-notify
+%patch111 -p1 -b .path
# For branding specific patches.
@@ -429,6 +431,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Sep 25 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-10
+- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
+
* Mon Sep 24 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-9
- Startup notification support
bgstack15