# HG changeset patch # User Wolfgang Rosenauer # Date 1557942222 -7200 # Node ID 3942c205588b2221ecb80b2b856e184943a214ce # Parent 5d7b22f6b177297387bd3f0a062c152474bedb8a 67.0 release diff -r 5d7b22f6b177 -r 3942c205588b MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Tue May 14 12:12:16 2019 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Wed May 15 19:43:42 2019 +0200 @@ -1,4 +1,33 @@ ------------------------------------------------------------------- +Tue May 14 10:34:08 UTC 2019 - Wolfgang Rosenauer + +- Mozilla Firefox 67.0 + * Firefox 67 will be able to run different Firefox installs side by side + https://blog.nightly.mozilla.org/2019/01/14/moving-to-a-profile-per-install-architecture/ + * Tabs can now be pinned from the Page Actions menu in the address bar + * Users can block known cryptominers and fingerprinters in the + Custom settings or their Content Blocking preferences + * The Import Data from Another Browser feature is now also available + from the File menu + * Firefox will now protect you against running older versions which + can lead to data corruption and stability issues + * Easier access to your list of saved logins from the main menu and + login autocomplete + * We’ve added a toolbar menu for your Firefox Account to provide more + transparency for when you are synced, sharing data across devices + and with Firefox. Personalize the appearance of the menu with your + own avatar + * Enable FIDO U2F API, and permit registrations for Google Accounts + * Enabled AV1 support on Linux +- requires + * rust/cargo >= 1.32 + * mozilla-nspr >= 4.21 + * mozilla-nss >= 3.43 + * rust-cbindgen >= 0.8.2 +- rebased patches +- KDE integration for default browser detection is broken in this revision + +------------------------------------------------------------------- Fri May 10 10:30:05 UTC 2019 - Manfred Hollstein - Mozilla Firefox 66.0.5 diff -r 5d7b22f6b177 -r 3942c205588b MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue May 14 12:12:16 2019 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed May 15 19:43:42 2019 +0200 @@ -18,13 +18,13 @@ # changed with every update -%define major 66 -%define mainver %major.0.5 -%define orig_version 66.0.5 +%define major 67 +%define mainver %major.0 +%define orig_version 67.0 %define orig_suffix %{nil} %define update_channel release %define branding 1 -%define releasedate 20190507012018 +%define releasedate 20190513195729 %define source_prefix firefox-%{orig_version} # always build with GCC as SUSE Security Team requires that @@ -69,7 +69,7 @@ %else BuildRequires: gcc-c++ %endif -BuildRequires: cargo >= 1.31 +BuildRequires: cargo >= 1.32 BuildRequires: libXcomposite-devel BuildRequires: libcurl-devel BuildRequires: libidl-devel @@ -77,15 +77,15 @@ BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: makeinfo -BuildRequires: mozilla-nspr-devel >= 4.20 -BuildRequires: mozilla-nss-devel >= 3.42.1 +BuildRequires: mozilla-nspr-devel >= 4.21 +BuildRequires: mozilla-nss-devel >= 3.43 BuildRequires: nasm >= 2.13 BuildRequires: nodejs >= 8.11 BuildRequires: python-devel BuildRequires: python2-xml BuildRequires: python3 >= 3.5 -BuildRequires: rust >= 1.31 -BuildRequires: rust-cbindgen >= 0.6.8 +BuildRequires: rust >= 1.32 +BuildRequires: rust-cbindgen >= 0.8.2 BuildRequires: startup-notification-devel BuildRequires: unzip BuildRequires: update-desktop-files diff -r 5d7b22f6b177 -r 3942c205588b MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Tue May 14 12:12:16 2019 +0200 +++ b/MozillaFirefox/create-tar.sh Wed May 15 19:43:42 2019 +0200 @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="96d2576eae4baf0aa961b4f5a1dadd26bb8ee823" -VERSION="66.0.5" +RELEASE_TAG="3126a5c2560c34a8acb33d62e54b2be0f704a190" +VERSION="67.0" VERSION_SUFFIX="" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" diff -r 5d7b22f6b177 -r 3942c205588b MozillaFirefox/source-stamp.txt --- a/MozillaFirefox/source-stamp.txt Tue May 14 12:12:16 2019 +0200 +++ b/MozillaFirefox/source-stamp.txt Wed May 15 19:43:42 2019 +0200 @@ -1,2 +1,2 @@ -REV=96d2576eae4b +REV=3126a5c2560c34a8acb33d62e54b2be0f704a190 REPO=http://hg.mozilla.org/releases/mozilla-release diff -r 5d7b22f6b177 -r 3942c205588b firefox-kde.patch --- a/firefox-kde.patch Tue May 14 12:12:16 2019 +0200 +++ b/firefox-kde.patch Wed May 15 19:43:42 2019 +0200 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent 87262204aa945e6fce864193d103a93659bf76f6 +# Parent 18632e53d0b0c4c03f254ca2dbbeac8f48ec6f5c 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,1408 @@ +@@ -0,0 +1,1404 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -80,7 +80,6 @@ + retargetdocumentfocus="urlbar" + persist="screenX screenY width height sizemode" +#ifdef BROWSER_XHTML -+ hidden="true" + mozpersist="" +#endif + > @@ -90,11 +89,7 @@ +# that they can be shared with macWindow.inc.xul. +#include global-scripts.inc + -+