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:
parent
cc408aa539
commit
11434c2df6
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.068
|
Version: 2.069
|
||||||
Release: 347%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level interface to the zlib compression library
|
Summary: Low-level interface to the zlib compression library
|
||||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||||
# Others: GPL+ or Artistic
|
# Others: GPL+ or Artistic
|
||||||
@ -9,7 +9,12 @@ Group: Development/Libraries
|
|||||||
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
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
|
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
|
||||||
# Module Build
|
# Module Build
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(ExtUtils::Constant)
|
BuildRequires: perl(ExtUtils::Constant)
|
||||||
BuildRequires: perl(ExtUtils::Install)
|
BuildRequires: perl(ExtUtils::Install)
|
||||||
@ -76,6 +81,15 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|||||||
%{_mandir}/man3/Compress::Raw::Zlib.3*
|
%{_mandir}/man3/Compress::Raw::Zlib.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user