- 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:
parent
d980f87eea
commit
d1467aa877
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d84ce1dac47a7d7f05a73d9d3703484b0c9c7e425938c2cb33f99652737f14c
|
|
||||||
size 23275
|
|
3
HTML-Form-6.03.tar.gz
Normal file
3
HTML-Form-6.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68c01d94f005d5ca9c4d55ad2a1bf3a8d034a5fc6db187d91a4c42f3fdc9fc36
|
||||||
|
size 23522
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 07:28:19 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 20 10:48:17 UTC 2012 - coolo@suse.com
|
Mon Feb 20 10:48:17 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Form
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Form
|
Name: perl-HTML-Form
|
||||||
Version: 6.01
|
Version: 6.03
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-Form
|
%define cpan_name HTML-Form
|
||||||
Summary: Class that represents an HTML form element
|
Summary: Class that represents an HTML form element
|
||||||
@ -31,13 +31,13 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTML::TokeParser)
|
BuildRequires: perl(HTML::TokeParser)
|
||||||
BuildRequires: perl(HTTP::Request) >= 6
|
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(URI) >= 1.10
|
||||||
#BuildRequires: perl(HTML::Form)
|
#BuildRequires: perl(HTML::Form)
|
||||||
#BuildRequires: perl(HTTP::Response)
|
#BuildRequires: perl(HTTP::Response)
|
||||||
Requires: perl(HTML::TokeParser)
|
Requires: perl(HTML::TokeParser)
|
||||||
Requires: perl(HTTP::Request) >= 6
|
Requires: perl(HTTP::Request) >= 6
|
||||||
Requires: perl(HTTP::Request::Common) >= 6
|
Requires: perl(HTTP::Request::Common) >= 6.03
|
||||||
Requires: perl(URI) >= 1.10
|
Requires: perl(URI) >= 1.10
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user