From d26db55c7b0caf95d5f6992a3e58daf3c5bded18 Mon Sep 17 00:00:00 2001 From: Wang_M <815543835@qq.com> Date: Tue, 1 Jul 2025 04:03:17 +0000 Subject: [PATCH] Fixed bug for macros in Changelog (cherry picked from commit 96d447ad4a6916ad84bbb42009ff81bae732b73e) --- mariadb-connector-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 7fe33df..00abcc4 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,6 +1,6 @@ Name: mariadb-connector-c Version: 3.3.8 -Release: 3 +Release: 4 Summary: MariaDB connector library in C License: LGPLv2+ URL: https://github.com/MariaDB/mariadb-connector-c @@ -101,6 +101,9 @@ end %{_mandir}/man3/{mariadb,mysql}_*.3* %changelog +* Tue Jul 01 2025 wangmian - 3.3.8-4 +- Fixed bug for macros in Changelog + * Fri Feb 28 2025 maqi - 3.3.8-3 - add sw64 to lib64 matches @@ -145,7 +148,7 @@ end - update package to 3.1.13 * Fri Jul 30 2021 chenyanpanHW - 3.0.6-9 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Tue Jun 29 2021 zhouwenpei - 3.0.6-8 - add buildrequire gcc -- Gitee