Update to 2.069

- New upstream release 2.069
  - Reduce compiler warnings and stderr noise (CPAN RT#101340)
  - consting misc tables (CPAN RT#101296)
This commit is contained in:
Paul Howarth 2015-09-27 16:09:22 +01:00
parent 759dd22824
commit 9ce5258ae7
2 changed files with 13 additions and 3 deletions

View File

@ -1,14 +1,19 @@
Name: perl-Compress-Raw-Bzip2
Summary: Low-level interface to bzip2 compression library
Version: 2.068
Release: 347%{?dist}
Version: 2.069
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz
# Module Build
BuildRequires: bzip2-devel
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
@ -71,6 +76,11 @@ make test
%{_mandir}/man3/Compress::Raw::Bzip2.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#101340)
- consting misc tables (CPAN RT#101296)
* 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 @@
3a8368a3254bbdfca9eaf30788b54342 Compress-Raw-Bzip2-2.068.tar.gz
18c4312b4fb8b644e9d697803687ea4f Compress-Raw-Bzip2-2.069.tar.gz