[perl-opts] Update to 0.07

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 23 09:16:00 UTC 2014


commit c5ef9a1991b285ed7bbda4aba489725a863d2e37
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 23 10:16:46 2014 +0100

    Update to 0.07

 .gitignore     |    1 +
 perl-opts.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 985c424..b1c74c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ opts-0.022.tar.gz
 /opts-0.042.tar.gz
 /opts-0.05.tar.gz
 /opts-0.06.tar.gz
+/opts-0.07.tar.gz
diff --git a/perl-opts.spec b/perl-opts.spec
index 6ff45b1..d8fc70a 100644
--- a/perl-opts.spec
+++ b/perl-opts.spec
@@ -1,10 +1,10 @@
 Name:           perl-opts
 Summary:        Simple command line option parser
-Version:        0.060
+Version:        0.070
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-0.06.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-0.07.tar.gz 
 URL:            http://search.cpan.org/dist/opts
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -30,7 +30,7 @@ Requires:       perl(Text::Table)
 opts is a DSL for quickly and easily handling command line options.
 
 %prep
-%setup -q -n opts-0.06
+%setup -q -n opts-0.07
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -52,6 +52,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Feb 23 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.070-1
+- Update to 0.07
+
 * Wed Aug 14 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.060-1
 - Update to 0.06
 - Switch to Build.PL a build mecanism
diff --git a/sources b/sources
index 058bc7c..d8ccb12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad8fecb04c93a13644f9f4aa6b6b6f84  opts-0.06.tar.gz
+5de8f2f8d2fa201f0659ad4fa9f3f6e6  opts-0.07.tar.gz



More information about the perl-devel mailing list