- Startup notification support
This commit is contained in:
parent
e7f0eeea85
commit
f0eebf3f41
1121
firefox-2.0-startup-notify.patch
Normal file
1121
firefox-2.0-startup-notify.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,3 +6,6 @@ pref("general.smoothScroll", true);
|
||||
pref("general.useragent.vendor", "Fedora");
|
||||
pref("general.useragent.vendorSub", "FIREFOX_RPM_VR");
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("browser.startup.homepage", "http://start.fedoraproject.org/");
|
||||
pref("startup.homepage_override_url", "http://start.fedoraproject.org/");
|
||||
pref("startup.homepage_welcome_url", "http://start.fedoraproject.org/");
|
||||
|
@ -12,7 +12,7 @@
|
||||
Summary: Mozilla Firefox Web browser.
|
||||
Name: firefox
|
||||
Version: 2.0.0.6
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -72,6 +72,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
|
||||
|
||||
%if %{official_branding}
|
||||
# Required by Mozilla Corporation
|
||||
@ -174,6 +175,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
|
||||
|
||||
# For branding specific patches.
|
||||
|
||||
@ -440,6 +442,9 @@ fi
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-9
|
||||
- Startup notification support
|
||||
|
||||
* Tue Sep 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-8
|
||||
- Fix crashes when using GTK+ themes containing a gtkrc which specify
|
||||
GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
|
||||
|
Loading…
Reference in New Issue
Block a user