[perl-Net-HTTP] 6.06 bump

Petr Pisar ppisar at fedoraproject.org
Mon Mar 11 11:31:42 UTC 2013


commit bdc15c5582f2569d5fab24c978b8f8d4e83bd290
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Mar 11 12:30:08 2013 +0100

    6.06 bump

 .gitignore                                         |    1 +
 ...-Socket-SSL-doesn-t-play-well-with-select.patch |   25 --------------------
 perl-Net-HTTP.spec                                 |   10 ++++----
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbdda3..0825320 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Net-HTTP-6.03.tar.gz
 /Net-HTTP-6.04.tar.gz
 /Net-HTTP-6.05.tar.gz
+/Net-HTTP-6.06.tar.gz
diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec
index c0c1bfa..ffb862c 100644
--- a/perl-Net-HTTP.spec
+++ b/perl-Net-HTTP.spec
@@ -1,13 +1,11 @@
 Name:           perl-Net-HTTP
-Version:        6.05
-Release:        3%{?dist}
+Version:        6.06
+Release:        1%{?dist}
 Summary:        Low-level HTTP connection (client)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-HTTP/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
-# Do not block with IO::Socket::SSL, rhbz#768394, CPAN RT#81237
-Patch0:         Net-HTTP-6.05-IO-Socket-SSL-doesn-t-play-well-with-select.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -43,7 +41,6 @@ and HTTP/1.1.
 
 %prep
 %setup -q -n Net-HTTP-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 11 2013 Petr Pisar <ppisar at redhat.com> - 6.06-1
+- 6.06 bump
+
 * Fri Mar 08 2013 Petr Pisar <ppisar at redhat.com> - 6.05-3
 - Handle IO::Socket::SSL as non-blocking (bug #768394)
 
diff --git a/sources b/sources
index 6692136..f73234f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a704804045e31d6fe589214594aaf21  Net-HTTP-6.05.tar.gz
+6e74d76205f168775de68347266793a7  Net-HTTP-6.06.tar.gz



More information about the perl-devel mailing list