[perl-Lingua-EN-Inflect] 1.895 bump

Petr Pisar ppisar at fedoraproject.org
Tue Feb 26 15:38:58 UTC 2013


commit 6ea5fa4feb67f21b4a9b37998f31810187d1724c
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Feb 26 16:38:43 2013 +0100

    1.895 bump

 .gitignore                  |    1 +
 perl-Lingua-EN-Inflect.spec |   18 ++++++++++++++++--
 sources                     |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb2b6d2..27a12ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Lingua-EN-Inflect-1.892.tar.gz
+/Lingua-EN-Inflect-1.895.tar.gz
diff --git a/perl-Lingua-EN-Inflect.spec b/perl-Lingua-EN-Inflect.spec
index 00c12ff..24ac6e1 100644
--- a/perl-Lingua-EN-Inflect.spec
+++ b/perl-Lingua-EN-Inflect.spec
@@ -1,6 +1,6 @@
 Name:           perl-Lingua-EN-Inflect
-Version:        1.892
-Release:        8%{?dist}
+Version:        1.895
+Release:        1%{?dist}
 Summary:        Convert singular to plural, select "a" or "an"
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -9,8 +9,19 @@ Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Lingua-EN-In
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Env)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+# Tests:
 BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  perl(Carp)
 
 %description
 %{summary}.
@@ -44,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 26 2013 Petr Pisar <ppisar at redhat.com> - 1.895-1
+- 1.895 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.892-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d6fb5e9..81fd6ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f31095e39fffba972273ec895de6e3ec  Lingua-EN-Inflect-1.892.tar.gz
+96ce4517a21800a6e90df1f4cdd515a5  Lingua-EN-Inflect-1.895.tar.gz



More information about the perl-devel mailing list