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

Iain Arnell iarnell at fedoraproject.org
Fri Aug 3 13:18:48 UTC 2012


commit 6185b58a8d0367f569aaa4fb427245bf28d909c3
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Aug 3 07:18:44 2012 -0600

    update to 0.092

 .gitignore                        |    1 +
 perl-Getopt-Long-Descriptive.spec |   10 +++++++---
 sources                           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e96f305..f90c505 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Getopt-Long-Descriptive-0.084.tar.gz
 /Getopt-Long-Descriptive-0.087.tar.gz
 /Getopt-Long-Descriptive-0.090.tar.gz
 /Getopt-Long-Descriptive-0.091.tar.gz
+/Getopt-Long-Descriptive-0.092.tar.gz
diff --git a/perl-Getopt-Long-Descriptive.spec b/perl-Getopt-Long-Descriptive.spec
index 3e79dc0..a179be9 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.091
-Release:        3%{?dist}
+Version:        0.092
+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 
@@ -11,6 +11,8 @@ BuildArch:      noarch
 
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long) >= 2.33
 BuildRequires:  perl(List::Util)
@@ -45,7 +47,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -58,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 03 2012 Iain Arnell <iarnell at gmail.com> 0.092-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.091-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3babfa0..6315294 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e3c147aa0e509bfdddf18d48f0335c1  Getopt-Long-Descriptive-0.091.tar.gz
+3843f3e2bb2d4ee3dfe141e6bca768b7  Getopt-Long-Descriptive-0.092.tar.gz



More information about the perl-devel mailing list