[perl-Net-SSLGlue] update to 1.052

Remi Collet remi at fedoraproject.org
Tue Jan 21 10:19:33 UTC 2014


commit 6c0021b1e3db4d9109653458d17fcb5f49211c2c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jan 21 11:19:43 2014 +0100

    update to 1.052

 .gitignore                  |    1 +
 perl-Net-SSLGlue-test.patch |   31 +++++++++++++++++--------------
 perl-Net-SSLGlue.spec       |    9 ++++++---
 sources                     |    2 +-
 4 files changed, 25 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ba8336..1e5d00f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Net-SSLGlue-1.01.tar.gz
 /Net-SSLGlue-1.03.tar.gz
 /Net-SSLGlue-1.04.tar.gz
+/Net-SSLGlue-1.052.tar.gz
diff --git a/perl-Net-SSLGlue-test.patch b/perl-Net-SSLGlue-test.patch
index 53b48a6..cb2b796 100644
--- a/perl-Net-SSLGlue-test.patch
+++ b/perl-Net-SSLGlue-test.patch
@@ -1,18 +1,21 @@
---- Makefile.PL.orig	2010-02-21 17:49:52.000000000 +0100
-+++ Makefile.PL	2010-02-21 17:55:04.000000000 +0100
-@@ -1,14 +1,10 @@
+--- Makefile.PL.orig	2014-01-21 11:11:51.244004427 +0100
++++ Makefile.PL	2014-01-21 11:11:46.558989697 +0100
+@@ -1,16 +1,13 @@
  use ExtUtils::MakeMaker;
  require 5.008;
 -my $xt = prompt( "Should I do external tests?\n".
--	"These tests will fail if there is no internet connection or if a firewall\n".
--	"blocks some traffic.\n".
--	"[y/N]", 'n' );
+-    "These tests will fail if there is no internet connection or if a firewall\n".
+-    "blocks some traffic.\n".
+-    "[y/N]", 'n' );
++
  WriteMakefile(
- 	NAME => 'Net::SSLGlue',
- 	VERSION_FROM => 'lib/Net/SSLGlue.pm',
- 	PREREQ_PM => {
- 		'IO::Socket::SSL' => 1.19,
- 	},
--	$xt =~m{^y}i ? ( test => { TESTS => 't/*.t t/external/*.t' }):(),
-+	test => { TESTS => 't/*.t' },
- );
+     NAME => 'Net::SSLGlue',
+     VERSION_FROM => 'lib/Net/SSLGlue.pm',
+     PREREQ_PM => {
+ 	'IO::Socket::SSL' => 1.19,
+     },
+-    $xt =~m{^y}i ? ( test => { TESTS => 't/*.t t/external/*.t' }):(),
++    test => { TESTS => 't/*.t' },
+     META_MERGE => {
+ 	resources => {
+ 	    repository => 'https://github.com/noxxi/p5-net-sslglue',
diff --git a/perl-Net-SSLGlue.spec b/perl-Net-SSLGlue.spec
index ccfa6f1..ff42e59 100644
--- a/perl-Net-SSLGlue.spec
+++ b/perl-Net-SSLGlue.spec
@@ -1,5 +1,5 @@
 Name:           perl-Net-SSLGlue
-Version:        1.04
+Version:        1.052
 Release:        1%{?dist}
 Summary:        Add/extend SSL support for common perl modules
 License:        GPL+ or Artistic
@@ -16,7 +16,9 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Socket::SSL) >= 1.19
 # Required to have tests effective
-BuildRequires:  perl(LWP::Protocol::https) perl(Net::LDAP) perl(Net::SMTP)
+BuildRequires:  perl(LWP::Protocol::https)
+BuildRequires:  perl(Net::LDAP)
+BuildRequires:  perl(Net::SMTP)
 
 Requires:       perl(IO::Socket::SSL) >= 1.19
 Requires:       perl(LWP::Protocol::https)
@@ -70,12 +72,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYRIGHT TODO README Changes examples
+%doc COPYRIGHT README Changes examples
 %{perl_vendorlib}/Net
 %{_mandir}/man3/Net*
 
 
 %changelog
+* Tue Jan 21 2014 Remi Collet <remi at fedoraproject.org> - 1.052-1
 * Mon Aug  5 2013 Remi Collet <remi at fedoraproject.org> - 1.04-1
 - update to 1.04
 
diff --git a/sources b/sources
index 81ef2a2..1b3e46b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a6116f625eb5cb58791359f89800234  Net-SSLGlue-1.04.tar.gz
+25823d8e45eefacc291e3373f84b27df  Net-SSLGlue-1.052.tar.gz


More information about the scm-commits mailing list