Rebuild for xz 5.2.4 in Fedora 28 onwards

This commit is contained in:
Paul Howarth 2018-05-12 16:38:31 +01:00
parent 00a8180a45
commit 4d281161a4

View File

@ -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 <paul@city-fan.org> - 2.082-2
- Rebuild for xz 5.2.4 in Fedora 28 onwards
* Mon Apr 16 2018 Paul Howarth <paul@city-fan.org> - 2.082-1
- Update to 2.082
- README: Document clash with older version of liblzma (CPAN RT#125046)