[perl-Lingua-EN-Inflect-Phrase] update to 0.13

Iain Arnell iarnell at fedoraproject.org
Fri Sep 7 18:20:27 UTC 2012


commit 55a7c4d2d2bf62ae4e202df60c4fc3c289dfefd2
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Sep 7 12:20:22 2012 -0600

    update to 0.13

 .gitignore                         |    1 +
 perl-Lingua-EN-Inflect-Phrase.spec |   11 +++++++----
 sources                            |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c44f1e..4a284f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Lingua-EN-Inflect-Phrase-0.10.tar.gz
 /Lingua-EN-Inflect-Phrase-0.11.tar.gz
 /Lingua-EN-Inflect-Phrase-0.12.tar.gz
+/Lingua-EN-Inflect-Phrase-0.13.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Phrase.spec b/perl-Lingua-EN-Inflect-Phrase.spec
index 6cb3ec5..eb8b1d5 100644
--- a/perl-Lingua-EN-Inflect-Phrase.spec
+++ b/perl-Lingua-EN-Inflect-Phrase.spec
@@ -1,6 +1,6 @@
 Name:           perl-Lingua-EN-Inflect-Phrase
-Version:        0.12
-Release:        3%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Inflect short English Phrases
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,7 +10,7 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Lingua::EN::Inflect) >= 1.891
 BuildRequires:  perl(Lingua::EN::Inflect::Number) >= 1.1
-BuildRequires:  perl(Lingua::EN::Tagger) >= 0.15
+BuildRequires:  perl(Lingua::EN::Tagger) >= 0.20
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(Lingua::EN::Inflect) >= 1.891
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -24,7 +24,7 @@ Attempts to pluralize or singularize short English phrases.
 %setup -q -n Lingua-EN-Inflect-Phrase-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 07 2012 Iain Arnell <iarnell at gmail.com> 0.13-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f87723..38ef34d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7738cb83d99466056e9aeb519add2ba7  Lingua-EN-Inflect-Phrase-0.12.tar.gz
+4df51c5a21935393dc054280ee416663  Lingua-EN-Inflect-Phrase-0.13.tar.gz


More information about the scm-commits mailing list