# HG changeset patch # User Wolfgang Rosenauer # Date 1591995721 -7200 # Node ID 4a5aa82931784e5f5f1a2ec84fe0bf4ef2f022da # Parent ea7152ed4a3791622507b46e03568e7a2f67cc2f 78.0b5 building diff -r ea7152ed4a37 -r 4a5aa8293178 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Fri Jun 12 23:01:02 2020 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Fri Jun 12 23:02:01 2020 +0200 @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Thu Jun 11 20:55:26 UTC 2020 - Wolfgang Rosenauer + +- Mozilla Firefox 78.0b5 + * startup notifications now using Gtk instead of libnotify +- requires + * NSS >= 3.53 + * nodejs >= 10.21 + +------------------------------------------------------------------- Wed Jun 10 07:17:15 UTC 2020 - Guillaume GARDET - Exclude armv6, since it is unbuildable since about 3 years diff -r ea7152ed4a37 -r 4a5aa8293178 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Jun 12 23:01:02 2020 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Fri Jun 12 23:02:01 2020 +0200 @@ -80,13 +80,12 @@ BuildRequires: libcurl-devel BuildRequires: libidl-devel BuildRequires: libiw-devel -BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: makeinfo BuildRequires: mozilla-nspr-devel >= 4.25 BuildRequires: mozilla-nss-devel >= 3.53 BuildRequires: nasm >= 2.14 -BuildRequires: nodejs10 >= 10.19.0 +BuildRequires: nodejs10 >= 10.21.0 BuildRequires: python-devel BuildRequires: python2-xml BuildRequires: python3 >= 3.5 @@ -394,9 +393,6 @@ ac_add_options --includedir=%{_includedir} ac_add_options --enable-release ac_add_options --enable-default-toolkit=cairo-gtk3-wayland -%if 0%{?suse_version} >= 1550 -ac_add_options --disable-gconf -%endif # bmo#1441155 - Disable the generation of Rust debug symbols on Linux32 %ifarch %ix86 %arm ac_add_options --disable-debug-symbols @@ -421,7 +417,6 @@ ac_add_options --disable-tests ac_add_options --enable-alsa ac_add_options --disable-debug -ac_add_options --enable-startup-notification #ac_add_options --enable-chrome-format=jar ac_add_options --enable-update-channel=%{update_channel} ac_add_options --with-mozilla-api-keyfile=%{SOURCE18} diff -r ea7152ed4a37 -r 4a5aa8293178 MozillaFirefox/tar_stamps --- a/MozillaFirefox/tar_stamps Fri Jun 12 23:01:02 2020 +0200 +++ b/MozillaFirefox/tar_stamps Fri Jun 12 23:02:01 2020 +0200 @@ -1,11 +1,11 @@ PRODUCT="firefox" CHANNEL="beta" -VERSION="78.0b5" -VERSION_SUFFIX="" +VERSION="78.0" +VERSION_SUFFIX="b5" PREV_VERSION="77.0.1" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation -RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release" -RELEASE_TAG="b8d272601020250ac2897e113b3fc3b53b72cf4b" -RELEASE_TIMESTAMP="20200602222727" +RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-beta" +RELEASE_TAG="6aafb2261c55f300ba9289ad196d6d344686bd89" +RELEASE_TIMESTAMP="20200609215727"