diff --git a/HTML-FormHandler-0.40056.tar.gz b/HTML-FormHandler-0.40056.tar.gz
deleted file mode 100644
index 74f69d8..0000000
--- a/HTML-FormHandler-0.40056.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1d571f9df0d2dd450fe6bc76ed726a4bf626c19c917b81e1fb4ae264a88c5c04
-size 298129
diff --git a/HTML-FormHandler-0.40059.tar.gz b/HTML-FormHandler-0.40059.tar.gz
new file mode 100644
index 0000000..f2efe91
--- /dev/null
+++ b/HTML-FormHandler-0.40059.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87276add47a3ac10e472245b6a83c4e6f920a773d8dd391626306febd24c8db6
+size 303712
diff --git a/perl-HTML-FormHandler.changes b/perl-HTML-FormHandler.changes
index a925c4c..8c4940c 100644
--- a/perl-HTML-FormHandler.changes
+++ b/perl-HTML-FormHandler.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Tue Apr 14 17:42:35 UTC 2015 - coolo@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
+
-------------------------------------------------------------------
Mon Feb 24 06:12:17 UTC 2014 - coolo@suse.com
diff --git a/perl-HTML-FormHandler.spec b/perl-HTML-FormHandler.spec
index 65c5f85..2853233 100644
--- a/perl-HTML-FormHandler.spec
+++ b/perl-HTML-FormHandler.spec
@@ -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 @@ the HTML::FormHandler::Manual manpage.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README TODO util xt
+%doc Changes LICENSE README TODO util
%changelog