Rebuild for xz 5.2.5

This commit is contained in:
Paul Howarth 2020-03-30 16:37:55 +01:00
parent e1c9d3ecec
commit 2e916a607c
1 changed files with 6 additions and 2 deletions

View File

@ -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 <paul@city-fan.org> - 2.093-4
- Rebuild for xz 5.2.5
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
- Unbundle test dependencies