From 191b8f59193f7d69e0c71116a3b22a6118997a08 Mon Sep 17 00:00:00 2001 From: Weisson Date: Tue, 21 May 2024 10:40:12 +0800 Subject: [PATCH] bump release for sw_64. Signed-off-by: Weisson --- zziplib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zziplib.spec b/zziplib.spec index 088e291..6fbc0c2 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,7 +1,9 @@ +%define anolis_release .0.1 + Summary: Lightweight library to easily extract data from zip files Name: zziplib Version: 0.13.71 -Release: 9%{?dist} +Release: 9%{?dist}%{?anolis_release} License: LGPLv2+ or MPLv1.1 URL: http://zziplib.sourceforge.net/ #Source: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz @@ -122,6 +124,9 @@ popd %{_mandir}/man3/* %changelog +* Tue May 21 2024 Weisson - 0.13.71-9.0.1 +- add sw_64 support. + * Tue Aug 10 2021 Mohan Boddu - 0.13.71-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 -- Gitee