2.24 bump

This commit is contained in:
Petr Písař 2015-12-11 14:16:28 +01:00
parent 6ee8a6a8a2
commit 925680c434
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Compress-Bzip2-2.09.tar.gz
/Compress-Bzip2-2.19.tar.gz
/Compress-Bzip2-2.20.tar.gz
/Compress-Bzip2-2.22.tar.gz
/Compress-Bzip2-2.24.tar.gz

View File

@ -1,16 +1,22 @@
Name: perl-Compress-Bzip2
Version: 2.22
Release: 4%{?dist}
Version: 2.24
Release: 1%{?dist}
Summary: Interface to Bzip2 compression library
Group: Development/Libraries
# bzlib-src/win-tst-dlltest.c (unbundled): Public Domain
# bzlib-src/LICENSE (unbundled): BSD
# bzlib-src/manual.ps (unbundled): GPL+ with exception
# other files: GPL+ or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Compress-Bzip2/
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/Compress-Bzip2-%{version}.tar.gz
BuildRequires: bzip2-devel >= 1.0.5
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
@ -18,6 +24,7 @@ BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# VMS::Filespec not needed
BuildRequires: sed
# Run-time:
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
@ -31,6 +38,7 @@ BuildRequires: perl(XSLoader)
BuildRequires: perl(Cwd)
# Memory::Usage not used
BuildRequires: perl(Test::More)
# Test::Kwalitee not used
# Optional tests:
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::LeakTrace)
@ -76,6 +84,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Fri Dec 11 2015 Petr Pisar <ppisar@redhat.com> - 2.24-1
- 2.24 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
0d01b86c3efa74e29bb975aea46b666f Compress-Bzip2-2.22.tar.gz
d5ef04d1e51fe45743b3044abad967d2 Compress-Bzip2-2.24.tar.gz