From 59fd5cfa1b46beb1fc903d49e88a08e1c3d326f6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 12 Dec 2025 07:48:12 +0000 Subject: [PATCH] Import from CS git --- .gitignore | 2 +- .mysql.metadata | 2 +- SPECS/mysql.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fd4b9ef..bd181de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-boost-8.0.43.tar.gz +SOURCES/mysql-boost-8.0.44.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index d4a7e56..7df1052 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -ed63879171850c7a7677b01623fcae9766741e53 SOURCES/mysql-boost-8.0.43.tar.gz +abe951070556eeb22c0f5186d98254eef52c365d SOURCES/mysql-boost-8.0.44.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index ee1054b..1954770 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -19,7 +19,7 @@ ExcludeArch: %{ix86} # 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.43 +%global last_tested_version 8.0.44 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -147,7 +147,7 @@ ExcludeArch: %{ix86} %endif Name: %{?scl_prefix}mysql -Version: 8.0.43 +Version: 8.0.44 Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -1206,6 +1206,9 @@ fi %endif %changelog +* Thu Oct 30 2025 Pavol Sloboda - 8.0.44-1 +- Rebase to MySQL 8.0.44 + * Wed Aug 06 2025 Pavol Sloboda - 8.0.43-1 - Rebase to MySQL 8.0.43