From 4d281161a41e07f01a60c4c1328b3fe2b337cee3 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 12 May 2018 16:38:31 +0100 Subject: [PATCH] Rebuild for xz 5.2.4 in Fedora 28 onwards --- 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 cb64d77..36c2445 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,6 +1,6 @@ Name: perl-Compress-Raw-Lzma Version: 2.082 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level interface to lzma compression library Group: Development/Libraries License: GPL+ or Artistic @@ -76,6 +76,9 @@ make test %{_mandir}/man3/Compress::Raw::Lzma.3* %changelog +* Sat May 12 2018 Paul Howarth - 2.082-2 +- Rebuild for xz 5.2.4 in Fedora 28 onwards + * Mon Apr 16 2018 Paul Howarth - 2.082-1 - Update to 2.082 - README: Document clash with older version of liblzma (CPAN RT#125046)