0.004 bump

This commit is contained in:
Petr Písař 2013-06-07 10:59:25 +02:00
parent 229f09e4ca
commit 1f801c61a2
4 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/experimental-0.003.tar.gz
/experimental-0.004.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-experimental
Version: 0.003
Version: 0.004
Release: 1%{?dist}
Summary: Experimental features made easy
License: GPL+ or Artistic
@ -8,10 +8,10 @@ URL: http://search.cpan.org/dist/experimental/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(Module::Build::Tiny) >= 0.019
BuildRequires: perl(Module::Build::Tiny) >= 0.021
# Run-time:
BuildRequires: perl(Carp)
# feature is optional
BuildRequires: perl(feature)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Tests:
@ -21,6 +21,7 @@ BuildRequires: perl(Test::More) >= 0.89
# Optional tests:
BuildRequires: perl(Test::Script) >= 1.05
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(feature)
%description
This pragma provides an easy and convenient way to enable or disable
@ -46,5 +47,8 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/*
%changelog
* Fri Jun 07 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
- 0.004 bump
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> 0.003-1
- Specfile autogenerated by cpanspec 1.78.

View File

@ -1 +1 @@
87988c65331ae4d6612f97191ab5d0b0 experimental-0.003.tar.gz
d19bc3aeaa16aaebfb47357cbc411bcb experimental-0.004.tar.gz