# HG changeset patch # User Wolfgang Rosenauer # Date 1280959140 -7200 # Node ID 1d88ea95ad200b3138af5dcfd1532271e3090b99 # Parent f5759aada90ebeef01d6e2997a42731c4e93ffda update to beta3 diff -r f5759aada90e -r 1d88ea95ad20 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Aug 02 08:49:38 2010 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Aug 04 23:59:00 2010 +0200 @@ -36,7 +36,7 @@ Provides: firefox Version: 4.0b Release: 1 -%define releasedate 2010072000 +%define releasedate 2010080300 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers diff -r f5759aada90e -r 1d88ea95ad20 firefox-credits.patch --- a/firefox-credits.patch Mon Aug 02 08:49:38 2010 +0200 +++ b/firefox-credits.patch Wed Aug 04 23:59:00 2010 +0200 @@ -1,19 +1,18 @@ diff --git a/browser/base/content/credits.xhtml b/browser/base/content/credits.xhtml --- a/browser/base/content/credits.xhtml +++ b/browser/base/content/credits.xhtml -@@ -579,16 +579,19 @@ -
  • Satoko Takita Yamaguchi (Chibi)
  • -
  • Christine Yen
  • +@@ -581,16 +581,19 @@
  • Kohei Yoshino
  • Shigeru Yoshitake
  • +
  • Tanner M. Young
  • Boris Zbarsky
  • Marco Zehe
  • Matthew Zeier
  • -+ + +

    openSUSE RPM packaging

    + - ++
    &credit.translation;
    @@ -21,3 +20,4 @@
    +

    &credit.thanks;

    diff -r f5759aada90e -r 1d88ea95ad20 mozilla-prefer_plugin_pref.patch --- a/mozilla-prefer_plugin_pref.patch Mon Aug 02 08:49:38 2010 +0200 +++ b/mozilla-prefer_plugin_pref.patch Wed Aug 04 23:59:00 2010 +0200 @@ -4,10 +4,15 @@ diff --git a/modules/plugin/base/src/nsPluginHost.cpp b/modules/plugin/base/src/nsPluginHost.cpp --- a/modules/plugin/base/src/nsPluginHost.cpp +++ b/modules/plugin/base/src/nsPluginHost.cpp -@@ -3929,8 +3929,41 @@ nsPluginHost::FindPluginForType(const ch +@@ -1620,17 +1620,47 @@ nsPluginHost::FindPluginForType(const ch + nsPluginTag *plugins = nsnull; + PRInt32 variants, cnt; + + LoadPlugins(); + // if we have a mimetype passed in, search the mPlugins // linked list for a match - if (nsnull != aMimeType) { + if (aMimeType) { + nsresult res; + nsCOMPtr prefB (do_QueryInterface(mPrefService)); + @@ -20,7 +25,6 @@ + if(!NS_SUCCEEDED(res)) preferredPluginPath = NULL; + plugins = mPlugins; -- + if(preferredPluginPath) { + while (nsnull != plugins) { + if (0 == PL_strcasecmp(plugins->mFileName.get(), preferredPluginPath) || @@ -40,10 +44,11 @@ + plugins = plugins->mNext; + } + } -+ -+ // if there is no pref for this mime-type, or if the plugin named in pref -+ // isn't found, we pick the first that matches for this mime-type -+ plugins = mPlugins; - while (nsnull != plugins) { + + while (plugins) { variants = plugins->mVariants; for (cnt = 0; cnt < variants; cnt++) { + if ((!aCheckEnabled || plugins->IsEnabled()) && + plugins->mMimeTypeArray[cnt] && + (0 == PL_strcasecmp(plugins->mMimeTypeArray[cnt], aMimeType))) { + return plugins; diff -r f5759aada90e -r 1d88ea95ad20 mozilla-xulrunner20/create-tar.sh --- a/mozilla-xulrunner20/create-tar.sh Mon Aug 02 08:49:38 2010 +0200 +++ b/mozilla-xulrunner20/create-tar.sh Wed Aug 04 23:59:00 2010 +0200 @@ -1,7 +1,7 @@ #!/bin/bash BRANCH="mozilla-central" -RELEASE_TAG="FIREFOX_4_0b2_RELEASE" +RELEASE_TAG="FIREFOX_4_0b3_RELEASE" VERSION="2.0b" # mozilla diff -r f5759aada90e -r 1d88ea95ad20 mozilla-xulrunner20/mozilla-xulrunner20.spec --- a/mozilla-xulrunner20/mozilla-xulrunner20.spec Mon Aug 02 08:49:38 2010 +0200 +++ b/mozilla-xulrunner20/mozilla-xulrunner20.spec Wed Aug 04 23:59:00 2010 +0200 @@ -35,8 +35,8 @@ License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Version: 2.0b Release: 1 -%define releasedate 2010072000 -%define version_internal 2.0b2 +%define releasedate 2010080300 +%define version_internal 2.0b3 %define apiversion 2.0 %define uaweight 199900 Summary: Mozilla Runtime Environment 2.0