[perl-Getopt-Long-Descriptive] update to 0.090

Iain Arnell iarnell at fedoraproject.org
Sat Jul 2 07:37:00 UTC 2011


commit 3c3264a55a4785c1a893768f1650172010330190
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jul 2 09:36:42 2011 +0200

    update to 0.090

 .gitignore                        |    1 +
 perl-Getopt-Long-Descriptive.spec |   16 ++++++++++------
 sources                           |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12fa342..646574d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Getopt-Long-Descriptive-0.084.tar.gz
 /Getopt-Long-Descriptive-0.087.tar.gz
+/Getopt-Long-Descriptive-0.090.tar.gz
diff --git a/perl-Getopt-Long-Descriptive.spec b/perl-Getopt-Long-Descriptive.spec
index a287a9a..8ff2fc4 100644
--- a/perl-Getopt-Long-Descriptive.spec
+++ b/perl-Getopt-Long-Descriptive.spec
@@ -1,7 +1,7 @@
 Name:           perl-Getopt-Long-Descriptive
 Summary:        Getopt::Long with usage text
-Version:        0.087
-Release:        2%{?dist}
+Version:        0.090
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz 
@@ -9,16 +9,18 @@ URL:            http://search.cpan.org/dist/Getopt-Long-Descriptive/
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long) >= 2.33
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Params::Validate) >= 0.74
+BuildRequires:  perl(Params::Validate) >= 0.97
 BuildRequires:  perl(Sub::Exporter) >= 0.972
+BuildRequires:  perl(Sub::Exporter::Util)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 
-Requires:       perl(Params::Validate) >= 0.74
-
 
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
@@ -45,12 +47,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 02 2011 Iain Arnell <iarnell at gmail.com> 0.090-1
+- update to latest upstream version
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.087-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a3c0aab..c0000a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21d1d9e382a42e0d130808c21c215cde  Getopt-Long-Descriptive-0.087.tar.gz
+cea2c5b0591ef24848f77b18ceef912a  Getopt-Long-Descriptive-0.090.tar.gz


More information about the scm-commits mailing list