diff --git a/HTML-RewriteAttributes-0.03.tar.bz2 b/HTML-RewriteAttributes-0.03.tar.bz2
deleted file mode 100644
index 17a461d..0000000
--- a/HTML-RewriteAttributes-0.03.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2ba8464d4f2d328a3a46493887ebc1e2b96f4b162f3b46ac54e7e13e8e9e7f33
-size 17515
diff --git a/HTML-RewriteAttributes-0.04.tar.gz b/HTML-RewriteAttributes-0.04.tar.gz
new file mode 100644
index 0000000..c417447
--- /dev/null
+++ b/HTML-RewriteAttributes-0.04.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d56191f1597d088562055e0ad11225a3935df482cdccc79ca51657f2bb4dbb3
+size 22677
diff --git a/perl-HTML-RewriteAttributes.changes b/perl-HTML-RewriteAttributes.changes
index d5ed025..4d1b2bb 100644
--- a/perl-HTML-RewriteAttributes.changes
+++ b/perl-HTML-RewriteAttributes.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Aug 2 18:57:38 UTC 2011 - them4z@googlemail.com
+
+- updated to 0.04
+ * created by cpanspec 1.78.05
+
-------------------------------------------------------------------
Wed Dec 1 13:32:51 UTC 2010 - coolo@novell.com
diff --git a/perl-HTML-RewriteAttributes.spec b/perl-HTML-RewriteAttributes.spec
index 3235626..a632bba 100644
--- a/perl-HTML-RewriteAttributes.spec
+++ b/perl-HTML-RewriteAttributes.spec
@@ -1,5 +1,5 @@
#
-# spec file for package perl-HTML-RewriteAttributes
+# spec file for package perl-HTML-RewriteAttributes (Version 0.04)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,15 +19,14 @@
Name: perl-HTML-RewriteAttributes
-%define cpan_name HTML-RewriteAttributes
-Summary: Concise attribute rewriting
-Version: 0.03
+Version: 0.04
Release: 1
License: GPL+ or Artistic
-Group: Development/Libraries/Perl
+%define cpan_name HTML-RewriteAttributes
+Summary: Concise attribute rewriting
Url: http://search.cpan.org/dist/HTML-RewriteAttributes/
-#Source: http://www.cpan.org/modules/by-module/HTML/HTML-RewriteAttributes-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group: Development/Libraries/Perl
+Source: http://www.cpan.org/authors/id/S/SA/SARTAK/HTML-RewriteAttributes-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -68,7 +67,9 @@ Author:
%install
%perl_make_install
-# do not perl_process_packlist (noarch)
+# i really have no idea what these changes do, but i'll keep them.
+#
+# don't do perl_process_packlist (because this is a noarch package?)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
@@ -76,10 +77,9 @@ Author:
%perl_gen_filelist
%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes
+%defattr(-,root,root,755)
%changelog