diff --git a/HTML-Form-6.11.tar.gz b/HTML-Form-6.11.tar.gz deleted file mode 100644 index 7e30a07..0000000 --- a/HTML-Form-6.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43bfaa7087393487d2d51261a1aa7f6f81a97b1d8fef7a48fcf6ef32b16d6454 -size 44901 diff --git a/HTML-Form-6.12.tar.gz b/HTML-Form-6.12.tar.gz new file mode 100644 index 0000000..7338c27 --- /dev/null +++ b/HTML-Form-6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ced87d0878afa007d22c41927f0e8da63844608f20881f645f364dc32cdce6f +size 46965 diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes index d07589c..064de00 100644 --- a/perl-HTML-Form.changes +++ b/perl-HTML-Form.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 19 05:31:59 UTC 2024 - Tina Müller + +- updated to 6.120.0 (6.12) + see /usr/share/doc/packages/perl-HTML-Form/Changes + + 6.12 2024-10-18 16:19:06Z + - Fix CRLF normalization with HTTP::Message 7.00 (GH#53) (Graham Knop) + ------------------------------------------------------------------- Sun Feb 12 03:07:28 UTC 2023 - Tina Müller diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec index 2931f5a..0b5b236 100644 --- a/perl-HTML-Form.spec +++ b/perl-HTML-Form.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Form # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name HTML-Form Name: perl-HTML-Form -Version: 6.11 +Version: 6.120.0 Release: 0 +# 6.12 -> normalize -> 6.120.0 +%define cpan_version 6.12 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Class that represents an HTML form element URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -42,6 +44,16 @@ Requires: perl(HTTP::Request::Common) >= 6.03 Requires: perl(Test::More) >= 0.96 Requires: perl(URI) >= 1.10 Requires: perl(parent) +Provides: perl(HTML::Form) = %{version} +Provides: perl(HTML::Form::FileInput) = %{version} +Provides: perl(HTML::Form::IgnoreInput) = %{version} +Provides: perl(HTML::Form::ImageInput) = %{version} +Provides: perl(HTML::Form::Input) = %{version} +Provides: perl(HTML::Form::KeygenInput) = %{version} +Provides: perl(HTML::Form::ListInput) = %{version} +Provides: perl(HTML::Form::SubmitInput) = %{version} +Provides: perl(HTML::Form::TextInput) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -52,7 +64,7 @@ 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 -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor