forked from pool/perl-HTML-Form
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
This commit is contained in:
commit
6b8d3d6e7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df8393e35e495a0839f06a63fb65d6922842c180d260554137728a9f092df9d3
|
||||
size 42908
|
BIN
HTML-Form-6.11.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTML-Form-6.11.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 03:07:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.11
|
||||
see /usr/share/doc/packages/perl-HTML-Form/Changes
|
||||
|
||||
6.11 2023-02-11 11:49:19Z
|
||||
- Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
|
||||
- Split extra packages inside HTML::Form into their own module files
|
||||
and consolidate documentation (GH#43) (Julien Fiegehenn)
|
||||
- Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 23 03:06:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Form
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name HTML-Form
|
||||
Name: perl-HTML-Form
|
||||
Version: 6.10
|
||||
Version: 6.11
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Class that represents an HTML form element
|
||||
@ -33,12 +33,15 @@ BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Request::Common) >= 6.03
|
||||
BuildRequires: perl(HTTP::Response)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(HTML::TokeParser)
|
||||
Requires: perl(HTTP::Request) >= 6
|
||||
Requires: perl(HTTP::Request::Common) >= 6.03
|
||||
Requires: perl(Test::More) >= 0.96
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user