Hello community,

here is the log from the commit of package mariadb for openSUSE:Leap:15.2 
checked in at 2020-06-08 13:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mariadb (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mariadb.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Mon Jun  8 13:44:21 2020 rev:65 rq:811958 version:10.4.13

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mariadb/mariadb.changes        2020-05-04 
08:22:35.404355853 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.mariadb.new.3606/mariadb.changes      
2020-06-08 13:44:23.335028998 +0200
@@ -1,0 +2,25 @@
+Thu May 28 12:12:54 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- Build with oqgraph by default for all codestreams [jsc#SLE-12253]
+
+-------------------------------------------------------------------
+Fri May 22 14:46:36 UTC 2020 - Kristyna Streitova <kstreit...@suse.com>
+
+- Update to 10.4.13
+  * release notes and changelog:
+    https://mariadb.com/kb/en/library/mariadb-10413-release-notes
+    https://mariadb.com/kb/en/library/mariadb-10413-changelog
+  * fixes for the following security vulnerabilities:
+    CVE-2020-2752, CVE-2020-2812, CVE-2020-2814, CVE-2020-2760,
+    CVE-2020-13249
+- fixes [bsc#1168380] (the same as [bsc#1166781])
+  MDEV-21244 mysql_upgrade creating empty global_priv table support
+  upgrades from 5.2 privilege tables
+- drop specfile "hacks" as things work correctly in upstream now:
+  * renaming tmpfiles.conf -> mariadb.conf
+  * installing pam_user_map.so to /lib64/security for non 32bit
+    architectures
+  * sysusers.conf was renamed to mariadb.conf
+- update suse_skipped_tests.list
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.OymFRm/_old  2020-06-08 13:44:24.259031709 +0200
+++ /var/tmp/diff_new_pack.OymFRm/_new  2020-06-08 13:44:24.263031720 +0200
@@ -25,12 +25,7 @@
 # unstable-tests list (contains also suse_skipped_tests.list) and don't
 # ignore failures
 %define ignore_testsuite_result 0
-# OQGRAPH engine cannot be built for SLE (missing Judy dependency)
-%if 0%{?is_opensuse} > 0
 %define with_oqgraph 1
-%else
-%define with_oqgraph 0
-%endif
 # TokuDB engine is available only for x86_64 architecture
 # see https://mariadb.com/kb/en/mariadb/tokudb/
 # Temporarily stop to build it as jemalloc 5 is not backwards compatible
@@ -56,7 +51,7 @@
 # Build with cracklib plugin when cracklib-dict-full >= 2.9.0 is available
 %define with_cracklib_plugin 0
 Name:           mariadb
-Version:        10.4.12
+Version:        10.4.13
 Release:        0
 Summary:        Server part of MariaDB
 License:        SUSE-GPL-2.0-with-FLOSS-exception
@@ -542,7 +537,7 @@
 rm -f 
%{buildroot}'%{_unitdir}/mariadb@bootstrap.service.d/use_galera_new_cluster.conf'
 
 # Remove systemd-sysusers conf file for creating of mysql user (we do it in 
the specfile)
-rm -f %{buildroot}%{_sysusersdir}/sysusers.conf
+rm -f %{buildroot}%{_sysusersdir}/mariadb.conf
 
 # Remove client libraries that are now provided in mariadb-connector-c
 # Client library and links
@@ -555,7 +550,7 @@
 # Devel files
 rm %{buildroot}%{_bindir}/mysql_config
 rm %{buildroot}%{_bindir}/mariadb_config
-rm %{buildroot}%{_datadir}/pkgconfig/mariadb.pc
+rm %{buildroot}%{_libdir}/pkgconfig/mariadb.pc
 rm -f %{buildroot}%{_prefix}/lib/pkgconfig/libmariadb.pc
 rm -f %{buildroot}%{_libdir}/pkgconfig/libmariadb.pc
 rm %{buildroot}%{_datadir}/aclocal/mysql.m4
@@ -632,9 +627,6 @@
 ln -sf %{_unitdir}/mariadb.service %{buildroot}%{_unitdir}/mysql.service
 ln -sf %{_unitdir}/mariadb@.service %{buildroot}%{_unitdir}/mysql@.service
 
-# Rename systemd-tmpfiles conf file because each systemd-tmpfiles file shall 
be named in the style of package.conf or package-part.conf
-mv %{buildroot}%{_tmpfilesdir}/tmpfiles.conf 
%{buildroot}%{_tmpfilesdir}/mariadb.conf
-
 # Tmpfiles file to exclude mysql tempfiles that are auto-cleaned up
 # bnc#852451
 mkdir -p %{buildroot}%{_tmpfilesdir}
@@ -688,12 +680,6 @@
 mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
 install -m 644 %{SOURCE19} %{buildroot}%{_rpmconfigdir}/macros.d
 
-# install pam_user_map.so to /lib64/security for non 32bit architectures
-%ifnarch i586 %{arm} ppc
-mkdir -p %{buildroot}/%{_lib}/security
-mv %{buildroot}/lib/security/pam_user_map.so %{buildroot}/%{_lib}/security/
-%endif
-
 %check
 cd build
 

++++++ mariadb-10.4.12.tar.gz -> mariadb-10.4.13.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/mariadb/mariadb-10.4.12.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.mariadb.new.3606/mariadb-10.4.13.tar.gz differ: 
char 5, line 1

++++++ suse_skipped_tests.list ++++++
--- /var/tmp/diff_new_pack.OymFRm/_old  2020-06-08 13:44:24.519032472 +0200
+++ /var/tmp/diff_new_pack.OymFRm/_new  2020-06-08 13:44:24.523032483 +0200
@@ -52,3 +52,21 @@
 innodb.rename_table                            : since 10.4.12 - s390x
 mariabackup.missing_ibd                        : since 10.4.12 - s390x
 rpl.rpl_heartbeat_basic                        : since 10.4.12 - x86_64
+oqgraph.social                                 : since 10.4.12 - i586 
(MDEV-22280)
+sys_vars.have_rtree_keys_basic                 : since 10.4.13 - x86_64
+main.func_int                                  : since 10.4.13 - i586
+main.mysql-bug45236                            : since 10.4.13 - i586
+parts.partition_exch_qa_13                     : since 10.4.13 - ppc64le
+main.trigger_null-8605                         : since 10.4.13 - ppc64le
+main.partition_rename_longfilename             : since 10.4.13 - x86_64
+main.not_embedded_server                       : since 10.4.13 - aarch64
+gcol.gcol_supported_sql_funcs_myisam           : since 10.4.13 - i586 
+main.func_digest                               : since 10.4.13 - i586
+main.ps_11bugs                                 : since 10.4.13 - i586
+perfschema.myisam_table_io                     : since 10.4.13 - x86_64
+sys_vars.aria_sync_log_dir_basic               : since 10.4.13 - x86_64
+main.system_mysql_db_refs                      : since 10.4.13 - x86_64
+funcs_1.myisam_storedproc_08                   : since 10.4.13 - s390x
+main.table_elim                                : since 10.4.13 - x86_64
+rpl.rpl_temporary                              : since 10.4.13 - x86_64
+main.mysqltest_ps                              : since 10.4.13 - i586


Reply via email to