diff --git a/firefox-22.0-disable-check-default-browser.patch b/firefox-25.0-disable-check-default-browser.patch similarity index 62% rename from firefox-22.0-disable-check-default-browser.patch rename to firefox-25.0-disable-check-default-browser.patch index 2571ab5..3c8a0d4 100644 --- a/firefox-22.0-disable-check-default-browser.patch +++ b/firefox-25.0-disable-check-default-browser.patch @@ -1,8 +1,8 @@ diff -urN mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js ---- mozilla-release.orig/browser/app/profile/firefox.js 2013-06-25 19:43:40.900524326 +0400 -+++ mozilla-release/browser/app/profile/firefox.js 2013-06-25 19:51:11.129550256 +0400 -@@ -227,7 +227,7 @@ - pref("general.useragent.complexOverride.moodle", false); // bug 797703 +--- mozilla-release.orig/browser/app/profile/firefox.js 2013-11-05 14:15:35.995958941 +0400 ++++ mozilla-release/browser/app/profile/firefox.js 2013-11-05 14:17:28.267079493 +0400 +@@ -231,7 +231,7 @@ + #endif // At startup, check if we're the default browser and prompt user if not. -pref("browser.shell.checkDefaultBrowser", true); diff --git a/firefox.spec b/firefox.spec index fe056a4..92412b5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -51,6 +51,7 @@ Source11: firefox-searchengines-google.xml Source12: firefox-searchengines-bing.xml Patch1: firefox-6.0-lang.patch Patch2: firefox-vendor.patch +Patch8: firefox-25.0-disable-check-default-browser.patch Patch9: firefox-5.0-asciidel.patch Patch10: firefox-3.5.3-default-mail-handler.patch # Patches for kde integration of FF @@ -160,6 +161,7 @@ Files and macros mainly for building Firefox extensions. %setup -qn mozilla-%update_channel %patch1 -p1 -b .lang %patch2 -p1 -b .vendor +%patch8 -p1 -b .disable-check %patch9 -p1 -b .ascii %patch10 -p1 -b .default-mail-handler