Update to 2.072
- New upstream release 2.072 - Fix for Makefile.PL depending on . in @INC (CPAN RT#120084) - Use of Compress::Raw::Lzma::RawDecoder failed with large amount of data (CPAN RT#105460) - AppendOutput for "encode" methods said default was 1; it is actually 0
This commit is contained in:
parent
6b45815cfa
commit
ffde1faddd
@ -1,6 +1,6 @@
|
||||
Name: perl-Compress-Raw-Lzma
|
||||
Version: 2.070
|
||||
Release: 3%{?dist}
|
||||
Version: 2.072
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to lzma compression library
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -19,21 +19,21 @@ BuildRequires: perl(ExtUtils::Constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: xz-devel
|
||||
# Module Runtime
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(bytes)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(UNIVERSAL)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
@ -75,6 +75,13 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Lzma.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 2.072-1
|
||||
- Update to 2.072
|
||||
- Fix for Makefile.PL depending on . in @INC (CPAN RT#120084)
|
||||
- Use of Compress::Raw::Lzma::RawDecoder failed with large amount of data
|
||||
(CPAN RT#105460)
|
||||
- AppendOutput for "encode" methods said default was 1; it is actually 0
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Compress-Raw-Lzma-2.070.tar.gz) = 922f4e4d804ee8feb55719b1a4cf5f1c19348ba700d80ce55d51b5d08096615d1598c36994043cd45661e64e5ae4fac77c52dcc649db283a3554502ee1ba5519
|
||||
SHA512 (Compress-Raw-Lzma-2.072.tar.gz) = c6c249557989ce16d597f66c92f18731d8fd25dafd2cceebe56bb9a5eb7378a7e0095df51c7a9cb0e49bd6b91e1b281a73e5eec921997614260034892b9d425a
|
||||
|
Loading…
Reference in New Issue
Block a user