[perl-Role-Tiny] update to 1.001001

Iain Arnell iarnell at fedoraproject.org
Sat Apr 28 00:32:30 UTC 2012


commit 1019d3ed2d094b29b7479250cdde97bbcc36febe
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Apr 27 18:32:23 2012 -0600

    update to 1.001001

 .gitignore          |    1 +
 perl-Role-Tiny.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa1e1d2..e3ff09b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Role-Tiny-1.000000.tar.gz
 /Role-Tiny-1.000001.tar.gz
+/Role-Tiny-1.001001.tar.gz
diff --git a/perl-Role-Tiny.spec b/perl-Role-Tiny.spec
index 8595150..ffc8cdb 100644
--- a/perl-Role-Tiny.spec
+++ b/perl-Role-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Role-Tiny
-Version:        1.000001
+Version:        1.001001
 Release:        1%{?dist}
 Summary:        A nouvelle cuisine portion size slice of Moose
 License:        GPL+ or Artistic
@@ -9,11 +9,11 @@ Source0:        http://www.cpan.org/authors/id/M/MS/MSTROUT/Role-Tiny-%{version}
 BuildArch:      noarch
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Class::Method::Modifiers)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(Class::Method::Modifiers)
 
 # perl-Role-Tiny was split from perl-Moo
 Conflicts:      perl-Moo < 0.009014
@@ -34,7 +34,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}/*
 
@@ -47,6 +46,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 27 2012 Iain Arnell <iarnell at gmail.com> 1.001001-1
+- update to latest upstream version
+- don't explicity require Class::Method::Modifiers
+
 * Wed Apr 04 2012 Iain Arnell <iarnell at gmail.com> 1.000001-1
 - update to latest upstream version
 
@@ -55,7 +58,7 @@ make test
   distributed as part of Moo
 
 * Mon Apr 02 2012 Iain Arnell <iarnell at gmail.com> 1.000000-2
-- fix spelling of cuisinse in summary
+- fix spelling of cuisine in summary
 
 * Sun Apr 01 2012 Iain Arnell <iarnell at gmail.com> 1.000000-1
 - Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index 6b9a6ed..8f8e307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f563b6f0c9fea55349aa0ff23240268c  Role-Tiny-1.000001.tar.gz
+a496d29d811ad19640f504aeca3d348c  Role-Tiny-1.001001.tar.gz


More information about the scm-commits mailing list