forked from pool/perl-HTML-Form
Accepting request 777893 from devel:languages:perl:autoupdate
- updated to 6.06 see /usr/share/doc/packages/perl-HTML-Form/Changes 6.06 2020-02-20 14:48:37Z - Change the behaviour of find_input in list context (GH#21) (E. Choroba) - Pod tweaks (GH#17) (Olaf Alders) - Add list context examples for find_input() (GH#20) (Olaf Alders) - Modernize some tests (GH#18) (Olaf Alders) OBS-URL: https://build.opensuse.org/request/show/777893 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36c6c601ca829719f6651be1b80872028f82bec1712608dd860deeb67da32492
|
|
||||||
size 40239
|
|
3
HTML-Form-6.06.tar.gz
Normal file
3
HTML-Form-6.06.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2d60453de8bde5fb01c110e00edc6ccb11b9b7f69222343dce51f94624e5699
|
||||||
|
size 40990
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 21 03:09:20 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.06
|
||||||
|
see /usr/share/doc/packages/perl-HTML-Form/Changes
|
||||||
|
|
||||||
|
6.06 2020-02-20 14:48:37Z
|
||||||
|
- Change the behaviour of find_input in list context (GH#21) (E. Choroba)
|
||||||
|
- Pod tweaks (GH#17) (Olaf Alders)
|
||||||
|
- Add list context examples for find_input() (GH#20) (Olaf Alders)
|
||||||
|
- Modernize some tests (GH#18) (Olaf Alders)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 7 10:33:52 UTC 2019 - <timueller+perl@suse.de>
|
Mon Oct 7 10:33:52 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Form
|
# spec file for package perl-HTML-Form
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX 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.05
|
Version: 6.06
|
||||||
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
|
||||||
@@ -45,12 +45,12 @@ Requires: perl(URI) >= 1.10
|
|||||||
Objects of the 'HTML::Form' class represents a single HTML '<form> ...
|
Objects of the 'HTML::Form' class represents a single HTML '<form> ...
|
||||||
</form>' instance. A form consists of a sequence of inputs that usually
|
</form>' instance. A form consists of a sequence of inputs that usually
|
||||||
have names, and which can take on various values. The state of a form can
|
have names, and which can take on various values. The state of a form can
|
||||||
be tweaked and it can then be asked to provide 'HTTP::Request' objects that
|
be tweaked and it can then be asked to provide HTTP::Request objects that
|
||||||
can be passed to the request() method of 'LWP::UserAgent'.
|
can be passed to the request() method of LWP::UserAgent.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user