[perl-HTML-Form] Update to 6.02

Emmanuel Seyman eseyman at fedoraproject.org
Sat Feb 25 09:04:22 UTC 2012


commit 9db943a7076309bfecf4eb81c57c1f843104f488
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Feb 25 10:04:11 2012 +0100

    Update to 6.02

 .gitignore          |    1 +
 perl-HTML-Form.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55f287a..0b0e87c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /HTML-Form-6.00.tar.gz
 /HTML-Form-6.01.tar.gz
+/HTML-Form-6.02.tar.gz
diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec
index 33d85af..b899082 100644
--- a/perl-HTML-Form.spec
+++ b/perl-HTML-Form.spec
@@ -1,5 +1,5 @@
 Name:           perl-HTML-Form
-Version:        6.01
+Version:        6.02
 Release:        1%{?dist}
 Summary:        Class that represents an HTML form element
 License:        GPL+ or Artistic
@@ -10,7 +10,7 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTTP::Request) >= 6
-BuildRequires:  perl(HTTP::Request::Common) >= 6
+BuildRequires:  perl(HTTP::Request::Common) >= 6.0.3
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
 Requires:       perl(HTML::TokeParser)
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 25 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 6.02-1
+- Update to 6.02
+
 * Sun Feb 19 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 6.01-1
 - Update to 6.01
 - Clean up spec file
diff --git a/sources b/sources
index 81a760b..7671ae1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04a3e5fcac09ae01844d49399832cf8b  HTML-Form-6.01.tar.gz
+53cd7d194d60c9c17252f0b3ac9943b0  HTML-Form-6.02.tar.gz


More information about the scm-commits mailing list