forked from pool/perl-HTML-FormHandler
Accepting request 436628 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/436628 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
e4121ebe9a
commit
c6894c639b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:764d5c7176f450e1f9bc9b73506015984130cdf19b813ea4e6bb2da9fa3f9ef0
|
||||
size 312737
|
3
HTML-FormHandler-0.40067.tar.gz
Normal file
3
HTML-FormHandler-0.40067.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:700e7faad11b26f5c999cf3dba44ac30917b958cf6c667f343f62456bb4eeec8
|
||||
size 313883
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 05:32:47 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.40067
|
||||
see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
|
||||
|
||||
0.40067 Wed Oct 19, 2016
|
||||
Fixed Text validation checking, to allow deflations and transformations
|
||||
to be applied first.
|
||||
change order of processing 'input_without_param' and 'use_fields_for_input_without_param'
|
||||
fixes problem with not using default for select field
|
||||
fix for deflation of undef value, from ether's pull request 122
|
||||
switch from JSON.pm to JSON::MaybeXS
|
||||
use coercion on 'options' instead of duplicate code in _load_options
|
||||
use [PkgVersion]
|
||||
fix bug in TextCSV field caused by setting error for multiple values in Text field
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 05:20:50 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTML-FormHandler
|
||||
Version: 0.40066
|
||||
Version: 0.40067
|
||||
Release: 0
|
||||
%define cpan_name HTML-FormHandler
|
||||
Summary: HTML forms using Moose
|
||||
@@ -36,10 +36,10 @@ BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Strptime)
|
||||
BuildRequires: perl(Email::Valid)
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.03
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.06
|
||||
BuildRequires: perl(HTML::Entities)
|
||||
BuildRequires: perl(HTML::TreeBuilder) >= 3.23
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(JSON::MaybeXS) >= 1.003003
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Moose) >= 2.1403
|
||||
BuildRequires: perl(MooseX::Getopt) >= 0.16
|
||||
@@ -65,7 +65,7 @@ Requires: perl(Email::Valid)
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::TreeBuilder) >= 3.23
|
||||
Requires: perl(JSON)
|
||||
Requires: perl(JSON::MaybeXS) >= 1.003003
|
||||
Requires: perl(List::Util) >= 1.33
|
||||
Requires: perl(Moose) >= 2.1403
|
||||
Requires: perl(MooseX::Getopt) >= 0.16
|
||||
|
Reference in New Issue
Block a user