[perl-HTML-FormFu] update to 0.07003

Iain Arnell iarnell at fedoraproject.org
Tue Sep 7 03:17:25 UTC 2010


commit 723de75b3fc6eae7c06ac1ce0e627cd84bc0b4be
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Sep 7 05:16:49 2010 +0200

    update to 0.07003
    
    - fixes FTBFS
    - bump Captcha::reCAPTCHA requirement to 0.93

 .gitignore            |    1 +
 perl-HTML-FormFu.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 456f7e8..3e71aa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTML-FormFu-0.07002.tar.gz
+/HTML-FormFu-0.07003.tar.gz
diff --git a/perl-HTML-FormFu.spec b/perl-HTML-FormFu.spec
index be0c0e0..00efc97 100644
--- a/perl-HTML-FormFu.spec
+++ b/perl-HTML-FormFu.spec
@@ -1,5 +1,5 @@
 Name:           perl-HTML-FormFu
-Version:        0.07002
+Version:        0.07003
 Release:        1%{?dist}
 Summary:        HTML Form Creation, Rendering and Validation Framework
 License:        GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/HTML-FormFu/
 Source0:        http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(Captcha::reCAPTCHA) >= 0.92
+BuildRequires:  perl(Captcha::reCAPTCHA) >= 0.93
 BuildRequires:  perl(CGI)
 BuildRequires:  perl(CGI::Simple)
 BuildRequires:  perl(Class::Accessor::Chained::Fast)
@@ -43,7 +43,7 @@ BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(YAML::XS) >= 0.32
-Requires:       perl(Captcha::reCAPTCHA) >= 0.92
+Requires:       perl(Captcha::reCAPTCHA) >= 0.93
 Requires:       perl(Class::Accessor::Chained::Fast)
 Requires:       perl(Config::Any) >= 0.18
 Requires:       perl(Crypt::DES)
@@ -107,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 07 2010 Iain Arnell <iarnell at gmail.com> 0.07003-1
+- update to latest upstream version
+- bump Captcha::reCAPTCHA requirement to 0.93
+
 * Fri Jun 25 2010 Iain Arnell <iarnell at gmail.com> 0.07002-1
 - update to latest upstream
 - bump DateTime::Format::Strptime and DateTime::Locale BRs
diff --git a/sources b/sources
index 690ce8d..c3a4bee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe68a74e7cf52a61537d9dce7a6c9b3  HTML-FormFu-0.07002.tar.gz
+f1b1d5d6ccadc966a5588c13de6ca523  HTML-FormFu-0.07003.tar.gz



More information about the perl-devel mailing list