[perl-POE-Component-Client-Keepalive] 0.269 bump

Petr Šabata psabata at fedoraproject.org
Tue Mar 27 13:03:45 UTC 2012


commit a7bf2d74ae619ccfd864593ce46ce468dbba3e6d
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Mar 27 14:59:36 2012 +0200

    0.269 bump

 .gitignore                               |    1 +
 perl-POE-Component-Client-Keepalive.spec |   21 ++++++++++++++-------
 sources                                  |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be5a289..467529a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Component-Client-Keepalive-0.262.tar.gz
 /POE-Component-Client-Keepalive-0.268.tar.gz
+/POE-Component-Client-Keepalive-0.269.tar.gz
diff --git a/perl-POE-Component-Client-Keepalive.spec b/perl-POE-Component-Client-Keepalive.spec
index 85894e3..693caf9 100644
--- a/perl-POE-Component-Client-Keepalive.spec
+++ b/perl-POE-Component-Client-Keepalive.spec
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-Client-Keepalive
-%define real_ver 0.268
+%define real_ver 0.269
 # Keep four digits to stay above the unfortunate 0.0901,
 # so that epoch need not be changed.
 Version:        %{real_ver}0
@@ -15,24 +15,27 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(Net::IP) >= 1.25
+BuildRequires:  perl(Net::IP::Minimal) >= 0.02
 BuildRequires:  perl(POE) >= 1.311
-BuildRequires:  perl(POE::Component::Resolver) >= 0.913
+BuildRequires:  perl(POE::Component::Resolver) >= 0.916
 BuildRequires:  perl(POE::Component::Server::TCP)
 BuildRequires:  perl(POE::Component::SSLify)
 BuildRequires:  perl(POE::Wheel::ReadWrite)
 BuildRequires:  perl(POE::Wheel::SocketFactory)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Test::More)
-Requires:       perl(Net::IP) >= 1.25
+Requires:       perl(Net::IP::Minimal) >= 0.02
 Requires:       perl(POE) >= 1.311
-Requires:       perl(POE::Component::Resolver) >= 0.913
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(POE::Component::Resolver) >= 0.916
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Satisfy automaticly generated requires that want this module >= 0.0901
 # (So the package has this provide in two versions, oh well.)
 Provides:       perl(POE::Component::Client::Keepalive) = %{version}
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude:__requires_exclude|}perl\\(Net::IP::Minimal\\)
+%global __requires_exclude %__requires_exclude|perl\\(POE\\)
+%global __requires_exclude %__requires_exclude|perl\\(POE::Component::Resolver\\)
 
 %description
 POE::Component::Client::Keepalive creates and manages connections for other
@@ -51,7 +54,7 @@ for test in t/release-pod-syntax.t \
 done
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -73,6 +76,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Mar 27 2012 Petr Šabata <contyk at redhat.com> - 0.2690-1
+- 0.269 bump
+- Drop command macros
+
 * Thu Jan 19 2012 Petr Šabata <contyk at redhat.com> - 0.2680-1
 - 0.268 bump
 - Spec cleanup
diff --git a/sources b/sources
index 83b3402..7d61238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-318f18fce0837004fac8b792c5bbba1e  POE-Component-Client-Keepalive-0.268.tar.gz
+df1b4d1e5d4288ac7a6f8d0feb33dfe7  POE-Component-Client-Keepalive-0.269.tar.gz


More information about the scm-commits mailing list