Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Leap:15.2 checked in at 2020-06-11 16:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.MozillaThunderbird.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Thu Jun 11 16:18:24 2020 rev:52 rq:813201 version:68.9.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/MozillaThunderbird/MozillaThunderbird.changes  
2020-05-12 11:32:24.175744688 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.MozillaThunderbird.new.3606/MozillaThunderbird.changes
        2020-06-11 16:18:40.162847426 +0200
@@ -1,0 +2,32 @@
+Thu Jun  4 09:46:03 UTC 2020 - Martin Sirringhaus <[email protected]>
+
+- Mozilla Thunderbird 68.9.0
+  * fixed: Custom headers added for searching or filtering could
+    not be removed (bmo#1631577)
+  * fixed: Calendar: Today Pane updated prior to loading all data
+    (bmo#1635613)
+  * fixed: Stability improvements (bmo#1625677)
+  * fixed: Various security fixes
+  MFSA 2020-22 (bsc#1172402)
+  * CVE-2020-12405 (bmo#1631618)
+    Use-after-free in SharedWorkerService
+  * CVE-2020-12406 (bmo#1639590)
+    JavaScript Type confusion with NativeTypes
+  * CVE-2020-12410 (bmo#1619305, bmo#1632717)
+    Memory safety bugs fixed in Thunderbird 68.9.0
+  * CVE-2020-12398 (bmo#1613623)
+    Security downgrade with IMAP STARTTLS leads to information
+    leakage
+
+-------------------------------------------------------------------
+Mon May 25 06:51:16 UTC 2020 - Martin Sirringhaus <[email protected]>
+
+- Mozilla Thunderbird 68.8.1
+  * fixed: IMAP stability improvements (bmo#1586494)
+  * fixed: HTML tags in IRC topic changes were rendered
+    incorrectly (bmo#1607097)
+  * fixed: MailExtensions: Websockets could not be used
+    (bmo#1627649)
+- Use a symbolic icon from branding internals
+
+-------------------------------------------------------------------

Old:
----
  l10n-68.8.0.tar.xz
  thunderbird-68.8.0.source.tar.xz
  thunderbird-68.8.0.source.tar.xz.asc

New:
----
  l10n-68.9.0.tar.xz
  thunderbird-68.9.0.source.tar.xz
  thunderbird-68.9.0.source.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.Ph3Pi7/_old  2020-06-11 16:19:08.690922869 +0200
+++ /var/tmp/diff_new_pack.Ph3Pi7/_new  2020-06-11 16:19:08.694922880 +0200
@@ -26,8 +26,8 @@
 # major 69
 # mainver %major.99
 %define major           68
-%define mainver         %major.8.0
-%define orig_version    68.8.0
+%define mainver         %major.9.0
+%define orig_version    68.9.0
 %define orig_suffix     %{nil}
 %define update_channel  release
 %define source_prefix   thunderbird-%{mainver}
@@ -147,7 +147,7 @@
 Source6:        suse-default-prefs.js
 Source7:        l10n-%{version}.tar.xz
 Source9:        thunderbird.appdata.xml
-Source14:       
https://github.com/openSUSE/firefox-scripts/raw/8a54002/create-tar.sh
+Source14:       
https://github.com/openSUSE/firefox-scripts/raw/5e54f4a/create-tar.sh
 Source20:       
https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}%{orig_suffix}/source/%{progname}-%{orig_version}%{orig_suffix}.source.tar.xz.asc
 Source21:       
https://ftp.mozilla.org/pub/%{progname}/releases/%{orig_version}/KEY#/mozilla.keyring
 # Gecko/Toolkit
@@ -516,6 +516,10 @@
 pref("general.useragent.locale", "chrome://global/locale/intl.properties");
 EOF
 #
+# Install symbolic icon for GNOME
+mkdir -p %{buildroot}%{gnome_dir}/share/icons/hicolor/symbolic/apps/
+cp 
%{_builddir}/%{source_prefix}/comm/mail/branding/thunderbird/TB-symbolic.svg \
+   
%{buildroot}%{gnome_dir}/share/icons/hicolor/symbolic/apps/%{progname}-symbolic.svg
 for size in 16 22 24 32 48 64 128; do
   mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/
   cp %{buildroot}%{progdir}/chrome/icons/default/default$size.png \
@@ -597,6 +601,7 @@
 %{_datadir}/appdata/
 %{_datadir}/applications/%{desktop_file_name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{progname}.png
+%{_datadir}/icons/hicolor/symbolic/apps/%{progname}-symbolic.svg
 %{_bindir}/%{progname}
 
 %if %localize

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.Ph3Pi7/_old  2020-06-11 16:19:08.758923053 +0200
+++ /var/tmp/diff_new_pack.Ph3Pi7/_new  2020-06-11 16:19:08.762923064 +0200
@@ -181,10 +181,7 @@
 BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX")
 
 if [ -z ${SKIP_LOCALES+x} ]; then
-  # TODO: Thunderbird has usually "default" as locale entry. 
-  # There we probably need to double-check Firefox-locals
-  # For now, just download every time for Thunderbird
-  if [ "$PRODUCT" = "firefox" ] && [ "$PREV_VERSION" != "" ] && 
locales_unchanged "$BUILD_ID"; then
+  if [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then
     printf "%-40s: Did not change. Skipping.\n" "locales"
     LOCALES_CHANGED=0
   else

++++++ l10n-68.8.0.tar.xz -> l10n-68.9.0.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/MozillaThunderbird/l10n-68.8.0.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.MozillaThunderbird.new.3606/l10n-68.9.0.tar.xz 
differ: char 15, line 1

++++++ tar_stamps ++++++
--- /var/tmp/diff_new_pack.Ph3Pi7/_old  2020-06-11 16:19:08.930923518 +0200
+++ /var/tmp/diff_new_pack.Ph3Pi7/_new  2020-06-11 16:19:08.930923518 +0200
@@ -1,10 +1,10 @@
 PRODUCT="thunderbird"
 CHANNEL="esr68"
-VERSION="68.8.0"
+VERSION="68.9.0"
 VERSION_SUFFIX=""
-PREV_VERSION="68.7.0"
+PREV_VERSION="68.8.1"
 PREV_VERSION_SUFFIX=""
 #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
 RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr68";
-RELEASE_TAG="4c022a34cd5dd776671721c44db89f693f59132c"
-RELEASE_TIMESTAMP="20200504155042"
+RELEASE_TAG="787d887f43fcbfe254ff0c9650c5517710071b74"
+RELEASE_TIMESTAMP="20200602112704"

++++++ thunderbird-68.8.0.source.tar.xz -> thunderbird-68.9.0.source.tar.xz 
++++++
/work/SRC/openSUSE:Leap:15.2/MozillaThunderbird/thunderbird-68.8.0.source.tar.xz
 
/work/SRC/openSUSE:Leap:15.2/.MozillaThunderbird.new.3606/thunderbird-68.9.0.source.tar.xz
 differ: char 15, line 1


Reply via email to