# HG changeset patch # User Wolfgang Rosenauer # Date 1500285725 -7200 # Node ID 87a20e4490e004c19e73e091cbfb7ec946856606 # Parent 53443ffb496a1c8a22d72b5766449d1c9846e97b 54.0.1 diff -r 53443ffb496a -r 87a20e4490e0 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Mon Jun 26 20:41:30 2017 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Jul 17 12:02:05 2017 +0200 @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Jul 4 20:08:47 UTC 2017 - wr@rosenauer.org + +- update to Firefox 54.0.1 + * Fix a display issue of tab title (bmo#1357656) + * Fix a display issue of opening new tab (bmo#1371995) + * Fix a display issue when opening multiple tabs (bmo#1371962) + * Fix a tab display issue when downloading files (bmo#1373109) + * Fix a PDF printing issue (bmo#1366744) + * Fix a Netflix issue on Linux (bmo#1375708) + +------------------------------------------------------------------- Thu Jun 15 13:56:05 UTC 2017 - wr@rosenauer.org - update to Firefox 54.0 diff -r 53443ffb496a -r 87a20e4490e0 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Jun 26 20:41:30 2017 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Jul 17 12:02:05 2017 +0200 @@ -18,10 +18,10 @@ # changed with every update %define major 54 -%define mainver %major.0 +%define mainver %major.0.1 %define update_channel release %define branding 1 -%define releasedate 20170612000000 +%define releasedate 20170629000000 # PIE, full relro (x86_64 for now) %define build_hardened 1 @@ -576,6 +576,7 @@ %{progdir}/*.so %{progdir}/omni.ja %{progdir}/fonts/ +%{progdir}/pingsender %{progdir}/platform.ini %{progdir}/plugin-container %if %crashreporter diff -r 53443ffb496a -r 87a20e4490e0 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Jun 26 20:41:30 2017 +0200 +++ b/MozillaFirefox/create-tar.sh Mon Jul 17 12:02:05 2017 +0200 @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_54_0_RELEASE" -VERSION="54.0" +RELEASE_TAG="FIREFOX_54_0_1_RELEASE" +VERSION="54.0.1" # mozilla if [ -d mozilla ]; then