diff --git a/HTML-Form-6.01.tar.gz b/HTML-Form-6.01.tar.gz
deleted file mode 100644
index a68d3e5..0000000
--- a/HTML-Form-6.01.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5d84ce1dac47a7d7f05a73d9d3703484b0c9c7e425938c2cb33f99652737f14c
-size 23275
diff --git a/HTML-Form-6.03.tar.gz b/HTML-Form-6.03.tar.gz
new file mode 100644
index 0000000..50871dc
--- /dev/null
+++ b/HTML-Form-6.03.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68c01d94f005d5ca9c4d55ad2a1bf3a8d034a5fc6db187d91a4c42f3fdc9fc36
+size 23522
diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes
index c285861..90b686d 100644
--- a/perl-HTML-Form.changes
+++ b/perl-HTML-Form.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Wed Jul 24 07:28:19 UTC 2013 - coolo@suse.com
+
+- updated to 6.03
+ Support the new HTML5 input types without warning
+ Fix test failure when HTTP-Message 6.03 (or better) was installed [RT#75155]
+
-------------------------------------------------------------------
Mon Feb 20 10:48:17 UTC 2012 - coolo@suse.com
diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec
index 4af95a1..276d5d8 100644
--- a/perl-HTML-Form.spec
+++ b/perl-HTML-Form.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Form
#
-# 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-Form
-Version: 6.01
+Version: 6.03
Release: 0
%define cpan_name HTML-Form
Summary: Class that represents an HTML form element
@@ -31,13 +31,13 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTTP::Request) >= 6
-BuildRequires: perl(HTTP::Request::Common) >= 6
+BuildRequires: perl(HTTP::Request::Common) >= 6.03
BuildRequires: perl(URI) >= 1.10
#BuildRequires: perl(HTML::Form)
#BuildRequires: perl(HTTP::Response)
Requires: perl(HTML::TokeParser)
Requires: perl(HTTP::Request) >= 6
-Requires: perl(HTTP::Request::Common) >= 6
+Requires: perl(HTTP::Request::Common) >= 6.03
Requires: perl(URI) >= 1.10
%{perl_requires}