forked from pool/perl-HTML-FormHandler
- updated to 0.33002
Accidentally left off compatibility for 'required_message' attribute messages => { required => '...' } is new style and worked Remove unnecessary with of HFH::Validate::Actions bug - empty_select check defined Add button field, widget, template Check html attributes for definedness not truth Add ability to set field inactive on new & process in addition to setting active Move 'no_render_label' into Field Use form's language_handle in fields Improve PrimaryKey doc Return empty hashref from $form->value instead of undef Merge experimental Wizard into master Render disabled select options Repeatable contains rendering incorrectly, skipping empty elements Add rendering of form_errors to widgets and Render::Simple *** If you were using form_errors (there are none by default) and were using HFH rendering, check for compatibility Allow specifying full class for widget with '+' Document removing wrapper div from Simple wrapper Re-do how field messages are stored and accessed. Use messages => {...} instead of various _message attributes Add utilities in util to pull out class messages and check I18N Update I18N messages files (those that were provided by translators) Change render_filter Coderef setting because of leak; *** Possible incompatibility: if you have a form render_filter, OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
326106dafe
commit
47cb810257
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-HTML-FormHandler (Version 0.32005)
|
||||
# spec file for package perl-HTML-FormHandler (Version 0.33002)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -16,22 +16,28 @@
|
||||
#
|
||||
|
||||
Name: perl-HTML-FormHandler
|
||||
Version: 0.32005
|
||||
Version: 0.33002
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name HTML-FormHandler
|
||||
Summary: HTML forms using Moose
|
||||
Url: http://search.cpan.org/dist/HTML-FormHandler/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(aliased)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Strptime)
|
||||
BuildRequires: perl(Email::Valid)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.03
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Locale::Maketext) >= 1.09
|
||||
BuildRequires: perl(Moose) >= 0.90
|
||||
BuildRequires: perl(MooseX::Getopt) >= 0.16
|
||||
BuildRequires: perl(MooseX::Types) >= 0.20
|
||||
@@ -39,10 +45,8 @@ BuildRequires: perl(MooseX::Types::Common)
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.09
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(File::ShareDir::Install)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(aliased)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(DateTime)
|
||||
@@ -50,14 +54,13 @@ Requires: perl(DateTime::Format::Strptime)
|
||||
Requires: perl(Email::Valid)
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Locale::Maketext) >= 1.09
|
||||
Requires: perl(Moose) >= 0.90
|
||||
Requires: perl(MooseX::Getopt) >= 0.16
|
||||
Requires: perl(MooseX::Types) >= 0.20
|
||||
Requires: perl(MooseX::Types::Common)
|
||||
Requires: perl(namespace::autoclean) >= 0.09
|
||||
Requires: perl(Try::Tiny)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -130,7 +133,7 @@ the HTML::FormHandler::Manual manpage.
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes dist.ini LICENSE README TODO xt
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README TODO util xt
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user