From 66589ad306ad7edb43053a9ee641c5835c43c115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 31 Jul 2013 09:05:20 +0200 Subject: [PATCH] 0.22 bump - Test suite bugfix release --- .gitignore | 1 + perl-IO-Socket-IP.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 150b3b2..1b3a899 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /IO-Socket-IP-0.19.tar.gz /IO-Socket-IP-0.20.tar.gz /IO-Socket-IP-0.21.tar.gz +/IO-Socket-IP-0.22.tar.gz diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 791cd5a..29b8839 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,6 +1,6 @@ Name: perl-IO-Socket-IP -Version: 0.21 -Release: 3%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,10 @@ rm -f t/21nonblocking-connect-internet.t %{_mandir}/man3/* %changelog +* Wed Jul 31 2013 Petr Šabata - 0.22-1 +- 0.22 bump +- Test suite bugfix release + * Thu Jul 18 2013 Petr Šabata - 0.21-3 - Disable the SO_REUSEPORT test; koji builders don't support this feature yet diff --git a/sources b/sources index 7077443..6d17325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6541131d9cfc898d3da400f4a3e3166d IO-Socket-IP-0.21.tar.gz +10a5d387497b38892aa16b31ff8ad459 IO-Socket-IP-0.22.tar.gz