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:
parent
1a63e9dfba
commit
6c29f98240
@ -1,5 +1,5 @@
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.067
|
||||
Version: 2.068
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to the zlib compression library
|
||||
License: GPL+ or Artistic
|
||||
@ -65,7 +65,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
make test COMPRESS_ZLIB_RUN_MOST=1
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
@ -74,6 +74,12 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.3*
|
||||
|
||||
%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
|
||||
- Update to 2.067 (silence compiler warnings)
|
||||
- Classify buildreqs by usage
|
||||
|
Loading…
Reference in New Issue
Block a user