# HG changeset patch # User Wolfgang Rosenauer # Date 1343207727 -7200 # Node ID 0f6539389500f65afa70c8d4a6b11f934de63299 # Parent ff06037ec39c9cc5b1161592dee90492c8963ab9 Aurora 16 uplift diff -r ff06037ec39c -r 0f6539389500 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Jul 23 06:33:59 2012 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Jul 25 11:15:27 2012 +0200 @@ -17,9 +17,9 @@ # -%define major 14 -%define mainver %major.99 -%define update_channel beta +%define major 15 +%define mainver %major.98 +%define update_channel aurora Name: MozillaFirefox BuildRequires: Mesa-devel @@ -44,7 +44,7 @@ %else BuildRequires: wireless-tools %endif -BuildRequires: mozilla-nspr-devel >= 4.9.1 +BuildRequires: mozilla-nspr-devel >= 4.9.2 BuildRequires: mozilla-nss-devel >= 3.13.5 BuildRequires: nss-shared-helper-devel %if %suse_version > 1140 @@ -54,7 +54,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2012071800 +%define releasedate 2012072300 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -94,7 +94,6 @@ Patch10: mozilla-sle11.patch Patch11: mozilla-disable-neon-option.patch Patch13: mozilla-arm-disable-edsp.patch -Patch14: mozilla-crashreporter-restart-args.patch Patch15: mozilla-gstreamer.patch Patch16: mozilla-ppc.patch # Firefox/browser @@ -125,7 +124,7 @@ %define desktop_file_name %{name} %endif ### build options -%define branding 1 +%define branding 0 %define localize 1 %ifarch ppc ppc64 s390 s390x ia64 %arm %define crashreporter 0 @@ -223,7 +222,6 @@ %endif #%patch11 -p1 %patch13 -p1 -%patch14 -p1 %patch15 -p1 %patch16 -p1 # @@ -275,8 +273,8 @@ ac_add_options --sysconfdir=%{_sysconfdir} ac_add_options --mandir=%{_mandir} ac_add_options --includedir=%{_includedir} -ac_add_options --with-system-nspr -ac_add_options --with-system-nss +#ac_add_options --with-system-nspr +#ac_add_options --with-system-nss ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n #ac_add_options --with-system-jpeg # libjpeg-turbo is used internally #ac_add_options --with-system-png # doesn't work because of missing APNG support diff -r ff06037ec39c -r 0f6539389500 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Jul 23 06:33:59 2012 +0200 +++ b/MozillaFirefox/create-tar.sh Wed Jul 25 11:15:27 2012 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="aurora" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_15_0b1_RELEASE" -VERSION="14.99" +RELEASE_TAG="default" +VERSION="15.98" # mozilla echo "cloning $BRANCH..." diff -r ff06037ec39c -r 0f6539389500 MozillaFirefox/mozilla-crashreporter-restart-args.patch --- a/MozillaFirefox/mozilla-crashreporter-restart-args.patch Mon Jul 23 06:33:59 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-crashreporter-restart-args.patch \ No newline at end of file diff -r ff06037ec39c -r 0f6539389500 firefox-kde.patch --- a/firefox-kde.patch Mon Jul 23 06:33:59 2012 +0200 +++ b/firefox-kde.patch Wed Jul 25 11:15:27 2012 +0200 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1126 @@ +@@ -0,0 +1,1210 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -29,7 +29,7 @@ + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" -+ onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();" ++ onload="gBrowserInit.onLoad()" onunload="gBrowserInit.onUnload()" onclose="return WindowIsClosing();" + title="&mainWindow.title;@PRE_RELEASE_SUFFIX@" + title_normal="&mainWindow.title;@PRE_RELEASE_SUFFIX@" +#ifdef XP_MACOSX @@ -142,6 +142,7 @@ + footertype="promobox" + orient="vertical" + ignorekeys="true" ++ consumeoutsideclicks="true" + hidden="true" + onpopupshown="StarUI.panelShown(event);" + aria-labelledby="editBookmarkPanelTitle"> @@ -186,6 +187,49 @@ + + + ++