Update to 2.070

- New upstream release 2.070
  - Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207)
- Simplify find commands using -empty and -delete
This commit is contained in:
Paul Howarth 2016-12-29 17:51:21 +00:00
parent 5ca64f8517
commit c5c09bfce1
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Compress-Raw-Lzma
Version: 2.069
Release: 4%{?dist}
Version: 2.070
Release: 1%{?dist}
Summary: Low-level interface to lzma compression library
Group: Development/Libraries
License: GPL+ or Artistic
@ -61,9 +61,9 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
%{_fixperms} %{buildroot}
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot}
%check
make test
@ -75,6 +75,11 @@ make test
%{_mandir}/man3/Compress::Raw::Lzma.3*
%changelog
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
- Update to 2.070
- Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207)
- Simplify find commands using -empty and -delete
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-4
- Perl 5.24 rebuild

View File

@ -1 +1 @@
35f0f7af465fc5919d400fb2e48e277e Compress-Raw-Lzma-2.069.tar.gz
SHA512 (Compress-Raw-Lzma-2.070.tar.gz) = 922f4e4d804ee8feb55719b1a4cf5f1c19348ba700d80ce55d51b5d08096615d1598c36994043cd45661e64e5ae4fac77c52dcc649db283a3554502ee1ba5519