Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mariadb for openSUSE:Factory checked in at 2024-11-15 15:38:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mariadb (Old) and /work/SRC/openSUSE:Factory/.mariadb.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mariadb" Fri Nov 15 15:38:42 2024 rev:142 rq:1224344 version:11.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes 2024-09-24 17:31:35.084830523 +0200 +++ /work/SRC/openSUSE:Factory/.mariadb.new.2017/mariadb.changes 2024-11-15 15:39:38.325370695 +0100 @@ -1,0 +2,14 @@ +Thu Nov 14 21:10:35 UTC 2024 - Antonio Teixeira <antonio.teixe...@suse.com> + +- Update to 11.6.1: + https://mariadb.com/kb/en/mariadb-11-6-1-releasqe-notes/ + https://mariadb.com/kb/en/mariadb-11-6-1-changelog/ +- Update list of skipped tests +- Refresh gcc13-fix.patch + +------------------------------------------------------------------- +Mon Nov 11 10:36:05 UTC 2024 - Andreas Schwab <sch...@suse.de> + +- Reduce race in %mysql_testserver_start + +------------------------------------------------------------------- Old: ---- mariadb-11.5.2.tar.gz mariadb-11.5.2.tar.gz.asc New: ---- mariadb-11.6.1.tar.gz mariadb-11.6.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mariadb.spec ++++++ --- /var/tmp/diff_new_pack.tAI3gu/_old 2024-11-15 15:39:39.337413061 +0100 +++ /var/tmp/diff_new_pack.tAI3gu/_new 2024-11-15 15:39:39.337413061 +0100 @@ -52,14 +52,14 @@ # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available %define with_cracklib_plugin 0 Name: mariadb -Version: 11.5.2 +Version: 11.6.1 Release: 0 Summary: Server part of MariaDB License: SUSE-GPL-2.0-with-FLOSS-exception Group: Productivity/Databases/Servers URL: https://www.mariadb.org -Source: https://downloads.mariadb.com/MariaDB/%{name}-%{version}/source/%{name}-%{version}.tar.gz -Source1: https://downloads.mariadb.com/MariaDB/%{name}-%{version}/source/%{name}-%{version}.tar.gz.asc +Source: https://archive.mariadb.org/%{name}-%{version}/source/%{name}-%{version}.tar.gz +Source1: https://archive.mariadb.org/%{name}-%{version}/source/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring Source4: README.debug Source5: suse-test-run ++++++ gcc13-fix.patch ++++++ --- /var/tmp/diff_new_pack.tAI3gu/_old 2024-11-15 15:39:39.405415908 +0100 +++ /var/tmp/diff_new_pack.tAI3gu/_new 2024-11-15 15:39:39.409416075 +0100 @@ -58,16 +58,4 @@ #include "rocksdb/rocksdb_namespace.h" -Index: mariadb-10.11.3/tpool/aio_linux.cc -=================================================================== ---- mariadb-10.11.3.orig/tpool/aio_linux.cc -+++ mariadb-10.11.3/tpool/aio_linux.cc -@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fi - # include <cstdio> - # include <libaio.h> - # include <sys/syscall.h> -+# include <cstdio> - - /** - Invoke the io_getevents() system call, without timeout parameter. ++++++ macros.mariadb-test ++++++ --- /var/tmp/diff_new_pack.tAI3gu/_old 2024-11-15 15:39:39.425416745 +0100 +++ /var/tmp/diff_new_pack.tAI3gu/_new 2024-11-15 15:39:39.429416912 +0100 @@ -57,7 +57,7 @@ \ echo '>>> Invoking mysqld' \ /usr/sbin/mysqld --defaults-file=$TEST_RUN_DIR/my.cnf& \ -sleep 2 \ +sleep 10 \ \ echo ">>> Creating \'$TEST_DB\' database, (credentials: $TEST_USER, $TEST_PASS)" \ mysqladmin --defaults-file=$TEST_RUN_DIR/my.cnf --user=abuild password abuildpw \ ++++++ mariadb-11.5.2.tar.gz -> mariadb-11.6.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/mariadb/mariadb-11.5.2.tar.gz /work/SRC/openSUSE:Factory/.mariadb.new.2017/mariadb-11.6.1.tar.gz differ: char 13, line 1 ++++++ suse_skipped_tests.list ++++++ --- /var/tmp/diff_new_pack.tAI3gu/_old 2024-11-15 15:39:39.581423276 +0100 +++ /var/tmp/diff_new_pack.tAI3gu/_new 2024-11-15 15:39:39.585423443 +0100 @@ -48,5 +48,6 @@ main.mysqld--help-aria : since 11.5.2 - all plugins.feedback_plugin_load : since 11.5.2 - all +plugins.parsec : since 11.6.1 - all