From cd3f5b593747146bc2b73f3714b93a9ccda171b9 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Thu, 14 Mar 2024 16:33:35 +0800 Subject: [PATCH] Rebuild with xz-libs-5.4.4 Signed-off-by: Bo Ren --- perl-Compress-Raw-Lzma.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index 8103ae3..c5f6a65 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 # Perform optional tests %bcond_without perl_Compress_Raw_Lzma_enables_optional_test Name: perl-Compress-Raw-Lzma Version: 2.096 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: Low-level interface to lzma compression library License: GPL+ or Artistic URL: https://metacpan.org/release/Compress-Raw-Lzma @@ -88,6 +89,9 @@ make test %{_mandir}/man3/Compress::Raw::Lzma.3* %changelog +* Thu Mar 14 2024 Bo Ren - 2.096-1.0.1 +- Rebuild with xz-libs-5.4.4 + * Sat Aug 1 2020 Paul Howarth - 2.096-1 - Update to 2.096 (no changes) -- Gitee