[perl-IO-Prompt] update to 0.997001

Iain Arnell iarnell at fedoraproject.org
Sat Nov 5 07:45:07 UTC 2011


commit 74286c3e6f641a7ea7e94f8e0e0d40b2818008de
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Nov 5 08:19:48 2011 +0100

    update to 0.997001

 .gitignore          |    1 +
 perl-IO-Prompt.spec |   12 ++++++++----
 sources             |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8693504..17ebb00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Prompt-0.997.tar.gz
+/IO-Prompt-0.997001.tar.gz
diff --git a/perl-IO-Prompt.spec b/perl-IO-Prompt.spec
index a86b288..05c036e 100644
--- a/perl-IO-Prompt.spec
+++ b/perl-IO-Prompt.spec
@@ -1,10 +1,11 @@
 Name:           perl-IO-Prompt
 Summary:        Interactively prompt for user input
-Version:        0.997
-Release:        6%{?dist}
+%global cpanver 0.997001
+Version:        0.997.001
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{cpanver}.tar.gz 
 URL:            http://search.cpan.org/dist/IO-Prompt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -34,7 +35,7 @@ prompted.
 
 
 %prep
-%setup -q -n IO-Prompt-%{version}
+%setup -q -n IO-Prompt-%{cpanver}
 
 find . -type f -exec chmod -c -x {} ';'
 
@@ -69,6 +70,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Nov 05 2011 Iain Arnell <iarnell at gmail.com> 0.997.001-1
+- update to latest upstream version
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.997-6
 - Perl mass rebuild
 
diff --git a/sources b/sources
index bacc407..c23d694 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f6a8610db9c541e07daffde650f0e7d  IO-Prompt-0.997.tar.gz
+c1311dd2122cca28426394acf2aed2ba  IO-Prompt-0.997001.tar.gz



More information about the perl-devel mailing list