From e84a53d29e0757412ae3c90633c23eef4199c2c9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Dec 2025 09:35:17 +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 f616799..f067210 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-8.4.6.tar.gz +SOURCES/mysql-8.4.7.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index 5e40946..44ce009 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -69c9b9e73aebe0ecf58a1514cef14019cb492c72 SOURCES/mysql-8.4.6.tar.gz +0e7edc54b94d202559f31ea4da5ab829e384bec8 SOURCES/mysql-8.4.7.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index 172cb30..f4a4371 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -2,7 +2,7 @@ ExcludeArch: %{ix86} # Name of the package without any prefixes %global majorname mysql -%global package_version 8.4.6 +%global package_version 8.4.7 %global majorversion %(echo %{package_version} | cut -d'.' -f1-2 ) %global pkgnamepatch mysql @@ -21,7 +21,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.4.6 +%global last_tested_version 8.4.7 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -1132,6 +1132,9 @@ popd %endif %changelog +* Thu Oct 30 2025 Pavol Sloboda - 8.4.7-1 +- Rebase to 8.4.7 + * Thu Jul 24 2025 Pavol Sloboda - 8.4.6-1 - Rebase to 8.4.6