2.16 bump

This commit is contained in:
Petr Písař 2013-03-06 08:54:48 +01:00
parent dc6bfc417d
commit 2b6e67df5d
4 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/autodie-2.13.tar.gz
/autodie-2.16.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* pragma");

View File

@ -1,5 +1,5 @@
Name: perl-autodie
Version: 2.13
Version: 2.16
Release: 1%{?dist}
Summary: Replace functions with ones that succeed or die
License: GPL+ or Artistic
@ -35,8 +35,10 @@ BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(lib)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(open)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -70,10 +72,13 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc AUTHORS Changes README TODO
%doc AUTHORS Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Wed Mar 06 2013 Petr Pisar <ppisar@redhat.com> - 2.16-1
- 2.16 bump
* Thu Feb 14 2013 Petr Pisar <ppisar@redhat.com> 2.13-1
- Specfile autogenerated by cpanspec 1.78.

View File

@ -1 +1 @@
2c72f01216797b44ebbc5303014a1987 autodie-2.13.tar.gz
6acbb080d20df94bee76ad301bb5ad9f autodie-2.16.tar.gz