[perl-POE-API-Peek] 2.20 bump, build fix

Petr Šabata psabata at fedoraproject.org
Mon Jan 16 12:47:27 UTC 2012


commit 23c19071ae68836a4b07e0ab567022b1904439b4
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 16 13:44:15 2012 +0100

    2.20 bump, build fix

 .gitignore             |    1 +
 perl-POE-API-Peek.spec |   19 +++++++++++--------
 sources                |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a1f1d2..db44e67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-API-Peek-1.34.tar.gz
 /POE-API-Peek-2.19.tar.gz
+/POE-API-Peek-2.20.tar.gz
diff --git a/perl-POE-API-Peek.spec b/perl-POE-API-Peek.spec
index 353d5ca..eb7b945 100644
--- a/perl-POE-API-Peek.spec
+++ b/perl-POE-API-Peek.spec
@@ -1,20 +1,21 @@
 Name:           perl-POE-API-Peek
 Epoch:          1
-Version:        2.19
-Release:        2%{?dist}
+Version:        2.20
+Release:        1%{?dist}
 Summary:        Peek into the internals of a running POE environment
 License:        BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/POE-API-Peek/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-API-Peek-%{version}.tar.gz
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Devel::Size)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(POE) >= 1.311
 BuildRequires:  perl(Test::More)
-
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(POE) >= 1.311
 
 %?perl_default_filter
@@ -33,10 +34,8 @@ 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}/*
 
 %check
@@ -48,6 +47,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 16 2012 Petr Šabata <contyk at redhat.com> - 1:2.20-1
+- 2.20 bump
+- Fixing build with POE 1.350
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b9e153d..48fd93f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45a5174cdc2a0ac84b5cc615b535c86a  POE-API-Peek-2.19.tar.gz
+eb7139ca350b72d386ddb1bf5420c108  POE-API-Peek-2.20.tar.gz



More information about the perl-devel mailing list