ppisar pushed to perl-Net-Whois-Raw (master). "2.86 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 23 12:56:53 UTC 2015


From 0ab3a5dbd302b17863527851c3c5358c346dfd93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 23 Sep 2015 14:53:19 +0200
Subject: 2.86 bump


diff --git a/.gitignore b/.gitignore
index 947e9b6..1bdd0e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Net-Whois-Raw-2.76.tar.gz
 /Net-Whois-Raw-2.80.tar.gz
 /Net-Whois-Raw-2.82.tar.gz
+/Net-Whois-Raw-2.86.tar.gz
diff --git a/perl-Net-Whois-Raw.spec b/perl-Net-Whois-Raw.spec
index a90b31f..8ca34e5 100644
--- a/perl-Net-Whois-Raw.spec
+++ b/perl-Net-Whois-Raw.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-Whois-Raw
-Version:        2.82
-Release:        3%{?dist}
+Version:        2.86
+Release:        1%{?dist}
 Summary:        Get Whois information for domains
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,24 +8,32 @@ URL:            http://search.cpan.org/dist/Net-Whois-Raw/
 Source0:        http://www.cpan.org/modules/by-module/Net/Net-Whois-Raw-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  %{_bindir}/iconv
+BuildRequires:  coreutils
 BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+# Run-time:
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
+# Data::Dumper not used at tests
 BuildRequires:  perl(Encode)
-BuildRequires:  perl(File::Temp)
+# HTTP::Headers not used at tests
+# HTTP::Request not used at tests
 BuildRequires:  perl(IO::Socket)
-BuildRequires:  perl(Module::Build)
+# LWP::UserAgent not used at tests
 BuildRequires:  perl(Regexp::IPv6)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
+# URI::URL not used at tests
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Data::Dumper)
 Requires:       perl(HTTP::Headers)
 Requires:       perl(HTTP::Request)
 Requires:       perl(LWP::UserAgent)
 Requires:       perl(URI::URL)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Net::Whois::Raw queries WHOIS servers about domains. The module supports
@@ -43,34 +51,44 @@ mv Changes.new Changes
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Changes COPYRIGHT README
+%license COPYRIGHT
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %package -n pwhois
 Summary:        Perl written whois client
+# Getopt::Long not used at tests
+# Net::IDN::Punycode 1 not used at tests
+# Win32API::Registry not used on Linux
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Getopt::Long) >= 2
 Requires:       perl(Net::IDN::Punycode) >= 1
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Win32API::Registry not used on Linux
 
 %global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Getopt::Long\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Net::IDN::Punycode\\)$
+
 %description -n pwhois
-Command line whois client.  Invoke with a domain name, optionally with a whois server name.
+Command line whois client.  Invoke with a domain name, optionally with a whois
+server name.
 
 %files -n pwhois
-%doc README COPYRIGHT
+%license COPYRIGHT
+%doc README
 %{_mandir}/man1/*
 %{_bindir}/*
 
 %changelog
+* Wed Sep 23 2015 Petr Pisar <ppisar at redhat.com> - 2.86-1
+- 2.86 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.82-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index fbba25e..90f8d0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5969fb18f2c62055156b288df405f7a  Net-Whois-Raw-2.82.tar.gz
+25ae0f11c7e79d6ff5064b41ba636470  Net-Whois-Raw-2.86.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-Whois-Raw.git/commit/?h=master&id=0ab3a5dbd302b17863527851c3c5358c346dfd93


More information about the perl-devel mailing list