Update to 2.068

- New upstream release 2.068
  - Silence more compiler warnings
  - Disable running of 07bufsize.t by default; COMPRESS_ZLIB_RUN_MOST needs to
    be set to run it, which makes life more bearable on legacy platforms
This commit is contained in:
Paul Howarth 2014-12-24 10:53:06 +00:00
parent 1a63e9dfba
commit 6c29f98240
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Version: 2.067 Version: 2.068
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level interface to the zlib compression library Summary: Low-level interface to the zlib compression library
License: GPL+ or Artistic License: GPL+ or Artistic
@ -65,7 +65,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
make test make test COMPRESS_ZLIB_RUN_MOST=1
%files %files
%doc Changes README %doc Changes README
@ -74,6 +74,12 @@ make test
%{_mandir}/man3/Compress::Raw::Zlib.3* %{_mandir}/man3/Compress::Raw::Zlib.3*
%changelog %changelog
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
- Update to 2.068
- Silence more compiler warnings
- Disable running of 07bufsize.t by default; COMPRESS_ZLIB_RUN_MOST needs to
be set to run it, which makes life more bearable on legacy platforms
* Tue Dec 9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1 * Tue Dec 9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
- Update to 2.067 (silence compiler warnings) - Update to 2.067 (silence compiler warnings)
- Classify buildreqs by usage - Classify buildreqs by usage

View File

@ -1 +1 @@
af702f6a5d89570894efb5a9d7bca15f Compress-Raw-Zlib-2.067.tar.gz 5992c736ff448491c70100f88bb24114 Compress-Raw-Zlib-2.068.tar.gz