[perl-CGI-Application-Plugin-CAPTCHA] Update to 0.03

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 6 05:29:41 UTC 2011


commit fe7ed87ba4f91c032f306bd0ede84ef9430bf600
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 6 06:29:30 2011 +0100

    Update to 0.03

 .gitignore                               |    1 +
 perl-CGI-Application-Plugin-CAPTCHA.spec |    8 ++++++--
 sources                                  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ace14aa..c66945f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /CGI-Application-Plugin-CAPTCHA-0.01.tar.gz
+/CGI-Application-Plugin-CAPTCHA-0.03.tar.gz
diff --git a/perl-CGI-Application-Plugin-CAPTCHA.spec b/perl-CGI-Application-Plugin-CAPTCHA.spec
index 3a270e3..c302896 100644
--- a/perl-CGI-Application-Plugin-CAPTCHA.spec
+++ b/perl-CGI-Application-Plugin-CAPTCHA.spec
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Application-Plugin-CAPTCHA
-Version:        0.01
-Release:        4%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Easily create, use, and verify CAPTCHAs in CGI::Application-based web apps
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ BuildArch:      noarch
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Application)
 BuildRequires:  perl(Data::Random)
+BuildRequires:  perl(Digest::SHA1)
 BuildRequires:  perl(GD::SecurityImage)
 BuildRequires:  perl(HTTP::Server::Simple::CGI)
 BuildRequires:  perl(Module::Build)
@@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 06 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.03-1
+- Update to 0.03
+
 * Wed Dec 15 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.01-4
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 080f0de..5872ec7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da16c6a73f27ea5469c75f8cb47c24d2  CGI-Application-Plugin-CAPTCHA-0.01.tar.gz
+a2274a6176662f7139c0a0632f2f5336  CGI-Application-Plugin-CAPTCHA-0.03.tar.gz


More information about the scm-commits mailing list