[perl-Test-RequiresInternet] Update to 0.04

Paul Howarth pghmcfc at fedoraproject.org
Thu Jan 29 17:54:06 UTC 2015


commit 61fa211282683bdc41a8b8eb715d4adaab059d58
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jan 29 17:53:13 2015 +0000

    Update to 0.04
    
    - New upstream release 0.04
      - Test::More prior to 0.88 (included with perl 5.10.1) does not support the
        done_testing() function; revert to a test plan to support older perls
        (GH#2)

 perl-Test-RequiresInternet.spec |   12 +++++++++---
 sources                         |    2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-RequiresInternet.spec b/perl-Test-RequiresInternet.spec
index 2daaa22..33fe809 100644
--- a/perl-Test-RequiresInternet.spec
+++ b/perl-Test-RequiresInternet.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-RequiresInternet
-Version:	0.03
-Release:	2%{?dist}
+Version:	0.04
+Release:	1%{?dist}
 Summary:	Easily test network connectivity
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Test-RequiresInternet/
@@ -14,7 +14,7 @@ BuildRequires:	perl(Socket)
 BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test Suite
-BuildRequires:	perl(Test::More) >= 0.88
+BuildRequires:	perl(Test::More)
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -61,6 +61,12 @@ make test
 %{_mandir}/man3/Test::RequiresInternet.3*
 
 %changelog
+* Thu Jan 29 2015 Paul Howarth <paul at city-fan.org> - 0.04-1
+- Update to 0.04
+  - Test::More prior to 0.88 (included with perl 5.10.1) does not support the
+    done_testing() function; revert to a test plan to support older perls
+    (GH#2)
+
 * Mon Jan 26 2015 Paul Howarth <paul at city-fan.org> - 0.03-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 3c9b661..efa1141 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-503bc4914c4f7a0e411815b411caa504  Test-RequiresInternet-0.03.tar.gz
+2790138130c2b6afa4d55346d0fc8bcf  Test-RequiresInternet-0.04.tar.gz



More information about the perl-devel mailing list