diff --git a/download b/download index 590783c362c88ce5ee1666b622198fe6c4c4b384..fcbb654eecf9a74148211f52fb6231ebfb985e2b 100644 --- a/download +++ b/download @@ -1 +1 @@ -5f44ad3ef68dc943e145f26574dcf435 mysql-boost-8.0.43.tar.gz +d0cc3c8b6fdcaa1f5a820349816c7d2b mysql-boost-8.0.44.tar.gz diff --git a/mysql.spec b/mysql.spec index ca174f57217314b99acd190e062197494698a90e..1933fe722e2fcffa72bc258cefb10f39f707c7e8 100644 --- a/mysql.spec +++ b/mysql.spec @@ -20,7 +20,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,11 +147,11 @@ ExcludeArch: %{ix86} %global scl_upper %{lua:print(string.upper(string.gsub(rpm.expand("%{scl}"), "-", "_")))} %endif -Name: %{?scl_prefix}mysql -Version: 8.0.43 -Release: 1%{anolis_release}%{?with_debug:.debug}%{?dist} -Summary: MySQL client programs and shared libraries -URL: http://www.mysql.com +Name: %{?scl_prefix}mysql +Version: 8.0.44 +Release: 1%{anolis_release}%{?with_debug:.debug}%{?dist} +Summary: MySQL client programs and shared libraries +URL: http://www.mysql.com # Exceptions allow client libraries to be linked with most open source SW, # not only GPL code. See README.mysql-license @@ -212,6 +212,11 @@ Patch113: boost-1.76.0-fix_multiprecision_issue_419-ppc64le.patch # Use same logfile path in logrotate and mysql configs Patch126: mysql-logrotate-log-path.patch +Patch1000: 1000-anolis-mysql-support-loongarch64.patch +Patch1001: 1001-fix-derived-condition-pushdown-test.patch +Patch1002: 1002-skip-have_32bits_time-test-on-loongarch64.patch +Patch1003: 1003-fix-loaddata-special-test-for-loongarch.patch + BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libaio-devel @@ -224,22 +229,6 @@ BuildRequires: %{?scl_prefix}mecab-devel BuildRequires: %{?scl_prefix}bison BuildRequires: %{?scl_prefix}libcurl-devel -Patch1000: 1000-anolis-mysql-support-loongarch64.patch -Patch1001: 1001-fix-derived-condition-pushdown-test.patch -Patch1002: 1002-skip-have_32bits_time-test-on-loongarch64.patch -Patch1003: 1003-fix-loaddata-special-test-for-loongarch.patch - -BuildRequires: cmake -BuildRequires: gcc-c++ -BuildRequires: libaio-devel -BuildRequires: libedit-devel -BuildRequires: libevent-devel -BuildRequires: libicu-devel -BuildRequires: %{?scl_prefix}lz4 -BuildRequires: %{?scl_prefix}lz4-devel -BuildRequires: %{?scl_prefix}mecab-devel -BuildRequires: %{?scl_prefix}bison -BuildRequires: %{?scl_prefix}libcurl-devel %ifnarch aarch64 %{arm} s390 s390x BuildRequires: numactl-devel %endif @@ -1232,7 +1221,7 @@ fi %endif %changelog -* Fri Oct 10 2025 zhangbinchen - 8.0.43-1.0.1 +* Fri Dec 12 2025 zhangbinchen - 8.0.44-1.0.1 - remove check_testsuite - redefine ignore_testsuite_result - Support loongarch64 platform (liwei.glw@openanolis.org) @@ -1240,6 +1229,9 @@ fi - fix main.derived_condition_pushdown test (rb01097748@alibaba-inc.com) - fix loaddata_special test for loongarch64 (rb01097748@alibaba-inc.com) +* 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