diff --git a/.gitignore b/.gitignore index 4e445ea..3b614aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-8.4.9.tar.gz +SOURCES/mysql-8.4.11.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index 26d5120..b855261 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -e24591769c63e1317de79e6d2b25ebf81a3ae447 SOURCES/mysql-8.4.9.tar.gz +e15e3d1e6b7ac8f548d76499f0ecb820c6f4df23 SOURCES/mysql-8.4.11.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index 2d3e962..c039513 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.9 +%global package_version 8.4.11 %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.9 +%global last_tested_version 8.4.11 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0 @@ -1145,6 +1145,9 @@ popd %endif %changelog +* Tue Jul 28 2026 Petr Khartskhaev - 8.4.11-1 +- Rebase to 8.4.11 + * Wed May 06 2026 Michal Schorm - 8.4.9-1 - Rebase to 8.4.9