diff --git a/HTML-FormHandler-0.40064.tar.gz b/HTML-FormHandler-0.40064.tar.gz
deleted file mode 100644
index 137fa6d..0000000
--- a/HTML-FormHandler-0.40064.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ae70070ecfd3be1fbcd5198b7b5e76944facc2f151d7980ee8f7f6b33b4378ee
-size 310478
diff --git a/HTML-FormHandler-0.40065.tar.gz b/HTML-FormHandler-0.40065.tar.gz
new file mode 100644
index 0000000..d077d65
--- /dev/null
+++ b/HTML-FormHandler-0.40065.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a2a8ee6556d9d66a095ea65c84df9197f12e7918e22fd4f00dbd241dc49be4cb
+size 311579
diff --git a/perl-HTML-FormHandler.changes b/perl-HTML-FormHandler.changes
index e6cd660..43e3031 100644
--- a/perl-HTML-FormHandler.changes
+++ b/perl-HTML-FormHandler.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Mar 23 10:35:10 UTC 2016 - coolo@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.
+
-------------------------------------------------------------------
Sun Sep 20 15:57:48 UTC 2015 - coolo@suse.com
diff --git a/perl-HTML-FormHandler.spec b/perl-HTML-FormHandler.spec
index 952b9c5..ecd17e7 100644
--- a/perl-HTML-FormHandler.spec
+++ b/perl-HTML-FormHandler.spec
@@ -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 @@ Requires: perl(namespace::autoclean) >= 0.09
%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 @@ flexibility in what you can do.
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 @@ the HTML::FormHandler::Manual manpage.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README TODO util
+%doc Changes LICENSE README README.md TODO util
%changelog