diff --git a/.gitignore b/.gitignore index f067210..6086e81 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-8.4.7.tar.gz +SOURCES/mysql-8.4.8.tar.gz diff --git a/.mysql.metadata b/.mysql.metadata index 44ce009..978a8bc 100644 --- a/.mysql.metadata +++ b/.mysql.metadata @@ -1 +1 @@ -0e7edc54b94d202559f31ea4da5ab829e384bec8 SOURCES/mysql-8.4.7.tar.gz +c5f62e6f4dce6371c4c17f450e4a3334e359b47d SOURCES/mysql-8.4.8.tar.gz diff --git a/SOURCES/mysql-check-socket.sh b/SOURCES/mysql-check-socket.sh old mode 100644 new mode 100755 diff --git a/SOURCES/mysql-prepare-db-dir.sh b/SOURCES/mysql-prepare-db-dir.sh old mode 100644 new mode 100755 diff --git a/SOURCES/mysql-scripts-common.sh b/SOURCES/mysql-scripts-common.sh old mode 100644 new mode 100755 diff --git a/SOURCES/mysql-wait-stop.sh b/SOURCES/mysql-wait-stop.sh old mode 100644 new mode 100755 diff --git a/SOURCES/mysql_config_multilib.sh b/SOURCES/mysql_config_multilib.sh old mode 100644 new mode 100755 diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index e52e0ae..b4f1a83 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.7 +%global package_version 8.4.8 %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.7 +%global last_tested_version 8.4.8 # 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 +* Fri Jan 23 2026 Michal Schorm - 8.4.8-1 +- Rebase to 8.4.8 + * Thu Oct 30 2025 Pavol Sloboda - 8.4.7-1 - Rebase to 8.4.7