diff --git a/HTML-Form-6.05.tar.gz b/HTML-Form-6.05.tar.gz deleted file mode 100644 index 30fc565..0000000 --- a/HTML-Form-6.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c6c601ca829719f6651be1b80872028f82bec1712608dd860deeb67da32492 -size 40239 diff --git a/HTML-Form-6.06.tar.gz b/HTML-Form-6.06.tar.gz new file mode 100644 index 0000000..e2040b9 --- /dev/null +++ b/HTML-Form-6.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d60453de8bde5fb01c110e00edc6ccb11b9b7f69222343dce51f94624e5699 +size 40990 diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes index 657ecac..9d2dc00 100644 --- a/perl-HTML-Form.changes +++ b/perl-HTML-Form.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 21 03:09:20 UTC 2020 - + +- 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 - diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec index 8b93860..124b952 100644 --- a/perl-HTML-Form.spec +++ b/perl-HTML-Form.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-HTML-Form -Version: 6.05 +Version: 6.06 Release: 0 %define cpan_name HTML-Form 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 '
...
' 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 -be tweaked and it can then be asked to provide 'HTTP::Request' objects that -can be passed to the request() method of 'LWP::UserAgent'. +be tweaked and it can then be asked to provide HTTP::Request objects that +can be passed to the request() method of LWP::UserAgent. %prep %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 perl Makefile.PL INSTALLDIRS=vendor