forked from pool/perl-HTML-Form
Accepting request 1065493 from devel:languages:perl:autoupdate
- updated to 6.11 see /usr/share/doc/packages/perl-HTML-Form/Changes 6.11 2023-02-11 11:49:19Z - Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn) - Split extra packages inside HTML::Form into their own module files and consolidate documentation (GH#43) (Julien Fiegehenn) - Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar) OBS-URL: https://build.opensuse.org/request/show/1065493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=17
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Form
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name HTML-Form
|
||||
Name: perl-HTML-Form
|
||||
Version: 6.10
|
||||
Version: 6.11
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Class that represents an HTML form element
|
||||
@@ -33,12 +33,15 @@ BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6.03
|
||||
BuildRequires: perl(HTTP::Response)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(HTML::TokeParser)
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6.03
|
||||
Requires: perl(Test::More) >= 0.96
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user