[perl-Test-TCP] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Jan 26 14:48:18 UTC 2015


commit 1d93ac86e416156197ecaa0524036cc660137057
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Jan 26 15:48:08 2015 +0100

    Upstream update.

 .gitignore         |    2 +-
 perl-Test-TCP.spec |   12 +++++++++---
 sources            |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62395e5..e8e8b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.06.tar.gz
+/Test-TCP-2.07.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index 80e07af..deae704 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-TCP
-Version:        2.06
-Release:        2%{?dist}
+Version:        2.07
+Release:        1%{?dist}
 Summary:        Testing TCP program
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.98
-BuildRequires:  perl(Test::SharedFork) >= 0.19
+BuildRequires:  perl(Test::SharedFork) >= 0.29
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(warnings)
 
@@ -33,6 +33,9 @@ Test::TCP is test utilities for TCP/IP program.
 %prep
 %setup -q -n Test-TCP-%{version}
 
+# FIXME: Work around to inconsistency in Test-TCP-2.07
+sed -i -e 's,use Test::SharedFork 0.12;,use Test::SharedFork 0.29;,' lib/Test/TCP.pm
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -53,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 26 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.07-1
+- Upstream update.
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.06-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 34630ef..e727dd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab8f2025180c91eca7f7cbf90c3c7784  Test-TCP-2.06.tar.gz
+e6d7f7b09f7193709fc8a059b699c93d  Test-TCP-2.07.tar.gz


More information about the scm-commits mailing list