[perl-Event-RPC] 1.05 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jan 30 11:56:32 UTC 2014


commit b983562551ae0b751b59f7c96c4dac27dc91b64b
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 30 12:56:44 2014 +0100

    1.05 bump

 .gitignore          |    1 +
 perl-Event-RPC.spec |    6 +++++-
 sources             |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb1828f..1c22e85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Event-RPC-1.01.tar.gz
 /Event-RPC-1.03.tar.gz
 /Event-RPC-1.04.tar.gz
+/Event-RPC-1.05.tar.gz
diff --git a/perl-Event-RPC.spec b/perl-Event-RPC.spec
index 3c791f9..6d4867f 100644
--- a/perl-Event-RPC.spec
+++ b/perl-Event-RPC.spec
@@ -1,5 +1,5 @@
 Name:           perl-Event-RPC
-Version:        1.04
+Version:        1.05
 Release:        1%{?dist}
 Summary:        Event based transparent client/server RPC framework
 Group:          Development/Libraries
@@ -24,6 +24,7 @@ BuildRequires:  perl(Sys::Hostname)
 # Optional run-time:
 BuildRequires:  perl(IO::Socket::SSL)
 # Tests:
+BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -66,6 +67,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 30 2014 Petr Pisar <ppisar at redhat.com> - 1.05-1
+- 1.05 bump
+
 * Mon Jan 27 2014 Petr Pisar <ppisar at redhat.com> - 1.04-1
 - 1.04 bump
 
diff --git a/sources b/sources
index 5679744..fd569d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d40147fe814a5c5c976a940b68db3029  Event-RPC-1.04.tar.gz
+fd6e257b922dea322f72efae8a756592  Event-RPC-1.05.tar.gz



More information about the perl-devel mailing list