[perl-Class-Base] update to 0.05

Iain Arnell iarnell at fedoraproject.org
Fri May 18 13:29:05 UTC 2012


commit d29434381603979fc13e9e4a36239f8bc0d83429
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri May 18 07:28:21 2012 -0600

    update to 0.05

 .gitignore           |    1 +
 perl-Class-Base.spec |    6 ++++--
 sources              |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d194386..e9aed40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Class-Base-0.03.tar.gz
 /Class-Base-0.04.tar.gz
+/Class-Base-0.05.tar.gz
diff --git a/perl-Class-Base.spec b/perl-Class-Base.spec
index b7dfa26..0c819ab 100644
--- a/perl-Class-Base.spec
+++ b/perl-Class-Base.spec
@@ -1,5 +1,5 @@
 Name:           perl-Class-Base
-Version:        0.04
+Version:        0.05
 Release:        1%{?dist}
 Summary:        Useful base class for deriving other modules
 License:        GPL+ or Artistic
@@ -29,7 +29,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -42,6 +41,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 18 2012 Iain Arnell <iarnell at gmail.com> 0.05-1
+- update to latest upstream version
+
 * Wed Feb 08 2012 Iain Arnell <iarnell at gmail.com> 0.04-1
 - update to latest upstream version
 - clean up and modernize spec
diff --git a/sources b/sources
index 1593ee0..3c871d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-526cc491f2a02991fce061bcc13e2fa8  Class-Base-0.04.tar.gz
+5e0e86dce5dccba4c51063f916bfb270  Class-Base-0.05.tar.gz


More information about the scm-commits mailing list