Hello community,

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

Package is "mariadb"

Sun May  6 14:57:05 2018 rev:70 rq:602557 version:10.2.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-03-24 
16:05:33.676734784 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2018-05-06 
14:57:10.118493737 +0200
@@ -1,0 +2,56 @@
+Mon Apr 30 13:29:35 UTC 2018 - kstreit...@suse.com
+
+- update to 10.2.14 GA
+  * notable changes:
+    * MyRocks is now Gamma (RC)
+    * MDEV-14533 - Added the DISKS plugin, for monitoring disk
+      space
+    * MDEV-14611 - ALTER TABLE EXCHANGE PARTITION does not work
+      properly when used with DATA DIRECTORY.
+    * MDEV-15333 - MariaDB (still) slow start
+    * MDEV-12255 - Wrong result with
+      innodb_prefix_index_cluster_optimization
+    * MDEV-12396 - IMPORT TABLESPACE cleanup
+    * MDEV-14648 - Restore fix for MySQL BUG#39053 - UNINSTALL
+      PLUGIN does not allow the storage engine to cleanup open
+      connections
+    * MDEV-15249 - IMPORT fixes
+    * MDEV-14988 - innodb_read_only tries to modify files if
+      transactions were recovered in COMMITTED state
+    * MDEV-14773 - DROP TABLE hangs for InnoDB table with FULLTEXT
+      index (fixing a recent regression from upstream)
+    * MDEV-15529 - IMPORT TABLESPACE unnecessarily uses the
+      doublewrite buffer
+    * MDEV-15554 - InnoDB page_cleaner shutdown sometimes hangs
+    * MDEV-14545 - Mariabackup - Backup fails due to
+      MLOG_INDEX_LOAD record
+  * fixes for the following security vulnerabilities: none
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-10214-release-notes
+    https://mariadb.com/kb/en/library/mariadb-10214-changelog
+- remove the following patches
+  * mariadb-10.2.14-xtrabackup-v2.patch (applied upstream,
+    MDEV-15254)
+  * mariadb-10.2.13-aarch_compilefix.patch (applied upstream,
+    MDEV-14318)
+  * mariadb-10.2.10-disable_openssl_compatibility_check.patch
+    (fixed upstream in https://github.com/MariaDB/server/pull/558)
+  * mariadb-10.2.8-systemd-cmake.patch and DWITH_SYSTEMD=ON
+    compile option that are no longer needed - systemd is detected
+    correctly now (discussed in [bsc#1080891] and MDEV-8379)
+  * mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch (fixed
+    upstream in 52516706c86f9f66c76836eabde7e2477694bac3)
+  * remove mariadb-10.2.3-group.patch that was just a half solution
+    of the group support (missing server part) and moreover using
+    a group option in mysql-systemd-helper was removed few years ago
+    as it caused troubles because MariaDB resolved it as
+    'group_concat_max_len option' (see
+    https://github.com/openSUSE/mysql-packaging/issues/15) 
+- remove jar files from the tarball (used for testing from the
+  source)
+- build TokuDB without the jemalloc support for now. Jemalloc 5
+  is not backwards compatible which leads to the errors in the
+  testsuite at least (MDEV-15034)
+- update suse_skipped_tests.list
+
+-------------------------------------------------------------------

Old:
----
  mariadb-10.2.10-disable_openssl_compatibility_check.patch
  mariadb-10.2.13-aarch_compilefix.patch
  mariadb-10.2.13.tar.gz
  mariadb-10.2.13.tar.gz.sig
  mariadb-10.2.14-xtrabackup-v2.patch
  mariadb-10.2.3-group.patch
  mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
  mariadb-10.2.8-systemd-cmake.patch

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

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.OUnhE8/_old  2018-05-06 14:57:11.614438847 +0200
+++ /var/tmp/diff_new_pack.OUnhE8/_new  2018-05-06 14:57:11.614438847 +0200
@@ -23,7 +23,7 @@
 # to SLE15 [fate#323756]
 %define extra_provides mariadb-102
 # Set this to 1 to run regression test suite (it takes a long time)
-%define run_testsuite 0
+%define run_testsuite 1
 # Set this to 1 for testing purposes (run all regression tests but ignore
 # failures). Set this to 0 for production usage (skip tests in the
 # unstable-tests list (contains also suse_skipped_tests.list) and don't
@@ -38,6 +38,8 @@
 # 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)
 %define with_tokudb 0
 %if 0%{?is_opensuse} > 0 || 0%{?sle_version} > 120300
 %ifarch x86_64
@@ -52,7 +54,7 @@
 %define with_mroonga 0
 %endif
 Name:           mariadb
-Version:        10.2.13
+Version:        10.2.14
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -76,16 +78,10 @@
 Patch2:         mariadb-5.5.28-install_db-quiet.patch
 Patch3:         mariadb-10.1.1-mysqld_multi-features.patch
 Patch4:         mariadb-5.2.3-cnf.patch
-Patch5:         mariadb-10.2.3-group.patch
 Patch6:         mariadb-10.1.12-deharcode-libdir.patch
 Patch7:         mariadb-10.0.15-logrotate-su.patch
 Patch8:         mariadb-10.2.4-fortify-and-O.patch
-Patch9:         mariadb-10.2.8-systemd-cmake.patch
-Patch10:        mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
 Patch11:        mariadb-10.2.9-galera_cnf.patch
-Patch12:        mariadb-10.2.10-disable_openssl_compatibility_check.patch
-Patch13:        mariadb-10.2.14-xtrabackup-v2.patch
-Patch14:        mariadb-10.2.13-aarch_compilefix.patch
 BuildRequires:  bison
 BuildRequires:  cmake
 BuildRequires:  dos2unix
@@ -329,27 +325,17 @@
 
 %prep
 %setup -q
+# Remove JAR files from the tarball (used for testing from the source)
+find . -name "*.jar" -type f -exec rm --verbose -f {} \;
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
 %patch4 -p0
-%patch5 -p0
 %patch6 -p0
 %patch7 -p0
 %patch8 -p0
-%patch9 -p1
-%patch10 -p1
 %patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%ifarch aarch64
-%if 0%{?suse_version} == 1315
-# gcc48 on sle12 on aarch64 has some optimisation issues
-# add some more files to the list of sources compiled with -O0
-%patch14 -p1
-%endif
-%endif
 
 cp %{_sourcedir}/suse-test-run .
 
@@ -395,12 +381,11 @@
        -DWITH_PIC=ON                                                \
        -DWITH_ZLIB=system                                           \
        -DWITH_LIBEVENT=system                                       \
-       -DWITH_JEMALLOC=system                                       \
+       -DWITH_JEMALLOC=no                                           \
        -DWITH_READLINE=0                                            \
        -DWITH_LIBEDIT=0                                             \
        -DWITH_EDITLINE=system                                       \
        -DINSTALL_LAYOUT=RPM                                         \
-       -DWITH_SYSTEMD=ON                                            \
        -DWITH_LZ4=system                                            \
        -DMYSQL_UNIX_ADDR="%{_localstatedir}/run/mysql/mysql.sock"   \
        -DINSTALL_UNIX_ADDRDIR="%{_localstatedir}/run/mysql/mysql.sock" \
@@ -512,11 +497,6 @@
 # The old fork of mytop utility (we ship it as a separate package)
 rm -f %{buildroot}%{_bindir}/mytop
 
-# Remove *.jar files from mysql-test
-rm -r 
%{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/JdbcMariaDB.jar
-rm -r 
%{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/Mongo2.jar
-rm -r 
%{buildroot}%{_datadir}/mysql-test/plugin/connect/connect/std_data/Mongo3.jar
-
 # Remove unused upstream services
 rm -f %{buildroot}'%{_unitdir}/mariadb.service'
 rm -f %{buildroot}'%{_unitdir}/mariadb@.service'

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

++++++ suse_skipped_tests.list ++++++
--- /var/tmp/diff_new_pack.OUnhE8/_old  2018-05-06 14:57:11.878429161 +0200
+++ /var/tmp/diff_new_pack.OUnhE8/_new  2018-05-06 14:57:11.878429161 +0200
@@ -12,21 +12,22 @@
 perfschema.socket_summary_by_event_name_func : bsc#937836, MDEV-8446
 perfschema.socket_summary_by_instance_func   : bsc#937836, MDEV-8446
 
+# It's not a critical test. The problem is that it's not easy to
+# unify the correct number of the repetition in the test for all
+# various platforms (fails for s390x)
+main.func_regexp_pcre                        : bsc#1058722 comment 11
 #----------------------------------------------------------------
 
 # Needs to be investigated (issues trackers will be added)
-plugins.show_all_plugins                     :
 perfschema.cnf_option                        :
-perfschema.privilege_table_io                :
 rpl.rpl_row_img_blobs                        :
 rpl.rpl_row_img_eng_min                      :
 rpl.rpl_row_img_eng_noblob                   :
 sys_vars.slave_parallel_threads_basic        :
+rocksdb.2pc_group_commit                     :
+rocksdb.read_only_tx                         :
 rocksdb.shutdown                             :
-rocksdb.deadlock                             :
-roles.acl_statistics                         :
+rocksdb.index_merge_rocksdb                  :
 main.non_blocking_api                        :
-main.join_cache                              :
-main.explain_non_select                      :
-main.mdev-504                                : (i586)
-sys_vars.innodb_change_buffer_max_size_basic : (i586)
+main.index_merge_innodb                      :
+mariabackup.xb_fulltext_encrypted            :


Reply via email to