diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index 190965a..277ce12 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -3,7 +3,7 @@ Name: perl-Compress-Raw-Lzma Version: 2.093 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Low-level interface to lzma compression library License: GPL+ or Artistic URL: https://metacpan.org/release/Compress-Raw-Lzma @@ -60,8 +60,9 @@ It is used by IO::Compress::Lzma. %prep %setup -q -n Compress-Raw-Lzma-%{version} + # Remove bundled modules -rm -r t/Test +rm -r t/Test/ perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST %build @@ -84,6 +85,9 @@ make test %{_mandir}/man3/Compress::Raw::Lzma.3* %changelog +* Mon Mar 30 2020 Paul Howarth - 2.093-4 +- Rebuild for xz 5.2.5 + * Fri Feb 14 2020 Petr Pisar - 2.093-3 - Unbundle test dependencies