From 7683cab19d34fc130030c3613b17165ad852092a Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Wed, 2 Jul 2025 11:17:29 +0800 Subject: [PATCH] fix changelog format --- librsvg2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/librsvg2.spec b/librsvg2.spec index bcc5cd2..62f46f7 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -6,7 +6,7 @@ Name: librsvg2 Version: 2.57.92 -Release: 3 +Release: 4 Summary: An SVG library based on cairo License: LGPLv2+ URL: https://wiki.gnome.org/Projects/LibRsvg @@ -124,6 +124,9 @@ rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md %{_mandir}/man1/*.1* %changelog +* Wed Jul 02 2025 lingsheng - 2.57.92-4 +- fix changelog format + * Fri Jul 19 2024 liweigang - 2.57.92-3 - fix build error(automake 1.17) @@ -158,7 +161,7 @@ rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md - Update to 2.54.0 * Fri Jul 30 2021 chenyanpanHW - 2.50.5-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git-core +- DESC: delete -Sgit from %%autosetup, and delete BuildRequires git-core * Wed May 19 2021 weijin deng - 2.50.5-1 - Upgrade to 2.50.5 -- Gitee