8
0

Compare commits

...

9 Commits

Author SHA256 Message Date
d5c4ac0918 Accepting request 1235298 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=17
2025-01-07 19:50:28 +00:00
b4db4757ed Accepting request 1235268 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1235268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Form?expand=0&rev=19
2025-01-06 16:55:51 +00:00
6b8d3d6e7b Accepting request 1066014 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1066014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=16
2023-02-17 15:43:37 +00:00
7976e379a8 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
2022-08-25 13:33:05 +00:00
27e02e43a9 Accepting request 997406 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/997406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=14
2022-08-17 16:16:45 +00:00
9e9246aac8 Accepting request 778786 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/778786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=13
2020-02-26 14:01:19 +00:00
99f3159142 Accepting request 736085 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/736085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=12
2019-10-10 09:52:14 +00:00
3f155bde26 Accepting request 690510 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/690510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=11
2019-04-04 12:11:32 +00:00
Stephan Kulow
89ffc633ca Accepting request 184393 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=8
2013-08-07 18:53:36 +00:00
4 changed files with 28 additions and 7 deletions

BIN
HTML-Form-6.11.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
HTML-Form-6.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 19 05:31:59 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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