1
0

Accepting request 998837 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/998837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=15
This commit is contained in:
Dirk Stoecker 2022-08-24 07:42:39 +00:00 committed by Git OBS Bridge
parent 70d38c8bc5
commit 05984d6547
4 changed files with 19 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df8393e35e495a0839f06a63fb65d6922842c180d260554137728a9f092df9d3
size 42908

View File

@ -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>

View File

@ -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