[perl-MooseX-MethodAttributes] update to 0.28

Iain Arnell iarnell at fedoraproject.org
Fri Feb 15 16:03:52 UTC 2013


commit b78bf73bb9e374fb075cf0cb6ba1d89ac0d0c264
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Feb 15 09:03:32 2013 -0700

    update to 0.28

 .gitignore                        |    1 +
 perl-MooseX-MethodAttributes.spec |   13 +++++++++----
 sources                           |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 340b9d6..857e395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ MooseX-MethodAttributes-0.20.tar.gz
 /MooseX-MethodAttributes-0.25.tar.gz
 /MooseX-MethodAttributes-0.26.tar.gz
 /MooseX-MethodAttributes-0.27.tar.gz
+/MooseX-MethodAttributes-0.28.tar.gz
diff --git a/perl-MooseX-MethodAttributes.spec b/perl-MooseX-MethodAttributes.spec
index 643d85f..f40758f 100644
--- a/perl-MooseX-MethodAttributes.spec
+++ b/perl-MooseX-MethodAttributes.spec
@@ -1,10 +1,10 @@
 Name:           perl-MooseX-MethodAttributes
 Summary:        Introspect your method code attributes
-Version:        0.27
-Release:        4%{?dist}
+Version:        0.28
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-MethodAttributes-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/MooseX-MethodAttributes
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -35,6 +35,9 @@ Moose meta method objects.
 %prep
 %setup -q -n MooseX-MethodAttributes-%{version}
 
+# we don't have Test::CheckDeps
+rm -f t/00-check-deps.t
+
 # silence rpmlint warning
 sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 
@@ -45,7 +48,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}/*
 
@@ -58,6 +60,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Feb 15 2013 Iain Arnell <iarnell at gmail.com> 0.28-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.27-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 8fdb406..9ed9e83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd8c1e4e97cad114dc98cc505cd1ae37  MooseX-MethodAttributes-0.27.tar.gz
+026e103f78bde615b173cb6230936ea9  MooseX-MethodAttributes-0.28.tar.gz



More information about the perl-devel mailing list