[perl-indirect] update to 0.27

Iain Arnell iarnell at fedoraproject.org
Fri Feb 15 15:12:41 UTC 2013


commit 7dd007ecd0e29e897fbdf7697f761fd70376506d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Feb 15 08:12:36 2013 -0700

    update to 0.27

 .gitignore         |    1 +
 perl-indirect.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f66033..aa04fa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /indirect-0.24.tar.gz
 /indirect-0.25.tar.gz
 /indirect-0.26.tar.gz
+/indirect-0.27.tar.gz
diff --git a/perl-indirect.spec b/perl-indirect.spec
index 6fd08b8..6258596 100644
--- a/perl-indirect.spec
+++ b/perl-indirect.spec
@@ -1,12 +1,13 @@
 Name:           perl-indirect
-Version:        0.26
-Release:        5%{?dist}
+Version:        0.27
+Release:        1%{?dist}
 Summary:        Lexically warn about using the indirect object syntax
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/indirect/
 Source0:        http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/indirect-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Devel::CallParser)
 BuildRequires:  perl(Test::Kwalitee)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -35,7 +36,6 @@ make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 15 2013 Iain Arnell <iarnell at gmail.com> 0.27-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 13bdaf7..04ed89d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e346d70f99198478f8db246028bf3257  indirect-0.26.tar.gz
+47d6c3b9cf3f974c6dedc147d76670f8  indirect-0.27.tar.gz



More information about the perl-devel mailing list