[perl-Class-Method-Modifiers] update to 1.09

Iain Arnell iarnell at fedoraproject.org
Tue Apr 3 13:01:29 UTC 2012


commit 4f766da546134b17bbe406d49a34a1f4ad62289b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Apr 3 07:01:05 2012 -0600

    update to 1.09

 .gitignore                       |    1 +
 perl-Class-Method-Modifiers.spec |   11 +++++++----
 sources                          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69e3af2..50bbeba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Class-Method-Modifiers-1.05.tar.gz
 /Class-Method-Modifiers-1.07.tar.gz
 /Class-Method-Modifiers-1.08.tar.gz
+/Class-Method-Modifiers-1.09.tar.gz
diff --git a/perl-Class-Method-Modifiers.spec b/perl-Class-Method-Modifiers.spec
index 285608d..e4c79eb 100644
--- a/perl-Class-Method-Modifiers.spec
+++ b/perl-Class-Method-Modifiers.spec
@@ -1,7 +1,7 @@
 Name:           perl-Class-Method-Modifiers
 Summary:        Provides Moose-like method modifiers
-Version:        1.08
-Release:        3%{?dist}
+Version:        1.09
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz 
@@ -9,7 +9,8 @@ URL:            http://search.cpan.org/dist/Class-Method-Modifiers
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Class::MOP)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
 
@@ -46,7 +47,6 @@ make %{?_smp_mflags}
 %install
 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}/*
 
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Apr 03 2012 Iain Arnell <iarnell at gmail.com> 1.09-1
+- update to latest upstream version
+
 * Sun Jan 22 2012 Iain Arnell <iarnell at gmail.com> 1.08-3
 - drop tests subpackage; move tests to main package documentation
 
diff --git a/sources b/sources
index b848da4..4535c27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9057bb1c839383dccf22da995635eab8  Class-Method-Modifiers-1.08.tar.gz
+283465d7cbb71217469015c229c26e71  Class-Method-Modifiers-1.09.tar.gz


More information about the scm-commits mailing list