Update to MySQL 8.0.33
The GCC 13 patch has been upstreamed
This commit is contained in:
parent
9868644ec8
commit
22f4e649a8
@ -1,12 +0,0 @@
|
|||||||
diff --git a/sql/binlog/group_commit/bgc_ticket.h b/sql/binlog/group_commit/bgc_ticket.h
|
|
||||||
index 34c76ab2..307ae627 100644
|
|
||||||
--- a/sql/binlog/group_commit/bgc_ticket.h
|
|
||||||
+++ b/sql/binlog/group_commit/bgc_ticket.h
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
#ifndef BINLOG_BCG_TICKET_H
|
|
||||||
#define BINLOG_BCG_TICKET_H
|
|
||||||
|
|
||||||
+#include <cstdint>
|
|
||||||
#include <functional>
|
|
||||||
#include <limits>
|
|
||||||
#include <memory>
|
|
@ -75,7 +75,7 @@
|
|||||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 8.0.32
|
Version: 8.0.33
|
||||||
Release: 1%{?with_debug:.debug}%{?dist}
|
Release: 1%{?with_debug:.debug}%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -118,7 +118,6 @@ Patch51: %{pkgnamepatch}-sharedir.patch
|
|||||||
Patch52: %{pkgnamepatch}-rpath.patch
|
Patch52: %{pkgnamepatch}-rpath.patch
|
||||||
Patch53: %{pkgnamepatch}-mtr.patch
|
Patch53: %{pkgnamepatch}-mtr.patch
|
||||||
Patch54: %{pkgnamepatch}-arm32-timer.patch
|
Patch54: %{pkgnamepatch}-arm32-timer.patch
|
||||||
Patch55: %{pkgnamepatch}-gcc13.patch
|
|
||||||
|
|
||||||
# Patches taken from boost 1.59
|
# Patches taken from boost 1.59
|
||||||
Patch111: boost-1.58.0-pool.patch
|
Patch111: boost-1.58.0-pool.patch
|
||||||
@ -389,10 +388,6 @@ the MySQL sources.
|
|||||||
%patch52 -p1
|
%patch52 -p1
|
||||||
%patch53 -p1
|
%patch53 -p1
|
||||||
%patch54 -p1
|
%patch54 -p1
|
||||||
# The GCC 13 has been first introdced in the Fedora 38
|
|
||||||
%if 0%{?fedora} >= 38 || 0%{?rhel} > 9
|
|
||||||
%patch55 -p1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Patch Boost
|
# Patch Boost
|
||||||
pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
pushd boost/boost_$(echo %{boost_bundled_version}| tr . _)
|
||||||
@ -545,7 +540,6 @@ install -p -m 755 %{_vpath_builddir}/scripts/mysql-check-socket %{buildroot}%{_l
|
|||||||
install -p -m 644 %{_vpath_builddir}/scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-scripts-common
|
install -p -m 644 %{_vpath_builddir}/scripts/mysql-scripts-common %{buildroot}%{_libexecdir}/mysql-scripts-common
|
||||||
install -D -p -m 0644 %{_vpath_builddir}/scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
install -D -p -m 0644 %{_vpath_builddir}/scripts/server.cnf %{buildroot}%{_sysconfdir}/my.cnf.d/%{pkg_name}-server.cnf
|
||||||
|
|
||||||
rm %{buildroot}%{_infodir}/mysql.info*
|
|
||||||
rm %{buildroot}%{_libdir}/mysql/*.a
|
rm %{buildroot}%{_libdir}/mysql/*.a
|
||||||
rm %{buildroot}%{_mandir}/man1/comp_err.1*
|
rm %{buildroot}%{_mandir}/man1/comp_err.1*
|
||||||
|
|
||||||
@ -919,9 +913,11 @@ fi
|
|||||||
%{_libdir}/mysql/plugin/component_test_mysql_current_thread_reader.so
|
%{_libdir}/mysql/plugin/component_test_mysql_current_thread_reader.so
|
||||||
%{_libdir}/mysql/plugin/component_test_mysql_runtime_error.so
|
%{_libdir}/mysql/plugin/component_test_mysql_runtime_error.so
|
||||||
%{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.so
|
%{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.so
|
||||||
|
%{_libdir}/mysql/plugin/component_test_mysql_thd_store_service.so
|
||||||
%{_libdir}/mysql/plugin/component_test_pfs_notification.so
|
%{_libdir}/mysql/plugin/component_test_pfs_notification.so
|
||||||
%{_libdir}/mysql/plugin/component_test_pfs_resource_group.so
|
%{_libdir}/mysql/plugin/component_test_pfs_resource_group.so
|
||||||
%{_libdir}/mysql/plugin/component_test_sensitive_system_variables.so
|
%{_libdir}/mysql/plugin/component_test_sensitive_system_variables.so
|
||||||
|
%{_libdir}/mysql/plugin/component_test_server_telemetry_traces.so
|
||||||
%{_libdir}/mysql/plugin/component_test_status_var_reader.so
|
%{_libdir}/mysql/plugin/component_test_status_var_reader.so
|
||||||
%{_libdir}/mysql/plugin/component_test_status_var_service_int.so
|
%{_libdir}/mysql/plugin/component_test_status_var_service_int.so
|
||||||
%{_libdir}/mysql/plugin/component_test_status_var_service_reg_only.so
|
%{_libdir}/mysql/plugin/component_test_status_var_service_reg_only.so
|
||||||
@ -988,6 +984,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 12 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.33-1
|
||||||
|
- Update to MySQL 8.0.33
|
||||||
|
|
||||||
* Thu Jan 26 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
|
* Thu Jan 26 2023 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.32-1
|
||||||
- Update to MySQL 8.0.32
|
- Update to MySQL 8.0.32
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mysql-boost-8.0.32.tar.gz) = 937e0d0350cb583bb4de15b080f08ed92b253a6d7c09f13a028855dae154fc84f0c95fb082b818b2fa6fa792cd2d9db8d7dc7a20a2a0d3d2b6839fbd2c821b44
|
SHA512 (mysql-boost-8.0.33.tar.gz) = 47f76819004c7c545d1b0b6b6646d8816899976f92d35c5564b1255b144b597ff7d3e674c721a45bcbb13cc0da3f4474fb29221c0e21d2ff91a1892cd42c636c
|
||||||
|
Loading…
Reference in New Issue
Block a user