From 1c0d47d4b0f930e0762e239f239c42b954bdddc8 Mon Sep 17 00:00:00 2001 From: wenyuzifang Date: Thu, 4 Dec 2025 15:16:24 +0800 Subject: [PATCH] Update code from upstream --- mysql.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index 20fdbe0..ded2332 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Name of the package without any prefixes %global pkg_name %{name} %global pkgnamepatch mysql @@ -75,7 +75,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql -Version: 8.0.43 +Version: 8.0.43 Release: %{anolis_release}%{?dist} Summary: MySQL client programs and shared libraries URL: http://www.mysql.com @@ -122,6 +122,7 @@ Patch113: add-loongarch64-support-for-mysql.patch #add support for riscv64 Patch114: riscv-lock-free.patch +Patch115: mysql-upstream-e38d49bb.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -937,6 +938,10 @@ fi %endif %changelog +* Thu Dec 04 2025 Upstream Sync - 8.0.43-%{anolis_release} +- Sync upstream changes from commit unknown +- Applied upstream updates + * Tue Jul 29 2025 wenxin - 8.0.43-1 - update 8.0.43 - fix cve CVE-2025-50081 -- Gitee