From e26c78a2132af2854c82466ae51ac82f11580e80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 22:34:35 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- perl-Compress-Raw-Lzma.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index 627373e..6a7f6c8 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Lzma Version: 2.093 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level interface to lzma compression library License: GPL+ or Artistic URL: https://metacpan.org/release/Compress-Raw-Lzma @@ -77,6 +77,9 @@ make test %{_mandir}/man3/Compress::Raw::Lzma.3* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 2.093-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Dec 8 2019 Paul Howarth - 2.093-1 - Update to 2.093 - Lzma.xs: Add allocator to lzma_properties_decode (GH#2)