diff --git a/.gitignore b/.gitignore index 60e7a12..1df3cb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-boost-8.0.30.tar.gz +SOURCES/mysql-boost-8.0.32.tar.gz diff --git a/.rh-mysql80-mysql.metadata b/.rh-mysql80-mysql.metadata index 9771b1f..86debba 100644 --- a/.rh-mysql80-mysql.metadata +++ b/.rh-mysql80-mysql.metadata @@ -1 +1 @@ -49ff9bc9d2030de79f3e56088ddfe1fa38f87f4a SOURCES/mysql-boost-8.0.30.tar.gz +973c4cf495bceaa8387f675e528010c2eed20e97 SOURCES/mysql-boost-8.0.32.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index 561f932..6b4c210 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -19,7 +19,7 @@ ExcludeArch: aarch64 # The last version on which the full testsuite has been run # In case of further rebuilds of that version, don't require full testsuite to be run # run only "main" suite -%global last_tested_version 8.0.30 +%global last_tested_version 8.0.32 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -96,7 +96,7 @@ ExcludeArch: aarch64 %endif %global zstd_bundled_version 1.5.0 %global libevent_bundled_version 2.1.11 -%global zlib_bundled_version 1.2.12 +%global zlib_bundled_version 1.2.13 %global fido2_bundled_version 1.8.0 # Include files for SysV init or systemd @@ -157,7 +157,7 @@ ExcludeArch: aarch64 %endif Name: %{?scl_prefix}mysql -Version: 8.0.30 +Version: 8.0.32 Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -685,8 +685,8 @@ cmake .. \ %if %{with bundled_libevent} -DWITH_LIBEVENT="bundled" \ %endif -%if %{with_bundled_zlib} - -DWITH_ZLIB=bundled \ +%if %{with bundled_zlib} + -DWITH_ZLIB="bundled" \ %endif %if %{with bundled_fido2} -DWITH_FIDO="bundled" \ @@ -791,6 +791,7 @@ install -p -m 644 scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql- install -D -p -m 0644 scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf install -D -p -m 0644 %{SOURCE32} %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-default-authentication-plugin.cnf +rm %{buildroot}%{_infodir}/mysql.info* rm %{buildroot}%{_libdir}/mysql/*.a rm %{buildroot}%{_mandir}/man1/comp_err.1* @@ -1268,6 +1269,12 @@ fi %endif %changelog +* Thu Jan 05 2023 Lars Tangvald - 8.0.32-1 +- Update to MySQL 8.0.32 + +* Fri Sep 30 2022 Lars Tangvald - 8.0.31-1 +- Update to MySQL 8.0.31 + * Fri Jul 08 2022 Lars Tangvald - 8.0.30-1 - Update to MySQL 8.0.30 - Remove patches now upstream: