Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2023-03-07 16:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Tue Mar  7 16:48:42 2023 rev:129 rq:1069604 version:10.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2023-02-25 
19:54:36.407079878 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.31432/mariadb.changes       
2023-03-07 16:48:57.849151920 +0100
@@ -1,0 +2,14 @@
+Wed Mar  1 10:49:52 UTC 2023 - Danilo Spinella <danilo.spine...@suse.com>
+
+- Update to 10.11.2:
+  * release notes and changelog:
+    https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/
+    https://mariadb.com/kb/en/mariadb-10-11-2-release-notes/
+    https://mariadb.com/kb/en/mariadb-10-11-2-changelog/
+    https://mariadb.com/kb/en/mariadb-10-11-1-release-notes/
+    https://mariadb.com/kb/en/mariadb-10-11-1-changelog/
+    https://mariadb.com/kb/en/mariadb-10-11-0-release-notes/
+    https://mariadb.com/kb/en/mariadb-10-11-0-changelog/
+- Refresh mariadb-10.2.4-logrotate.patch
+
+-------------------------------------------------------------------

Old:
----
  mariadb-10.10.3.tar.gz
  mariadb-10.10.3.tar.gz.asc

New:
----
  mariadb-10.11.2.tar.gz
  mariadb-10.11.2.tar.gz.asc

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.fkivYe/_old  2023-03-07 16:48:59.249159288 +0100
+++ /var/tmp/diff_new_pack.fkivYe/_new  2023-03-07 16:48:59.257159330 +0100
@@ -52,7 +52,7 @@
 # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available
 %define with_cracklib_plugin 0
 Name:           mariadb
-Version:        10.10.3
+Version:        10.11.2
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -380,8 +380,6 @@
 # Breaks VPATH builds when in sourcedir, is generated in the builddirs
 rm -f sql/sql_builtin.cc
 
-sed -i 's|@localstatedir@|%{_localstatedir}/log|' 
support-files/mysql-log-rotate.sh
-
 # Broken test that needs sources
 rm -f mysql-test/t/file_contents.test mysql-test/r/file_contents.result
 
@@ -519,13 +517,6 @@
 # Install the package itself
 %cmake_install benchdir_root=%{_datadir}/
 
-# Logrotate file should be named as the package
-if [ ! -e %{buildroot}%{_sysconfdir}/logrotate.d/mysql ]; then
-    # some versions do not install it automatically
-    install -D -m 644 build/support-files/mysql-log-rotate 
%{buildroot}%{_sysconfdir}/logrotate.d/mysql
-fi
-mv %{buildroot}%{_sysconfdir}/logrotate.d/mysql 
%{buildroot}%{_sysconfdir}/logrotate.d/%{name}
-
 # Create log directory with the expected perms of mysql
 install -d -m 700 %{buildroot}%{_localstatedir}/log/mysql/
 
@@ -852,6 +843,7 @@
 %endif
 %config(noreplace) %{_pam_secconfdir}/user_map.conf
 %config %{_sysconfdir}/logrotate.d/%{name}
+%{_datadir}/mysql/%{name}.logrotate
 %doc %{_defaultdocdir}/%{name}
 %dir %{_libexecdir}/mysql
 %dir %attr(0700, mysql, mysql) %{_localstatedir}/log/mysql

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

++++++ mariadb-10.2.4-logrotate.patch ++++++
--- /var/tmp/diff_new_pack.fkivYe/_old  2023-03-07 16:48:59.413160151 +0100
+++ /var/tmp/diff_new_pack.fkivYe/_new  2023-03-07 16:48:59.421160193 +0100
@@ -5,23 +5,14 @@
 
 Maintainer: Michal Hrusecky <michal.hruse...@opensuse.org>
 
-Index: support-files/mysql-log-rotate.sh
+Index: support-files/mariadb.logrotate.sh
 ===================================================================
---- support-files/mysql-log-rotate.sh.orig
-+++ support-files/mysql-log-rotate.sh
-@@ -18,7 +18,7 @@
- # ATTENTION: This /root/.my.cnf should be readable ONLY
- # for root !
- 
--@localstatedir@/mysqld.log {
-+/var/log/mysql/*.log {
-         # create 600 mysql mysql
-         su mysql mysql
-         notifempty
+--- support-files/mariadb.logrotate.sh.orig
++++ support-files/mariadb.logrotate.sh
 @@ -32,6 +32,14 @@
-       then
-          @bindir@/mysqladmin --local flush-error-log \
-               flush-engine-log flush-general-log flush-slow-log
+     then
+       @bindir@/mariadb-admin $EXTRAPARAM --local flush-error-log \
+         flush-engine-log flush-general-log flush-slow-log
 +         ret=$?
 +         if test $ret -ne 0
 +         then
@@ -30,7 +21,7 @@
 +              echo "See comments in /etc/logrotate.d/mariadb on how to fix 
this" >&2
 +              exit $ret
 +         fi
-       fi
-     endscript
+     fi
+   endscript
  }
 


++++++ suse_skipped_tests.list ++++++
--- /var/tmp/diff_new_pack.fkivYe/_old  2023-03-07 16:48:59.609161183 +0100
+++ /var/tmp/diff_new_pack.fkivYe/_new  2023-03-07 16:48:59.613161204 +0100
@@ -111,6 +111,8 @@
 innodb.innodb_bug51920                           : since 10.9.2 - all
 rpl.rpl_slave_shutdown_mdev20821                 : since 10.9.2 - all
 
-rpl.rpl_change_master_demote                     : since 10.10.2 -all
+rpl.rpl_change_master_demote                     : since 10.10.2 - all
+
+rpl.rpl_rewrite_db_sys_vars                      : since 10.11.2 - all
 
 

Reply via email to