[perl-Test-TCP] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Jul 3 08:16:49 UTC 2014


commit aca08d41014f74a8fe8c7769c1f7a4929ef43117
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Jul 3 10:16:51 2014 +0200

    Upstream update.
    
    - Remove Test-TCP-2.02-Wait-infinitely-if-max_wait-is-negative.patch
      (Patch was incorporated by upstream).

 .gitignore                                         |    2 +-
 ...2-Wait-infinitely-if-max_wait-is-negative.patch |   78 --------------------
 perl-Test-TCP.spec                                 |   11 ++-
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 85 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c22f9a..62395e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-TCP-2.05.tar.gz
+/Test-TCP-2.06.tar.gz
diff --git a/perl-Test-TCP.spec b/perl-Test-TCP.spec
index da73a02..f758f50 100644
--- a/perl-Test-TCP.spec
+++ b/perl-Test-TCP.spec
@@ -1,14 +1,11 @@
 Name:           perl-Test-TCP
-Version:        2.05
+Version:        2.06
 Release:        1%{?dist}
 Summary:        Testing TCP program
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-TCP/
 Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
-# Fix a race in a test, bug #1113962,
-# <https://github.com/tokuhirom/Test-TCP/issues/28>
-Patch0:         Test-TCP-2.02-Wait-infinitely-if-max_wait-is-negative.patch
 BuildArch:      noarch
 
 BuildRequires:  perl >= 0:5.008001
@@ -35,7 +32,6 @@ Test::TCP is test utilities for TCP/IP program.
 
 %prep
 %setup -q -n Test-TCP-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,6 +53,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 03 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.06-1
+- Upstream update.
+- Remove Test-TCP-2.02-Wait-infinitely-if-max_wait-is-negative.patch
+  (Patch was incorporated by upstream).
+
 * Mon Jun 30 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.05-1
 - Upstream update.
 - Reflect upstream having switched to ExtUtils::MakeMaker.
diff --git a/sources b/sources
index f2c2ed3..34630ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-baa87fc1c981c5425514ccde7261718e  Test-TCP-2.05.tar.gz
+ab8f2025180c91eca7f7cbf90c3c7784  Test-TCP-2.06.tar.gz


More information about the scm-commits mailing list