From 87fdada0daa45379ec34375e0fb24c9e012a1419 Mon Sep 17 00:00:00 2001
From: Steven Pritchard <steve@fedoraproject.org>
Date: Sun, 17 Sep 2006 22:42:38 +0000
Subject: [PATCH] Rebuild.

---
 needs.rebuild          | 1 -
 perl-Module-Build.spec | 5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
 delete mode 100644 needs.rebuild

diff --git a/needs.rebuild b/needs.rebuild
deleted file mode 100644
index 815fd29..0000000
--- a/needs.rebuild
+++ /dev/null
@@ -1 +0,0 @@
-http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index e44542f..0cf6f62 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -3,7 +3,7 @@
 Name:           perl-Module-Build
 # When the module version is x.yz, set Version to x.yz00.
 Version:        0.2805
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* Sun Sep 17 2006 Steven Pritchard <steve@kspei.com> 0.2805-2
+- Rebuild.
+
 * Sat Aug 05 2006 Steven Pritchard <steve@kspei.com> 0.2805-1
 - Update to 0.2805.
 - Use the bundled version.pm code for now.