rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.13, 1.14

Štěpán Kasal kasal at fedoraproject.org
Wed Sep 30 16:58:30 UTC 2009


Author: kasal

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

Modified Files:
	perl-POE-Component-Client-Keepalive.spec 
Log Message:
- keep the version aligned to 0.xxxx to maintain upgrade path


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.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-POE-Component-Client-Keepalive.spec	29 Sep 2009 14:51:43 -0000	1.13
+++ perl-POE-Component-Client-Keepalive.spec	30 Sep 2009 16:58:30 -0000	1.14
@@ -1,6 +1,9 @@
 Name:           perl-POE-Component-Client-Keepalive
-Version:        0.260
-Release:        2%{?dist}
+%define real_ver 0.260
+# Keep four digits to stay above the unfortunate 0.0901,
+# so that epoch need not be changed.
+Version:        %{real_ver}0
+Release:        3%{?dist}
 Summary:        Manages and keeps alive client connections
 
 Group:          Development/Libraries
@@ -19,7 +22,8 @@ BuildRequires:  perl(POE::Component::Cli
 BuildRequires:  perl(Net::IP) >= 1.25
 
 # Satisfy automaticly generated requires that want this module >= 0.0901
-Provides:       perl(POE::Component::Client::Keepalive) = %{version}0
+# (So the package has this provide in two versions, oh well.)
+Provides:       perl(POE::Component::Client::Keepalive) = %{version}
 
 ### auto-added reqs!
 Requires:       perl(Net::IP) >= 1.25
@@ -69,6 +73,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep 30 2009 Stepan Kasal <skasal at redhat.com> 0.2600-3
+- keep the version aligned to 0.xxxx to maintain upgrade path
+
 * Tue Sep 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.260-2
 - fix provides version (for perl-POE-Component-Client-HTTP)
 




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