diff --git a/Test-RequiresInternet-0.04.tar.gz b/Test-RequiresInternet-0.04.tar.gz deleted file mode 100644 index be029e3..0000000 --- a/Test-RequiresInternet-0.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c1100d8cfc38cb6b795179d546d96970d5db09a5e6754d98e9cb3822e62a564 -size 10934 diff --git a/Test-RequiresInternet-0.05.tar.gz b/Test-RequiresInternet-0.05.tar.gz new file mode 100644 index 0000000..6084af6 --- /dev/null +++ b/Test-RequiresInternet-0.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba7b32a1cc0d58ce2ec20b200a7347c69631641e8cae8ff4567ad24ef1e833e +size 11029 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test-RequiresInternet.changes b/perl-Test-RequiresInternet.changes index 43a8dbc..1c1a3fa 100644 --- a/perl-Test-RequiresInternet.changes +++ b/perl-Test-RequiresInternet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 7 09:07:45 UTC 2015 - coolo@suse.com + +- updated to 0.05 + see /usr/share/doc/packages/perl-Test-RequiresInternet/Changes + + 0.05 2015-05-25 + Fix test error when NO_NETWORK_TESTING is set (Karen Etheridge, + RT#101996, GH#3) + ------------------------------------------------------------------- Tue Feb 17 13:43:18 UTC 2015 - coolo@suse.com diff --git a/perl-Test-RequiresInternet.spec b/perl-Test-RequiresInternet.spec index 04bd479..80bf9cd 100644 --- a/perl-Test-RequiresInternet.spec +++ b/perl-Test-RequiresInternet.spec @@ -17,14 +17,15 @@ Name: perl-Test-RequiresInternet -Version: 0.04 +Version: 0.05 Release: 0 %define cpan_name Test-RequiresInternet Summary: Easily test network connectivity License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-RequiresInternet/ -Source: http://www.cpan.org/authors/id/M/MA/MALLEN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MALLEN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,7 +33,25 @@ BuildRequires: perl-macros %{perl_requires} %description -Easily test network connectivity +This module is intended to easily test network connectivity before +functional tests begin to non-local Internet resources. It does not require +any modules beyond those supplied in core Perl. + +If you do not specify a host/port pair, then the module defaults to using +'www.google.com' on port '80'. + +You may optionally specify the port by its name, as in 'http' or 'ldap'. If +you do this, the test module will attempt to look up the port number using +'getservbyname'. + +If you do specify a host and port, they must be specified in *pairs*. It is +a fatal error to omit one or the other. + +If the environment variable 'NO_NETWORK_TESTING' is set, then the tests +will be skipped without attempting any socket connections. + +If the sockets cannot connect to the specified hosts and ports, the +exception is caught, reported and the tests skipped. %prep %setup -q -n %{cpan_name}-%{version} @@ -51,6 +70,6 @@ Easily test network connectivity %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README weaver.ini +%doc Changes LICENSE README %changelog