From 01046082704784ed5ce60a4790859ad8bf6f40f3 Mon Sep 17 00:00:00 2001 From: lvyy Date: Mon, 30 Jun 2025 09:28:42 +0000 Subject: [PATCH] fix macro error n the changelog (cherry picked from commit 277c69c39959426b2dfbff55828671ff370dfde3) --- ccid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ccid.spec b/ccid.spec index edb35b7..30a8e5b 100644 --- a/ccid.spec +++ b/ccid.spec @@ -2,7 +2,7 @@ Name: ccid Version: 1.5.5 -Release: 1 +Release: 2 Summary: Provide a generic USB CCID driver and ICCD License: LGPLv2+ URL: https://ccid.apdu.fr/files/ @@ -48,6 +48,9 @@ cp -p src/openct/LICENSE LICENSE.openct %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %changelog +* Mon Jun 30 2025 lvyy - 1.5.5-2 +- fix macro error in the changelog + * Wed Feb 7 2024 yangyun - 1.5.5-1 - update to 1.5.5 version - add support of readers (see README.md) @@ -70,7 +73,7 @@ cp -p src/openct/LICENSE LICENSE.openct - update to 1.4.36 version * Fri Jul 30 2021 chenyanpanHW - 1.4.33-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Fri Oct 30 2020 Zhiqiang Liu - 1.4.33-2 - backport some patches to fix some problems. -- Gitee