commit perl-HTML-FormHandler for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2017-08-10 14:03:39

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is "perl-HTML-FormHandler"

Thu Aug 10 14:03:39 2017 rev:22 rq:512160 version:0.40068

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2016-10-23 12:53:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2017-08-10 14:11:53.790199293 +0200
@@ -1,0 +2,11 @@
+Fri Jul 21 05:33:54 UTC 2017 - co...@suse.com
+
+- updated to 0.40068
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40068 Thu Jul 20, 2017
+ Add RequestToken field
+ Add build_render_list_method
+ Zccept coderefs for date_start, date_end in Date field
+
+---

Old:

  HTML-FormHandler-0.40067.tar.gz

New:

  HTML-FormHandler-0.40068.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.MQ7nVX/_old  2017-08-10 14:11:54.614083292 +0200
+++ /var/tmp/diff_new_pack.MQ7nVX/_new  2017-08-10 14:11:54.618082729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,22 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40067
+Version:0.40068
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
-Source0:
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Load) >= 0.06
+BuildRequires:  perl(Crypt::Blowfish)
+BuildRequires:  perl(Crypt::CBC)
 BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Format::Strptime)
@@ -58,6 +60,8 @@
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) >= 0.09
 Requires:   perl(Class::Load) >= 0.06
+Requires:   perl(Crypt::Blowfish)
+Requires:   perl(Crypt::CBC)
 Requires:   perl(Data::Clone)
 Requires:   perl(DateTime)
 Requires:   perl(DateTime::Format::Strptime)
@@ -147,6 +151,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.md TODO util
+%doc Changes README README.md TODO util
+%license LICENSE
 
 %changelog

++ HTML-FormHandler-0.40067.tar.gz -> HTML-FormHandler-0.40068.tar.gz ++
 6145 lines of diff (skipped)




commit perl-HTML-FormHandler for openSUSE:Factory

2016-10-23 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2016-10-23 12:53:08

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2016-07-21 08:19:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2016-10-23 12:53:10.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct 21 05:32:47 UTC 2016 - co...@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
+
+---

Old:

  HTML-FormHandler-0.40066.tar.gz

New:

  HTML-FormHandler-0.40067.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.2hHBMT/_old  2016-10-23 12:53:11.0 +0200
+++ /var/tmp/diff_new_pack.2hHBMT/_new  2016-10-23 12:53:11.0 +0200
@@ -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::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(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

++ HTML-FormHandler-0.40066.tar.gz -> HTML-FormHandler-0.40067.tar.gz ++
 4299 lines of diff (skipped)




commit perl-HTML-FormHandler for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2016-07-21 08:19:13

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2016-03-26 17:33:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2016-07-21 08:19:16.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul 19 05:20:50 UTC 2016 - co...@suse.com
+
+- updated to 0.40066
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40066 Mon Jul 18, 2016
+ Improve Select field option list support
+ Support arrayref-of-arrayref options in a subroutine
+ Allow input_append_button to take input_append_button_element_class
+ Allow attributes to be specified for input_append_button
+ Add comma digit grouping and custom currency symbol
+ Allow input_append_button to take input_append_button_element_class
+ Various minor doc updates
+
+---

Old:

  HTML-FormHandler-0.40065.tar.gz

New:

  HTML-FormHandler-0.40066.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.COpvgR/_old  2016-07-21 08:19:17.0 +0200
+++ /var/tmp/diff_new_pack.COpvgR/_new  2016-07-21 08:19:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40065
+Version:0.40066
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose

++ HTML-FormHandler-0.40065.tar.gz -> HTML-FormHandler-0.40066.tar.gz ++
 2567 lines of diff (skipped)




commit perl-HTML-FormHandler for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2016-03-26 15:28:20

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2015-09-30 05:50:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2016-03-26 17:33:12.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 10:35:10 UTC 2016 - co...@suse.com
+
+- updated to 0.40065
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40065 Sat Mar 19, 2016
+ Ensure Text fields only contain a single value
+ Make it easier to specify a Select field having identical labels and 
values.
+
+---

Old:

  HTML-FormHandler-0.40064.tar.gz

New:

  HTML-FormHandler-0.40065.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.wTqBIM/_old  2016-03-26 17:33:13.0 +0100
+++ /var/tmp/diff_new_pack.wTqBIM/_new  2016-03-26 17:33:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40064
+Version:0.40065
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -81,9 +81,8 @@
 
 %description
 *** Although documentation in this file provides some overview, it is
-mainly intended for API documentation. See the
-HTML::FormHandler::Manual::Intro manpage for an introduction, with links to
-other documentation.
+mainly intended for API documentation. See HTML::FormHandler::Manual::Intro
+for an introduction, with links to other documentation.
 
 HTML::FormHandler maintains a clean separation between form construction
 and form rendering. It allows you to define your forms and fields in a
@@ -117,20 +116,19 @@
 HTML::FormHandler provides rendering through roles which are applied to
 form and field classes (although there's no reason you couldn't write a
 renderer as an external object either). There are currently two flavors:
-all-in-one solutions like the HTML::FormHandler::Render::Simple manpage and
-the HTML::FormHandler::Render::Table manpage that contain methods for
-rendering field widget classes, and the the HTML::FormHandler::Widget
-manpage roles, which are more atomic roles which are automatically applied
-to fields and form. See the HTML::FormHandler::Manual::Rendering manpage
-for more details. (And you can easily use hand-built forms - FormHandler
-doesn't care.)
+all-in-one solutions like HTML::FormHandler::Render::Simple and
+HTML::FormHandler::Render::Table that contain methods for rendering field
+widget classes, and the HTML::FormHandler::Widget roles, which are more
+atomic roles which are automatically applied to fields and form. See
+HTML::FormHandler::Manual::Rendering for more details. (And you can easily
+use hand-built forms - FormHandler doesn't care.)
 
 The typical application for FormHandler would be in a Catalyst,
 DBIx::Class, Template Toolkit web application, but use is not limited to
 that. FormHandler can be used in any Perl application.
 
 More Formhandler documentation and a tutorial can be found in the manual at
-the HTML::FormHandler::Manual manpage.
+HTML::FormHandler::Manual.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -149,6 +147,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README TODO util
+%doc Changes LICENSE README README.md TODO util
 
 %changelog

++ HTML-FormHandler-0.40064.tar.gz -> HTML-FormHandler-0.40065.tar.gz ++
 3911 lines of diff (skipped)




commit perl-HTML-FormHandler for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2015-09-30 05:50:53

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2015-04-15 16:25:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2015-09-30 05:50:54.0 +0200
@@ -1,0 +2,31 @@
+Sun Sep 20 15:57:48 UTC 2015 - co...@suse.com
+
+- updated to 0.40064
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40064 Thu Sep 17, 2015
+ Don't warn about date format unless set to `date`
+ Wrap checkbox in CheckboxGroup, if requested
+ Create es_es.pm
+ Create ca_es.pm
+ select field invalid value message: encode the select value
+ typo in link to the example app
+ remove css_class from Captcha field
+  
+  0.40063 Mon Jun 29, 2015
+ Raised Moose prereq to 2.1403 because 2.0604 causes failing tests
+  
+  0.40062 Fri Jun 25, 2015
+ Separate out test using Type::Tiny::Enum to skip_all
+  
+  0.40061 Thu Jun 25, 2015
+ Add skip for Type::Tiny::Enum
+  
+  0.40060 Wed Jun 24, 2015
+ Field validation can use Type::Tiny subclasses
+ Replace NoTabTests and EOLTests
+ switch from List::AllUtils+List::MoreUtils to List::Util (in core)
+ add render_elementx and renderx methods to allow setting attributes at 
render time
+ Warning if Date field is html5 and not ISO
+
+---

Old:

  HTML-FormHandler-0.40059.tar.gz

New:

  HTML-FormHandler-0.40064.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.Yrbjvo/_old  2015-09-30 05:50:55.0 +0200
+++ /var/tmp/diff_new_pack.Yrbjvo/_new  2015-09-30 05:50:55.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40059
+Version:0.40064
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
-Source: 
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -36,10 +37,11 @@
 BuildRequires:  perl(Email::Valid)
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(File::ShareDir::Install) >= 0.03
+BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::TreeBuilder) >= 3.23
 BuildRequires:  perl(JSON)
-BuildRequires:  perl(List::AllUtils) >= 0.07
-BuildRequires:  perl(Moose) >= 2.0007
+BuildRequires:  perl(List::Util) >= 1.33
+BuildRequires:  perl(Moose) >= 2.1403
 BuildRequires:  perl(MooseX::Getopt) >= 0.16
 BuildRequires:  perl(MooseX::Types) >= 0.20
 BuildRequires:  perl(MooseX::Types::Common)
@@ -51,6 +53,7 @@
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle) >= 1.04
 BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) >= 0.09
@@ -60,10 +63,11 @@
 Requires:   perl(DateTime::Format::Strptime)
 Requires:   perl(Email::Valid)
 Requires:   perl(File::ShareDir)
+Requires:   perl(HTML::Entities)
 Requires:   perl(HTML::TreeBuilder) >= 3.23
 Requires:   perl(JSON)
-Requires:   perl(List::AllUtils) >= 0.07
-Requires:   perl(Moose) >= 2.0007
+Requires:   perl(List::Util) >= 1.33
+Requires:   perl(Moose) >= 2.1403
 Requires:   perl(MooseX::Getopt) >= 0.16
 Requires:   perl(MooseX::Types) >= 0.20
 Requires:   perl(MooseX::Types::Common)

++ HTML-FormHandler-0.40059.tar.gz -> HTML-FormHandler-0.40064.tar.gz ++
 4041 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag

commit perl-HTML-FormHandler for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2015-04-15 16:25:34

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2014-02-28 19:01:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2015-04-15 16:25:36.0 +0200
@@ -1,0 +2,35 @@
+Tue Apr 14 17:42:35 UTC 2015 - co...@suse.com
+
+- updated to 0.40059
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40059 Thu Feb 25, 2015
+ Remove clear-item_id that snaked in via merge error
+ Pass subfield name to repeatable element wrapper
+  
+  0.40058 Thu Feb 25, 2015
+ add HorizCheckboxGroup for alternative CheckboxGroup rendering
+ minor doc typos
+ do $class-meta-make_immutable after new_with_traits
+ Czech translation
+ 'get_errors' synonym for 'errors' on form
+ add repeatable_element_wrapper ability
+  
+  0.40057 Fri Aug 1, 2014
+ added support for tag 'inline' in bootstrap3 wrapper
+ add test for inline-checkboxes
+ add test for prefilled with init_object form reuse
+ clear item and init_object which are required for form reuse
+ add failing test for element_class override through build_update_subfields
+ add a bit of doc about handling DBIC new results  'use_default_over_obj'
+ =encoding utf-8 in Manual/Rendering.pod
+ remove deprecated css_class and input_class attributes
+ add param_to_values method to convert parameters to init_object-like 
hashref
+ Add code to respect the label_no_filter tag on checkboxes for Bootstrap
+ and the Base widgets.
+ fix bootstrap3 input_append_button
+ Respect label_no_filter on checkbox labels.
+ add Arabic translations
+ use time_zone and locale options in Date field
+
+---

Old:

  HTML-FormHandler-0.40056.tar.gz

New:

  HTML-FormHandler-0.40059.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.sO5uAT/_old  2015-04-15 16:25:36.0 +0200
+++ /var/tmp/diff_new_pack.sO5uAT/_new  2015-04-15 16:25:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40056
+Version:0.40059
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -145,6 +145,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README TODO util xt
+%doc Changes LICENSE README TODO util
 
 %changelog

++ HTML-FormHandler-0.40056.tar.gz - HTML-FormHandler-0.40059.tar.gz ++
 5088 lines of diff (skipped)




commit perl-HTML-FormHandler for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2014-02-28 19:01:26

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2014-02-03 16:13:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2014-02-28 19:01:28.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 24 06:12:17 UTC 2014 - co...@suse.com
+
+- updated to 0.40056
+use sorted_fields in 'dump_validated'
+added Type::Tiny support
+Use alert-danger rather than alert-error with in Bootstrap3
+Fixes RT#91966 (deprecated way to call enum warning)
+bug in reloading repeatable fields; skip inactive fields
+
+---

Old:

  HTML-FormHandler-0.40055.tar.gz

New:

  HTML-FormHandler-0.40056.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.7waX7a/_old  2014-02-28 19:01:29.0 +0100
+++ /var/tmp/diff_new_pack.7waX7a/_new  2014-02-28 19:01:29.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40055
+Version:0.40056
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
-Source: 
http://cpan.perl.org/CPAN/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -54,107 +54,6 @@
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) = 0.09
-#BuildRequires: perl(Catalyst)
-#BuildRequires: perl(Catalyst::Controller)
-#BuildRequires: perl(Catalyst::Runtime) = 5.80
-#BuildRequires: perl(Class::MOP)
-#BuildRequires: perl(Clone)
-#BuildRequires: perl(Config::Any)
-#BuildRequires: perl(Data::FormValidator::Constraints)
-#BuildRequires: perl(Data::UUID)
-#BuildRequires: perl(Devel::Cycle)
-#BuildRequires: perl(Form::Address)
-#BuildRequires: perl(Form::AddressRole)
-#BuildRequires: perl(Form::NoExtForm)
-#BuildRequires: perl(Form::Person)
-#BuildRequires: perl(Form::PersonRole)
-#BuildRequires: perl(Form::Test)
-#BuildRequires: perl(GD::SecurityImage)
-#BuildRequires: perl(Hello::Form::Page)
-#BuildRequires: perl(HTML::FormHandler)
-#BuildRequires: perl(HTML::FormHandler::Base)
-#BuildRequires: perl(HTML::FormHandler::Blocks)
-#BuildRequires: perl(HTML::FormHandler::BuildFields)
-#BuildRequires: perl(HTML::FormHandler::BuildPages)
-#BuildRequires: perl(HTML::FormHandler::Field)
-#BuildRequires: perl(HTML::FormHandler::Field::Checkbox)
-#BuildRequires: perl(HTML::FormHandler::Field::Compound)
-#BuildRequires: perl(HTML::FormHandler::Field::Date)
-#BuildRequires: perl(HTML::FormHandler::Field::DateTime)
-#BuildRequires: perl(HTML::FormHandler::Field::Display)
-#BuildRequires: perl(HTML::FormHandler::Field::Integer)
-#BuildRequires: perl(HTML::FormHandler::Field::IntRange)
-#BuildRequires: perl(HTML::FormHandler::Field::NoValue)
-#BuildRequires: perl(HTML::FormHandler::Field::PrimaryKey)
-#BuildRequires: perl(HTML::FormHandler::Field::Repeatable)
-#BuildRequires: perl(HTML::FormHandler::Field::Repeatable::Instance)
-#BuildRequires: perl(HTML::FormHandler::Field::Result)
-#BuildRequires: perl(HTML::FormHandler::Fields)
-#BuildRequires: perl(HTML::FormHandler::Field::Select)
-#BuildRequires: perl(HTML::FormHandler::Field::Text)
-#BuildRequires: perl(HTML::FormHandler::Foo)
-#BuildRequires: perl(HTML::FormHandler::I18N)
-#BuildRequires: perl(HTML::FormHandler::InitResult)
-#BuildRequires: perl(HTML::FormHandler::Merge)
-#BuildRequires: perl(HTML::FormHandler::Meta::Role)
-#BuildRequires: perl(HTML::FormHandler::Model)
-#BuildRequires: perl(HTML::FormHandler::Model::CDBI)
-#BuildRequires: perl(HTML::FormHandler::Model::Object)
-#BuildRequires: perl(HTML::FormHandler::Moose)
-#BuildRequires: perl(HTML::FormHandler::Moose::Role)
-#BuildRequires: perl(HTML::FormHandler::Page)
-#BuildRequires: perl(HTML::FormHandler::Pages)
-#BuildRequires: perl(HTML::FormHandler::Render::FFTheme)
-#BuildRequires: perl(HTML::FormHandler::Render::RepeatableJs)
-#BuildRequires: perl(HTML::FormHandler::Render::Simple)
-#BuildRequires: perl(HTML::FormHandler::Render::Table)
-#BuildRequires: 

commit perl-HTML-FormHandler for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2014-02-03 16:13:09

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-12-02 07:26:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2014-02-03 16:13:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  2 20:54:02 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.40055:
+  + handle SelectCSV field in as_label method of Select field.
+2014 bug in t/compound/basic.t test (rt91793).
+
+---

Old:

  HTML-FormHandler-0.40054.tar.gz

New:

  HTML-FormHandler-0.40055.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.JeyARc/_old  2014-02-03 16:13:11.0 +0100
+++ /var/tmp/diff_new_pack.JeyARc/_new  2014-02-03 16:13:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40054
+Version:0.40055
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
-Source: 
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
+Source: 
http://cpan.perl.org/CPAN/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ HTML-FormHandler-0.40054.tar.gz - HTML-FormHandler-0.40055.tar.gz ++
 3719 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-FormHandler for openSUSE:Factory

2013-12-01 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-12-02 07:26:13

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-11-26 21:06:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-12-02 07:26:14.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 29 11:06:49 UTC 2013 - co...@suse.com
+
+- updated to 0.40054
+   Check for old unimplemented parameter to wrap_checkbox, and check
+   for existence of option_wrapper
+   add language handle to bootstrap3 tests
+   pass event to repeatable js click handler
+   stop forcing undefined Checkbox fields to 0; didn't allow undef for value
+   different inline class for Bootstrap3 for checkboxes and radios
+   select options: add coercion of arrayref of hashrefs from arrayref of 
strings
+   allow Date field to use DateTime subclasses
+
+---

Old:

  HTML-FormHandler-0.40053.tar.gz

New:

  HTML-FormHandler-0.40054.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.qGOlMP/_old  2013-12-02 07:26:15.0 +0100
+++ /var/tmp/diff_new_pack.qGOlMP/_new  2013-12-02 07:26:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40053
+Version:0.40054
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose

++ HTML-FormHandler-0.40053.tar.gz - HTML-FormHandler-0.40054.tar.gz ++
 4871 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-FormHandler for openSUSE:Factory

2013-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-11-26 21:06:20

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-10-21 15:13:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-11-26 21:06:21.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov 25 07:39:49 UTC 2013 - co...@suse.com
+
+- updated to 0.40053
+   Bad version number on prereq
+   allow overriding layout_classes in Bootstrap3 wrapper
+   allow passing in value to 'as_label' method in Select field
+   Update Italian message file
+   Minor doc updates
+   add errors_by_name and errors_by_id to result
+   add Bootstrap3 theme for those using the Bootstrap theme
+   better form-horizontal Bootstrap 3.0 support
+   provide method in result (form_and_field_errors) to return form and field 
errors
+
+---

Old:

  HTML-FormHandler-0.40050.tar.gz

New:

  HTML-FormHandler-0.40053.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.1htP6a/_old  2013-11-26 21:06:22.0 +0100
+++ /var/tmp/diff_new_pack.1htP6a/_new  2013-11-26 21:06:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40050
+Version:0.40053
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -38,6 +38,7 @@
 BuildRequires:  perl(File::ShareDir::Install) = 0.03
 BuildRequires:  perl(HTML::TreeBuilder) = 3.23
 BuildRequires:  perl(JSON)
+BuildRequires:  perl(List::AllUtils) = 0.07
 BuildRequires:  perl(Moose) = 2.0007
 BuildRequires:  perl(MooseX::Getopt) = 0.16
 BuildRequires:  perl(MooseX::Types) = 0.20
@@ -62,8 +63,10 @@
 #BuildRequires: perl(Data::FormValidator::Constraints)
 #BuildRequires: perl(Data::UUID)
 #BuildRequires: perl(Devel::Cycle)
+#BuildRequires: perl(Form::Address)
 #BuildRequires: perl(Form::AddressRole)
 #BuildRequires: perl(Form::NoExtForm)
+#BuildRequires: perl(Form::Person)
 #BuildRequires: perl(Form::PersonRole)
 #BuildRequires: perl(Form::Test)
 #BuildRequires: perl(GD::SecurityImage)
@@ -72,6 +75,7 @@
 #BuildRequires: perl(HTML::FormHandler::Base)
 #BuildRequires: perl(HTML::FormHandler::Blocks)
 #BuildRequires: perl(HTML::FormHandler::BuildFields)
+#BuildRequires: perl(HTML::FormHandler::BuildPages)
 #BuildRequires: perl(HTML::FormHandler::Field)
 #BuildRequires: perl(HTML::FormHandler::Field::Checkbox)
 #BuildRequires: perl(HTML::FormHandler::Field::Compound)
@@ -159,6 +163,7 @@
 Requires:   perl(File::ShareDir)
 Requires:   perl(HTML::TreeBuilder) = 3.23
 Requires:   perl(JSON)
+Requires:   perl(List::AllUtils) = 0.07
 Requires:   perl(Moose) = 2.0007
 Requires:   perl(MooseX::Getopt) = 0.16
 Requires:   perl(MooseX::Types) = 0.20

++ HTML-FormHandler-0.40050.tar.gz - HTML-FormHandler-0.40053.tar.gz ++
 2987 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-FormHandler for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-10-21 15:13:39

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-07-27 15:52:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-10-21 15:13:40.0 +0200
@@ -1,0 +2,32 @@
+Fri Oct  4 09:11:50 UTC 2013 - co...@suse.com
+
+- updated to 0.40050
+*** 'widget_tags' in a field have been deprecated for a long time; 
removing.
+   There are still widget_tags in the form and compound fields.
+   Use 'tags' in a field instead.
+*** Initial support of Bootstrap3 - still EXPERIMENTAL. Do not use in
+   production yet. Changes in interface may occur over the next few weeks.
+Supporting Bootstrap 3.0 required a surprising amount of minor refactoring:
+   Bootstrap3 checkboxes and radio elements now have an additional div 
wrapping them.
+   This required setting flags in the wrapper that could be seen by the
+   field widgets. Used 'wrapper_tags' attribute, which is not the most 
satisfying
+   solution but does work. The former 'controls' div now doesn't have the
+   'controls' class, but is used for sizing. Added new attribute
+   'element_wrapper_class' to provide these classes. Split out addition of
+   classes to the wrapper and element into 'add_standard_wrapper_classes' 
and
+   'add_standard_element_classes', because B3.0 now wants 'has-error' and
+   'has-warning' instead of the former 'error' class. 'control-group' was
+   changed to 'form-group'. The 'form-control' class has been added to
+   text, password, textarea, and select fields.
+Add 'preserve_case' attribute to Email field
+ 
+Fixed bug when rendering blocks with 'run' (results)
+Sort the deflated values of SelectCSV field
+Allow passing Email::Valid params to Email field
+Typos fixed
+Add 'use_init_obj_when_no_accessor_in_item' flag for dual-purpose init_obj
+ 
+Add 'options_ref' method for using options in TT templates
+Add unique messages to field messages hash
+
+---

Old:

  HTML-FormHandler-0.40026.tar.gz

New:

  HTML-FormHandler-0.40050.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.UHFcvg/_old  2013-10-21 15:13:41.0 +0200
+++ /var/tmp/diff_new_pack.UHFcvg/_new  2013-10-21 15:13:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40026
+Version:0.40050
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose

++ HTML-FormHandler-0.40026.tar.gz - HTML-FormHandler-0.40050.tar.gz ++
 3663 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-FormHandler for openSUSE:Factory

2013-07-27 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-07-27 15:52:22

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-06-13 17:38:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-07-27 15:52:24.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 07:28:36 UTC 2013 - co...@suse.com
+
+- updated to 0.40026
+   Add Italian message file

 
+   Doc tweaks  

 
+   Add errors_by_id and errors_by_name convenience methods   
+
+---

Old:

  HTML-FormHandler-0.40025.tar.gz

New:

  HTML-FormHandler-0.40026.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.ShvmZc/_old  2013-07-27 15:52:25.0 +0200
+++ /var/tmp/diff_new_pack.ShvmZc/_new  2013-07-27 15:52:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40025
+Version:0.40026
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -226,7 +226,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ HTML-FormHandler-0.40025.tar.gz - HTML-FormHandler-0.40026.tar.gz ++
 2405 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-FormHandler for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-06-13 17:38:38

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2012-02-16 14:59:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-06-13 17:38:39.0 +0200
@@ -1,0 +2,41 @@
+Wed Jun  5 07:14:12 UTC 2013 - co...@suse.com
+
+- updated to 0.40025
+Add skip in t/setup_form_config.t unless YAML::Syck (Config::Any)
+ 
+ 0.40024 Tue May 7, 2013
+Add 'no_option_validation' flag to select field.
+Remove HtmlArea field. (Has always been broken, and there were complaints 
about
+   not prereqing HTML::Tidy, which I won't do due to difficulty of 
installing)
+Change 'use' of GD::SecurityImage to a 'require'. (Will not prereq this 
one either.)
+ 
+ 0.40023 Tue Apr 30, 2013
+Add Brazilian Portuguese translation file
+Fix bug in process of re-loading repeatables without primary keys after db 
update
+Add TextCSV field for multiple values in a text field (useful with js 
libraries)
+ 
+ 0.40022 Mon Mar 18, 2013
+Remove 'writeonly' flag from Display field, because fix to not pull
+   values from an item/init_object with that flag  meant that values were 
not
+   being applied to Display fields, when people were relying on that.
+Switch to using github issues instead of RT
+ 
+ 0.40021 Mon Mar 4, 2013
+Don't validate disabled fields
+check for existence of field in match_when before getting $field-fif,
+improve error message
+add type_attr to Select field; update t/render/ff.t to use it
+cleanup select field options_method building
+ 
+ 0.40020 Sun Feb 20, 2013
+More support for repeatable javascript:
+  Tweak Bootsrap wrapper to check do_wrapper instead of do_label when 
rendering
+  'controls' div
+  Reminder: It's always a good idea to make your own set of of widgets so 
that
+  updates don't throw off your rendering. This change was hardly 
noticeable
+  in the FH testcases, but it's possible you were relying on the old 
behavior
+  for CSS.
+  Add 'controls_div' to Simple wrapper.
+  Add RmElement example field.
+
+---

Old:

  HTML-FormHandler-0.36003.tar.gz

New:

  HTML-FormHandler-0.40025.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.X2AvNq/_old  2013-06-13 17:38:40.0 +0200
+++ /var/tmp/diff_new_pack.X2AvNq/_new  2013-06-13 17:38:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.36003
+Version:0.40025
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -30,18 +30,22 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Load) = 0.06
+BuildRequires:  perl(Data::Clone)
 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(HTML::TreeBuilder) = 3.23
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(Moose) = 2.0007
 BuildRequires:  perl(MooseX::Getopt) = 0.16
 BuildRequires:  perl(MooseX::Types) = 0.20
 BuildRequires:  perl(MooseX::Types::Common)
 BuildRequires:  perl(MooseX::Types::LoadableClass) = 0.006
+BuildRequires:  perl(PadWalker)
 BuildRequires:  perl(Sub::Exporter)
+BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle) = 1.04
@@ -53,8 +57,11 @@
 #BuildRequires: perl(Catalyst::Controller)
 #BuildRequires: perl(Catalyst::Runtime) = 5.80
 #BuildRequires: perl(Class::MOP)
+#BuildRequires: perl(Clone)
 #BuildRequires: perl(Config::Any)
+#BuildRequires: perl(Data::FormValidator::Constraints)
 #BuildRequires: perl(Data::UUID)
+#BuildRequires: perl(Devel::Cycle)
 #BuildRequires: perl(Form::AddressRole)
 #BuildRequires: perl(Form::NoExtForm)
 #BuildRequires: 

commit perl-HTML-FormHandler for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2012-02-16 14:59:39

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2011-12-25 17:52:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2012-02-16 14:59:45.0 +0100
@@ -1,0 +2,38 @@
+Wed Feb 15 12:05:40 UTC 2012 - co...@suse.com
+
+- updated to 0.36003
+   Bug rendering fields with hidden widget where label is rendered.
+  Switch back to no wrapping of hidden fields.
+
+   Fixed bug introduced in last release where rendering roles are overwritten
+  by HTML::FormHandler::Render::Simple being applied on top.
+   Add skip to t/config.t test for Config::Any
+   Set language handle in t/render_errors.t test.
+
+   Add two more widget tags: 'no_auto_fieldset' and 'no_compound_wrapper'
+   Remove automatic addition of 'class=label' to labels; if you want that
+  behavior, add it in with form sub field_html_attributes.
+   Add 'SKIP' to t/config.t test for Template.
+   Update Captcha so it might actually work.
+
+   Switch to using 'process_attrs' function to process attributes in rendering;
+   *** There were lots of updates to rendering. You should verify your custom
+   rendering, to make sure that nothing has broken. The 
'_add_html_attributes'
+   method is no longer used.
+   Add shorthand method for setting defaults in fields
+   Add widget_tags 'label_no_colon'  'wrapper_tag'
+   Update and reorganize TT templates
+   Add flags 'use_defaults_over_obj'  'use_init_obj_over_item'
+   Add 'num_extra' to Repeatable
+   Update Turkish message file; add Float field
+   Add lazy to 'html' attribute in Display field
+   Add 'label_attr' and 'wrapper_attr' to Field
+   Add 'Array' trait to field_name_space and widget_name_space
+   Bug with selected/checked hash key in Multiple; switch to creating default
+   Bug with repeatable contains; not using full name for accessor.
+   Die if using HTML::FormHandler::Moose without HTML::FormHandler
+   Field::TextArea extends Field::Text to reuse its validations (min/max 
length)
+   Add is_html5 attribute to forms which causes forms to have the additional
+   HTML 5 attributes which can be used by HTML 5 capable clients for validation
+
+---

Old:

  HTML-FormHandler-0.35005.tar.gz

New:

  HTML-FormHandler-0.36003.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.I1GIZ6/_old  2012-02-16 14:59:50.0 +0100
+++ /var/tmp/diff_new_pack.I1GIZ6/_new  2012-02-16 14:59:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.35005
+Version:0.36003
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
 Source: 
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
@@ -35,11 +35,13 @@
 BuildRequires:  perl(Email::Valid)
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(HTML::TreeBuilder) = 3.23
 BuildRequires:  perl(Moose) = 2.0007
 BuildRequires:  perl(MooseX::Getopt) = 0.16
 BuildRequires:  perl(MooseX::Types) = 0.20
 BuildRequires:  perl(MooseX::Types::Common)
 BuildRequires:  perl(MooseX::Types::LoadableClass) = 0.006
+BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle) = 1.04
@@ -47,15 +49,67 @@
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) = 0.09
+#BuildRequires: perl(Catalyst)
+#BuildRequires: perl(Catalyst::Controller)
+#BuildRequires: perl(Catalyst::Runtime) = 5.80
 #BuildRequires: perl(Class::MOP)
+#BuildRequires: perl(Config::Any)
 #BuildRequires: perl(Data::UUID)
 #BuildRequires: 

commit perl-HTML-FormHandler for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2011-12-25 17:51:59

Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new (New)


Package is perl-HTML-FormHandler, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2011-09-23 12:37:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2011-12-25 17:52:01.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 18 18:32:44 UTC 2011 - co...@suse.com
+
+- update to 0.35005
+  * many fixes, see Changes
+
+---

Old:

  HTML-FormHandler-0.33002.tar.gz

New:

  HTML-FormHandler-0.35005.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.YXiedU/_old  2011-12-25 17:52:02.0 +0100
+++ /var/tmp/diff_new_pack.YXiedU/_new  2011-12-25 17:52:02.0 +0100
@@ -16,51 +16,68 @@
 #
 
 
-
 Name:   perl-HTML-FormHandler
-Version:0.33002
-Release:1
-License:GPL+ or Artistic
+Version:0.35005
+Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
-Url:http://search.cpan.org/dist/HTML-FormHandler/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/HTML-FormHandler/
 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(Class::Load) = 0.06
 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(Moose) = 2.0007
 BuildRequires:  perl(MooseX::Getopt) = 0.16
 BuildRequires:  perl(MooseX::Types) = 0.20
 BuildRequires:  perl(MooseX::Types::Common)
-BuildRequires:  perl(namespace::autoclean) = 0.09
+BuildRequires:  perl(MooseX::Types::LoadableClass) = 0.006
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Memory::Cycle) = 1.04
 BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(aliased)
+BuildRequires:  perl(namespace::autoclean) = 0.09
+#BuildRequires: perl(Class::MOP)
+#BuildRequires: perl(Data::UUID)
+#BuildRequires: perl(Form::AddressRole)
+#BuildRequires: perl(Form::PersonRole)
+#BuildRequires: perl(Form::Test)
+#BuildRequires: perl(GD::SecurityImage)
+#BuildRequires: perl(Hello::Form::Page)
+#BuildRequires: perl(HTML::Tidy)
+#BuildRequires: perl(HTML::TreeBuilder)
+#BuildRequires: perl(HTTP::Date)
+#BuildRequires: perl(Moose::Exporter)
+#BuildRequires: perl(Moose::Role)
+#BuildRequires: perl(Moose::Util::MetaRole)
+#BuildRequires: perl(Moose::Util::TypeConstraints)
+#BuildRequires: perl(MooseX::Types::Moose)
+#BuildRequires: perl(MyApp::I18N::abc_de)
+#BuildRequires: perl(Template)
+#BuildRequires: perl(Test::Form::Role::Employee)
+#BuildRequires: perl(Test::Form::Role::Office)
+#BuildRequires: perl(Test::Form::Role::RepOffice)
 Requires:   perl(aliased)
-Requires:   perl(Carp)
+Requires:   perl(Class::Load) = 0.06
 Requires:   perl(DateTime)
 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(Moose) = 2.0007
 Requires:   perl(MooseX::Getopt) = 0.16
 Requires:   perl(MooseX::Types) = 0.20
 Requires:   perl(MooseX::Types::Common)
+Requires:   perl(MooseX::Types::LoadableClass) = 0.006
 Requires:   perl(namespace::autoclean) = 0.09
 Requires:   perl(Try::Tiny)
 %{perl_requires}
@@ -131,9 +148,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README TODO util xt

++ HTML-FormHandler-0.33002.tar.gz - HTML-FormHandler-0.35005.tar.gz ++
 5504 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: