# HG changeset patch # User Wolfgang Rosenauer # Date 1446321511 -3600 # Node ID ee3c462047d5e082b235d9dd5a9d3a498cb7ab11 # Parent 82af81b0a6c7a3c603b13ab0585e7924206436e3# Parent d9d863421693628af49db58c198502562359be49 42 beta cycle diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Mon Oct 19 11:59:08 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Oct 31 20:58:31 2015 +0100 @@ -1,4 +1,24 @@ ------------------------------------------------------------------- +Sat Oct 31 19:50:03 UTC 2015 - wr@rosenauer.org + +- update to Firefox 42.0 (bnc#952810) + * Private Browsing with Tracking Protection blocks certain Web + elements that could be used to record your behavior across sites + * Control Center that contains site security and privacy controls + * Login Manager improvements + * WebRTC improvements + * Indicator added to tabs that play audio with one-click muting + * Media Source Extension for HTML5 video available for all sites +- requires NSPR 4.10.10 and NSS 3.19.4 +- removed obsolete patches + * mozilla-arm-disable-edsp.patch + * mozilla-icu-strncat.patch + * mozilla-skia-be-le.patch + * toolkit-download-folder.patch +- fixed build with enable-libproxy (bmo#1220399) + * mozilla-libproxy.patch + +------------------------------------------------------------------- Thu Oct 15 08:25:54 UTC 2015 - wr@rosenauer.org - update to Firefox 41.0.2 (bnc#950686) diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Oct 19 11:59:08 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Oct 31 20:58:31 2015 +0100 @@ -19,9 +19,9 @@ # changed with every update %define major 41 -%define mainver %major.0.2 -%define update_channel release -%define releasedate 2015101500 +%define mainver %major.99 +%define update_channel beta +%define releasedate 2015103000 # general build definitions %if "%{update_channel}" != "aurora" @@ -76,8 +76,8 @@ BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: makeinfo -BuildRequires: mozilla-nspr-devel >= 4.10.8 -BuildRequires: mozilla-nss-devel >= 3.19.2 +BuildRequires: mozilla-nspr-devel >= 4.10.10 +BuildRequires: mozilla-nss-devel >= 3.19.4 BuildRequires: nss-shared-helper-devel BuildRequires: python-devel BuildRequires: startup-notification-devel @@ -137,20 +137,17 @@ Source15: firefox-appdata.xml Source16: MozillaFirefox.changes # Gecko/Toolkit -Patch1: toolkit-download-folder.patch -Patch2: mozilla-nongnome-proxies.patch -Patch4: mozilla-shared-nss-db.patch -Patch5: mozilla-kde.patch -Patch6: mozilla-preferences.patch -Patch7: mozilla-language.patch -Patch8: mozilla-ntlm-full-path.patch -Patch9: mozilla-repo.patch -Patch10: mozilla-icu-strncat.patch -Patch11: mozilla-arm-disable-edsp.patch -Patch12: mozilla-openaes-decl.patch -Patch14: mozilla-skia-be-le.patch -Patch15: mozilla-bmo1005535.patch -Patch16: mozilla-no-stdcxx-check.patch +Patch1: mozilla-nongnome-proxies.patch +Patch2: mozilla-shared-nss-db.patch +Patch3: mozilla-kde.patch +Patch4: mozilla-preferences.patch +Patch5: mozilla-language.patch +Patch6: mozilla-ntlm-full-path.patch +Patch7: mozilla-repo.patch +Patch8: mozilla-openaes-decl.patch +Patch9: mozilla-bmo1005535.patch +Patch10: mozilla-no-stdcxx-check.patch +Patch11: mozilla-libproxy.patch # Firefox/browser Patch101: firefox-kde.patch Patch102: firefox-no-default-ualocale.patch @@ -252,18 +249,15 @@ cd $RPM_BUILD_DIR/mozilla %patch1 -p1 %patch2 -p1 +%patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 +#%patch9 -p1 %patch10 -p1 %patch11 -p1 -%patch12 -p1 -%patch14 -p1 -%patch15 -p1 -%patch16 -p1 # Firefox %patch101 -p1 %patch102 -p1 diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Oct 19 11:59:08 2015 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Oct 31 20:58:31 2015 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="release" +CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_41_0_2_RELEASE" -VERSION="41.0.2" +RELEASE_TAG="FIREFOX_42_0b9_RELEASE" +VERSION="41.99" # mozilla if [ -d mozilla ]; then diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/mozilla-arm-disable-edsp.patch --- a/MozillaFirefox/mozilla-arm-disable-edsp.patch Mon Oct 19 11:59:08 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-arm-disable-edsp.patch \ No newline at end of file diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/mozilla-icu-strncat.patch --- a/MozillaFirefox/mozilla-icu-strncat.patch Mon Oct 19 11:59:08 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-icu-strncat.patch \ No newline at end of file diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/mozilla-libproxy.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MozillaFirefox/mozilla-libproxy.patch Sat Oct 31 20:58:31 2015 +0100 @@ -0,0 +1,1 @@ +../mozilla-libproxy.patch \ No newline at end of file diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/mozilla-skia-be-le.patch --- a/MozillaFirefox/mozilla-skia-be-le.patch Mon Oct 19 11:59:08 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-skia-be-le.patch \ No newline at end of file diff -r d9d863421693 -r ee3c462047d5 MozillaFirefox/toolkit-download-folder.patch --- a/MozillaFirefox/toolkit-download-folder.patch Mon Oct 19 11:59:08 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../toolkit-download-folder.patch \ No newline at end of file diff -r d9d863421693 -r ee3c462047d5 firefox-kde.patch --- a/firefox-kde.patch Mon Oct 19 11:59:08 2015 +0200 +++ b/firefox-kde.patch Sat Oct 31 20:58:31 2015 +0100 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent 8d1e0e3997402b94742eded6477abed4b559f373 +# Parent 95b421ca30846be2b5d7230d72263e6dff042d0b diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1264 @@ +@@ -0,0 +1,1234 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -66,6 +66,7 @@ + screenX="4" screenY="4" + fullscreenbutton="true" + sizemode="normal" ++ retargetdocumentfocus="urlbar" + persist="screenX screenY width height sizemode"> + +# All JS files which are not content (only) dependent that browser.xul @@ -153,7 +154,14 @@ +