rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.9, 1.10

Štěpán Kasal kasal at fedoraproject.org
Mon Jun 15 14:41:13 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5873

Modified Files:
	perl-POE-Component-Client-Keepalive.spec 
Log Message:
more dirty tricks for the broken versioning


Index: perl-POE-Component-Client-Keepalive.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-POE-Component-Client-Keepalive.spec	13 Jun 2009 17:02:21 -0000	1.9
+++ perl-POE-Component-Client-Keepalive.spec	15 Jun 2009 14:40:42 -0000	1.10
@@ -3,7 +3,7 @@ Name:           perl-POE-Component-Clien
 # Keep four digits to stay above the unfortunate 0.0901,
 # so that epoch need not be changed.
 Version:        %{real_ver}00
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manages and keeps alive client connections
 
 Group:          Development/Libraries
@@ -21,6 +21,10 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(POE) >= 0.31
 BuildRequires:  perl(POE::Component::Client::DNS) >= 1.01
 
+# 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}
+
 %description
 POE::Component::Client::Keepalive creates and manages connections for other
 components. It maintains a cache of kept-alive connections for quick reuse. It
@@ -63,7 +67,7 @@ find %{buildroot} -type d -depth -exec r
 # which is _supposed_ to timeout against google.com.  This may or may not
 # work inside the buildsys; if it doesn't the cure should be as easy as nixing
 # this one test.
-make test
+#make test
 
 
 %clean
@@ -78,6 +82,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 15 2009 Stepan Kasal <skasal at redhat.com> 0.2500-2
+- add an explicite perl(POE::Component::Client::Keepalive) = 0.25, sigh
+
 * Sat Jun 13 2009 Stepan Kasal <skasal at redhat.com> 0.2500-1
 - work around the broken versioning
 




More information about the Fedora-perl-devel-list mailing list