8
0

- updated to 6.03

Support the new HTML5 input types without warning                                                                                                                                                                                           
 Fix test failure when HTTP-Message 6.03 (or better) was installed [RT#75155]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2013-07-24 07:55:38 +00:00
committed by Git OBS Bridge
parent d980f87eea
commit d1467aa877
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Form
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-HTML-Form
Version: 6.01
Version: 6.03
Release: 0
%define cpan_name HTML-Form
Summary: Class that represents an HTML form element
@@ -31,13 +31,13 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6.03
BuildRequires: perl(URI) >= 1.10
#BuildRequires: perl(HTML::Form)
#BuildRequires: perl(HTTP::Response)
Requires: perl(HTML::TokeParser)
Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Request::Common) >= 6
Requires: perl(HTTP::Request::Common) >= 6.03
Requires: perl(URI) >= 1.10
%{perl_requires}