Update to 2.052

- New upstream release 2.052 (fix build issue when Perl is built with C++)
- Don't need to remove empty directories from buildroot
This commit is contained in:
Paul Howarth 2012-04-29 18:59:50 +01:00
parent 4839b053fc
commit 4e9e95584b
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Zlib
Version: 2.051
Version: 2.052
Release: 1%{?dist}
Summary: Low-level interface to zlib compression library
License: GPL+ or Artistic
@ -44,7 +44,6 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}
%check
@ -57,6 +56,11 @@ make test
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
%changelog
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
- Update to 2.052
- Fix build issue when Perl is built with C++
- Don't need to remove empty directories from buildroot
* Thu Feb 23 2012 Paul Howarth <paul@city-fan.org> - 2.051-1
- Update to 2.051
- Fix bug in Compress::Raw::Zlib on 64-bit Windows (CPAN RT#75222)

View File

@ -1 +1 @@
a4430f490858a0930d82a65dcdb06d0a Compress-Raw-Zlib-2.051.tar.gz
de775a2186c9e96ef61f4d6b88e132a1 Compress-Raw-Zlib-2.052.tar.gz