Update to 2.069

- New upstream release 2.069
  - Reduce compiler warnings and stderr noise (CPAN RT#101341)
  - amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__ (CPAN RT#106799)
  - const all global data (CPAN RT#101298)
  - Coverity finding: Unused value (CPAN RT#105414)
  - Coverity findings (CPAN RT#102399)
  - Coverity finding: Overlapping buffer in memory copy (CPAN RT#105413)
This commit is contained in:
Paul Howarth 2015-09-27 15:45:38 +01:00
parent cc408aa539
commit 11434c2df6
2 changed files with 17 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Compress-Raw-Zlib
Version: 2.068
Release: 347%{?dist}
Version: 2.069
Release: 1%{?dist}
Summary: Low-level interface to the zlib compression library
# Zlib.xs: (GPL+ or Artistic) and zlib
# Others: GPL+ or Artistic
@ -9,7 +9,12 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::Install)
@ -76,6 +81,15 @@ make test COMPRESS_ZLIB_RUN_MOST=1
%{_mandir}/man3/Compress::Raw::Zlib.3*
%changelog
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
- Update to 2.069
- Reduce compiler warnings and stderr noise (CPAN RT#101341)
- amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__ (CPAN RT#106799)
- const all global data (CPAN RT#101298)
- Coverity finding: Unused value (CPAN RT#105414)
- Coverity findings (CPAN RT#102399)
- Coverity finding: Overlapping buffer in memory copy (CPAN RT#105413)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
5992c736ff448491c70100f88bb24114 Compress-Raw-Zlib-2.068.tar.gz
c1f99178e6e29b0037785afa6d8bbcff Compress-Raw-Zlib-2.069.tar.gz