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 bb657d8..e52e0ae 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -3,7 +3,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 %define majorversion %(echo %{package_version} | cut -d'.' -f1-2 ) %global pkgnamepatch mysql @@ -22,7 +22,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 @@ -1133,6 +1133,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