Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-05-22 17:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Tue May 22 17:01:16 2018 rev:71 rq:610541 version:10.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-05-06 
14:57:10.118493737 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2018-05-22 
17:01:22.765497713 +0200
@@ -1,0 +2,44 @@
+Fri May 18 11:02:12 UTC 2018 - [email protected]
+
+- update to 10.2.15 GA
+  * notable changes:
+    * PCRE updated to 8.42
+    * The embedded server library now supports SSL when connecting
+      to remote servers [bsc#1088681], [CVE-2018-2767]
+    * MDEV-15325 - Incomplete validation of missing tablespace
+      during recovery
+    * MDEV-15720 - ib_buffer_pool unnecessarily includes the
+      temporary tablespace
+    * MDEV-15764 - InnoDB may write uninitialized garbage to redo
+      log
+    * MDEV-15553 - Virtual Columns: Assertion failed in
+      dict_table_get_col_name
+    * MDEV-14705 - slow innodb startup/shutdown can exceed systemd
+      timeout
+    * MDEV-15507 - Assertion failed in dict_check_sys_tables on
+      upgrade from 5.5
+    * MDEV-15916 - Change buffer crash during TRUNCATE or
+      DROP TABLE
+    * encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752,
+      MDEV-15566, MDEV-16092
+    * temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374
+    * applicable changes from 5.7.22 - MDEV-16142
+  * fixes for the following security vulnerabilities:
+    CVE-2018-2786, CVE-2018-2759, CVE-2018-2777, CVE-2018-2810,
+    CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2766,
+    CVE-2018-2755, CVE-2018-2819, CVE-2018-2817, CVE-2018-2761, 
+    CVE-2018-2781, CVE-2018-2771, CVE-2018-2813
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-10215-release-notes
+    https://mariadb.com/kb/en/library/mariadb-10215-changelog
+- update suse_skipped_tests.list and add tests that are failing
+  with GCC 8 [bsc#1092544], MDEV-16127
+- do not build TokuDB as a build without jemalloc is not supported
+  upstream
+
+-------------------------------------------------------------------
+Mon Apr 30 22:36:12 UTC 2018 - [email protected]
+
+- update suse_skipped_tests.list and add failing tests for s390
+
+-------------------------------------------------------------------

Old:
----
  mariadb-10.2.14.tar.gz
  mariadb-10.2.14.tar.gz.sig

New:
----
  mariadb-10.2.15.tar.gz
  mariadb-10.2.15.tar.gz.sig

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.7oASVL/_old  2018-05-22 17:01:24.953418094 +0200
+++ /var/tmp/diff_new_pack.7oASVL/_new  2018-05-22 17:01:24.957417949 +0200
@@ -37,15 +37,9 @@
 %endif
 # TokuDB engine is available only for x86_64 architecture
 # see https://mariadb.com/kb/en/mariadb/tokudb/
-# Don't build for SLE<15 (missing jemalloc dependency)
-# Note that jemalloc 5 is not backwards compatible and therefore
-# MariaDB is currently built without its support (MDEV-15034)
+# Temporarily stop to build it as jemalloc 5 is not backwards compatible
+# and a build without jemalloc is not supported upstream (MDEV-15034)
 %define with_tokudb 0
-%if 0%{?is_opensuse} > 0 || 0%{?sle_version} > 120300
-%ifarch x86_64
-%define with_tokudb 1
-%endif
-%endif
 # Mroonga currently only supports the x86_64 architecture
 # see https://mariadb.com/kb/en/mariadb/about-mroonga/
 %ifarch x86_64
@@ -54,7 +48,7 @@
 %define with_mroonga 0
 %endif
 Name:           mariadb
-Version:        10.2.14
+Version:        10.2.15
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception

++++++ mariadb-10.2.14.tar.gz -> mariadb-10.2.15.tar.gz ++++++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.2.14.tar.gz 
/work/SRC/openSUSE:Factory/.mariadb.new/mariadb-10.2.15.tar.gz differ: char 5, 
line 1

++++++ suse_skipped_tests.list ++++++
--- /var/tmp/diff_new_pack.7oASVL/_old  2018-05-22 17:01:25.205408924 +0200
+++ /var/tmp/diff_new_pack.7oASVL/_new  2018-05-22 17:01:25.209408779 +0200
@@ -18,6 +18,16 @@
 main.func_regexp_pcre                        : bsc#1058722 comment 11
 #----------------------------------------------------------------
 
+# Failing with GCC 8
+mroonga/storage.index_multiple_column_range_all_used_less_than                 
              : bsc#1092544, MDEV-16127
+mroonga/storage.index_multiple_column_range_all_used_less_than_or_equal        
              : bsc#1092544, MDEV-16127
+mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than
             : bsc#1092544, MDEV-16127
+mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than_or_equal
    : bsc#1092544, MDEV-16127
+mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than 
              : bsc#1092544, MDEV-16127
+mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than_or_equal
      : bsc#1092544, MDEV-16127
+mroonga/storage.optimization_order_limit_optimized_datetime_less_than          
              : bsc#1092544, MDEV-16127
+mroonga/storage.optimization_order_limit_optimized_datetime_less_than_or_equal 
              : bsc#1092544, MDEV-16127
+
 # Needs to be investigated (issues trackers will be added)
 perfschema.cnf_option                        :
 rpl.rpl_row_img_blobs                        :
@@ -31,3 +41,5 @@
 main.non_blocking_api                        :
 main.index_merge_innodb                      :
 mariabackup.xb_fulltext_encrypted            :
+sys_vars.sysvars_server_notembedded          : fails for s390
+sys_vars.sysvars_wsrep                       : fails for s390


Reply via email to