[perl-experimental] 0.004 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 7 09:00:12 UTC 2013


commit 1f801c61a2d6ebe4d8bdbfd3dcc2deff15c1114d
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 7 10:59:25 2013 +0200

    0.004 bump

 .gitignore             |    1 +
 .rpmlint               |    2 ++
 perl-experimental.spec |   10 +++++++---
 sources                |    2 +-
 4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc6118a..1baf29f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /experimental-0.003.tar.gz
+/experimental-0.004.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..36cc9db
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* pragma");
diff --git a/perl-experimental.spec b/perl-experimental.spec
index eba65e8..c606c93 100644
--- a/perl-experimental.spec
+++ b/perl-experimental.spec
@@ -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 at redhat.com> - 0.004-1
+- 0.004 bump
+
 * Wed May 29 2013 Petr Pisar <ppisar at redhat.com> 0.003-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 16f9724..05c7714 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87988c65331ae4d6612f97191ab5d0b0  experimental-0.003.tar.gz
+d19bc3aeaa16aaebfb47357cbc411bcb  experimental-0.004.tar.gz


More information about the scm-commits mailing list