# HG changeset patch # User Wolfgang Rosenauer # Date 1397459351 -7200 # Node ID cef565f1c325e68391bc649cec28432ac2de767f # Parent e1c226a4de3431803239fa35a00398c3d34971d8 update to Firefox 29.0b7 diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun Apr 13 16:54:09 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Apr 14 09:09:11 2014 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Sun Apr 13 15:34:58 UTC 2014 - wr@rosenauer.org + +- update to Firefox 29beta7 + * rebased patches + * removed obsolete patches +- requires NSS 3.16 +- patches disabled temporarily (TODO) + * mozilla-ppc64le-build.patch + * firefox-browser-css.patch +- added mozilla-icu-strncat.patch to fix post build checks + +------------------------------------------------------------------- Mon Apr 7 15:34:31 UTC 2014 - dmueller@suse.com - add mozilla-aarch64-599882cfb998.patch, diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun Apr 13 16:54:09 2014 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Apr 14 09:09:11 2014 +0200 @@ -18,8 +18,8 @@ %define major 28 -%define mainver %major.0 -%define update_channel release +%define mainver %major.99 +%define update_channel beta %if %suse_version > 1220 %define gstreamer_ver 0.10 @@ -37,6 +37,7 @@ BuildRequires: libgnomeui-devel BuildRequires: libidl-devel BuildRequires: libnotify-devel +BuildRequires: makeinfo BuildRequires: python BuildRequires: startup-notification-devel BuildRequires: unzip @@ -51,7 +52,7 @@ BuildRequires: wireless-tools %endif BuildRequires: mozilla-nspr-devel >= 4.10.3 -BuildRequires: mozilla-nss-devel >= 3.15.5 +BuildRequires: mozilla-nss-devel >= 3.16 BuildRequires: nss-shared-helper-devel BuildRequires: pkgconfig(libpulse) %if %suse_version > 1210 @@ -64,7 +65,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2014031500 +%define releasedate 2014041300 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -103,6 +104,7 @@ Patch8: mozilla-ntlm-full-path.patch Patch9: mozilla-repo.patch Patch10: mozilla-sle11.patch +Patch11: mozilla-icu-strncat.patch Patch12: mozilla-arm-disable-edsp.patch Patch13: mozilla-ppc.patch Patch14: mozilla-libproxy-compat.patch @@ -114,16 +116,11 @@ Patch20: mozilla-ppc64le-xpcom.patch Patch21: mozilla-ppc64-xpcom.patch # Gecko/Toolkit AArch64 Porting -Patch36: mozilla-aarch64-599882cfb998.diff -Patch37: mozilla-aarch64-bmo-810631.patch -Patch38: mozilla-aarch64-bmo-962488.patch -Patch39: mozilla-aarch64-bmo-963030.patch -Patch40: mozilla-aarch64-bmo-963027.patch -Patch41: mozilla-aarch64-bmo-963028.patch -Patch42: mozilla-aarch64-bmo-963029.patch -Patch43: mozilla-aarch64-bmo-963023.patch -Patch44: mozilla-aarch64-bmo-963024.patch -Patch45: mozilla-aarch64-bmo-963031.patch +Patch30: mozilla-aarch64-bmo-810631.patch +Patch31: mozilla-aarch64-bmo-962488.patch +Patch32: mozilla-aarch64-bmo-963027.patch +Patch33: mozilla-aarch64-bmo-963023.patch +Patch34: mozilla-aarch64-bmo-963024.patch # Firefox/browser Patch100: firefox-browser-css.patch @@ -261,29 +258,25 @@ %if %suse_version < 1120 %patch10 -p1 %endif +%patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 -%patch15 -p1 +#%patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p1 %patch20 -p1 %patch21 -p1 -%patch36 -p1 -%patch37 -p1 -%patch38 -p1 -%patch39 -p1 -%patch40 -p1 -%patch41 -p1 -%patch42 -p1 -%patch43 -p1 -%patch44 -p1 -%patch45 -p1 +%patch30 -p1 +%patch31 -p1 +%patch32 -p1 +%patch33 -p1 +%patch34 -p1 # Firefox -%patch100 -p1 +#%patch100 -p1 %patch101 -p1 %if %suse_version >= 1140 %patch102 -p1 diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sun Apr 13 16:54:09 2014 +0200 +++ b/MozillaFirefox/create-tar.sh Mon Apr 14 09:09:11 2014 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="release" +CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_28_0_RELEASE" -VERSION="28.0" +RELEASE_TAG="FIREFOX_29_0b7_RELEASE" +VERSION="28.99" # mozilla if [ -d mozilla ]; then diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-aarch64-599882cfb998.diff --- a/MozillaFirefox/mozilla-aarch64-599882cfb998.diff Sun Apr 13 16:54:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-aarch64-599882cfb998.diff \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-aarch64-bmo-963028.patch --- a/MozillaFirefox/mozilla-aarch64-bmo-963028.patch Sun Apr 13 16:54:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-aarch64-bmo-963028.patch \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-aarch64-bmo-963029.patch --- a/MozillaFirefox/mozilla-aarch64-bmo-963029.patch Sun Apr 13 16:54:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-aarch64-bmo-963029.patch \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-aarch64-bmo-963030.patch --- a/MozillaFirefox/mozilla-aarch64-bmo-963030.patch Sun Apr 13 16:54:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-aarch64-bmo-963030.patch \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-aarch64-bmo-963031.patch --- a/MozillaFirefox/mozilla-aarch64-bmo-963031.patch Sun Apr 13 16:54:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-aarch64-bmo-963031.patch \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 MozillaFirefox/mozilla-icu-strncat.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MozillaFirefox/mozilla-icu-strncat.patch Mon Apr 14 09:09:11 2014 +0200 @@ -0,0 +1,1 @@ +../mozilla-icu-strncat.patch \ No newline at end of file diff -r e1c226a4de34 -r cef565f1c325 firefox-kde.patch --- a/firefox-kde.patch Sun Apr 13 16:54:09 2014 +0200 +++ b/firefox-kde.patch Mon Apr 14 09:09:11 2014 +0200 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1177 @@ +@@ -0,0 +1,1213 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -14,7 +14,9 @@ + + + ++ + ++ + + + @@ -44,6 +46,14 @@ + titlemodifier_normal="&mainWindow.titlemodifier;" + titlemodifier_privatebrowsing="&mainWindow.titlemodifier; &mainWindow.titlePrivateBrowsingSuffix;" +#endif ++#ifdef CAN_DRAW_IN_TITLEBAR ++#ifdef XP_WIN ++ chromemargin="0,2,2,2" ++#else ++ chromemargin="0,-1,-1,-1" ++#endif ++ tabsintitlebar="true" ++#endif + titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" + lightweightthemes="true" + lightweightthemesfooter="browser-bottombox" @@ -51,6 +61,7 @@ + macanimationtype="document" + screenX="4" screenY="4" + fullscreenbutton="true" ++ sizemode="normal" + persist="screenX screenY width height sizemode"> + +# All JS files which are not content (only) dependent that browser.xul @@ -123,6 +134,7 @@ + oncommand="gotoHistoryIndex(event); event.stopPropagation();" + onclick="checkForMiddleClick(this, event);"/> + ++ + + + -+ -+ -+ -+ -+ ++