forked from pool/perl-HTML-Form
Accepting request 998973 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/998973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=15
This commit is contained in:
commit
7976e379a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c06ce1e54f9cfe1fd800d886126b875c972716a27fc281d3fb00345132e230
|
||||
size 42075
|
3
HTML-Form-6.10.tar.gz
Normal file
3
HTML-Form-6.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df8393e35e495a0839f06a63fb65d6922842c180d260554137728a9f092df9d3
|
||||
size 42908
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 03:06:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.10
|
||||
see /usr/share/doc/packages/perl-HTML-Form/Changes
|
||||
|
||||
6.10 2022-08-22 13:20:12Z
|
||||
- Use "croak" instead of "die" to show errors from the perspective of the
|
||||
caller [RT#20499] (GH#29) (Julien Fiegehenn)
|
||||
- Remove the executable bit from a couple of tests (GH#41) (James Raspass)
|
||||
- <option>s within select fields without a name no longer get merged into
|
||||
the previous select field (GH#2) (Julien Fiegehenn)
|
||||
- find_input() can now take a reference to undef to explicitly find inputs
|
||||
that have no name (GH#2) (Julien Fiegehenn)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 03:07:42 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name HTML-Form
|
||||
Name: perl-HTML-Form
|
||||
Version: 6.09
|
||||
Version: 6.10
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Class that represents an HTML form element
|
||||
@ -50,7 +50,6 @@ can be passed to the request() method of LWP::UserAgent.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user