[perl-libwww-perl] 6.13 bump

2015-02-16 Thread Petr Pisar
commit 69dd7f582f94e29c7fb0caabc41686e3e34cd987
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 16 12:27:17 2015 +0100

6.13 bump

 .gitignore |1 +
 ...-Connect-to-localhost-instead-of-hostname.patch |   16 
 perl-libwww-perl.spec  |   15 +--
 sources|2 +-
 4 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f1745a..ff8bb77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ libwww-perl-5.834.tar.gz
 /libwww-perl-6.06.tar.gz
 /libwww-perl-6.07.tar.gz
 /libwww-perl-6.08.tar.gz
+/libwww-perl-6.13.tar.gz
diff --git a/libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch 
b/libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
similarity index 90%
rename from libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
rename to libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
index 25b9679..e5bf4be 100644
--- a/libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
+++ b/libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
@@ -1,4 +1,4 @@
-From 2d7a479b39bb20a0d61f067ba6c2df92117fcb8c Mon Sep 17 00:00:00 2001
+From f006363d57c1125b8aa4be5de4e602dc8fb468cd Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
 Date: Wed, 23 Apr 2014 12:45:38 +0200
 Subject: [PATCH] Connect to localhost instead of hostname
@@ -18,10 +18,10 @@ Signed-off-by: Petr Písař ppi...@redhat.com
  4 files changed, 4 insertions(+), 5 deletions(-)
 
 diff --git a/t/local/http.t b/t/local/http.t
-index 779cc21..534b4c8 100644
+index 917b04d..3c695ae 100644
 --- a/t/local/http.t
 +++ b/t/local/http.t
-@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
+@@ -21,7 +21,7 @@ if ($D eq 'daemon') {
  
  require HTTP::Daemon;
  
@@ -31,10 +31,10 @@ index 779cc21..534b4c8 100644
  print Please to meet you at: URL:, $d-url, \n;
  open(STDOUT, $^O eq 'VMS'? nl:  : /dev/null);
 diff --git a/t/robot/ua-get.t b/t/robot/ua-get.t
-index 5754c4b..bf24589 100644
+index 63bb963..d5bd803 100644
 --- a/t/robot/ua-get.t
 +++ b/t/robot/ua-get.t
-@@ -19,7 +19,7 @@ if ($D eq 'daemon') {
+@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
  
  require HTTP::Daemon;
  
@@ -44,10 +44,10 @@ index 5754c4b..bf24589 100644
  print Please to meet you at: URL:, $d-url, \n;
  open(STDOUT, $^O eq 'MSWin32' ?  nul : $^O eq 'VMS' ? NL:  : 
/dev/null);
 diff --git a/t/robot/ua.t b/t/robot/ua.t
-index 21ad5c8..11fafa8 100644
+index 3000e71..ccb23b6 100644
 --- a/t/robot/ua.t
 +++ b/t/robot/ua.t
-@@ -19,7 +19,7 @@ if ($D eq 'daemon') {
+@@ -20,7 +20,7 @@ if ($D eq 'daemon') {
  
  require HTTP::Daemon;
  
@@ -71,5 +71,5 @@ index 6c0257a..b4acda2 100644
require IO::Select;
if (IO::Select-new($socket)-can_read(1)) {
 -- 
-1.9.0
+2.1.0
 
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index d802637..d639962 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -1,11 +1,11 @@
 Name:   perl-libwww-perl
-Version:6.08
-Release:2%{?dist}
+Version:6.13
+Release:1%{?dist}
 Summary:A Perl interface to the World-Wide Web
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/libwww-perl/
-Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/libwww-perl-%{version}.tar.gz
 # Run tests against localhost, CPAN RT#94959
 Patch0: libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
 BuildArch:  noarch
@@ -13,10 +13,7 @@ BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(IO::Socket)
-BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Sys::Hostname)
 
 # Run-time:
 # Authen::NTLM 1.02 not used at tests
@@ -43,6 +40,8 @@ BuildRequires:  perl(HTTP::Request::Common) = 6
 BuildRequires:  perl(HTTP::Response) = 6
 BuildRequires:  perl(HTTP::Status) = 6
 # integer not used at tests
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(LWP::MediaTypes) = 6
 # Mail::Internet not needed
 BuildRequires:  perl(MIME::Base64) = 2.1
@@ -61,6 +60,7 @@ BuildRequires:  perl(WWW::RobotRules) = 6
 # Tests only:
 BuildRequires:  perl(Config)
 # File::Path not used
+BuildRequires:  perl(FindBin)
 BuildRequires:  perl(HTTP::Daemon) = 6
 BuildRequires:  perl(Test)
 # TAP::Harness not used
@@ -144,6 +144,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 16 2015 Petr Pisar ppi...@redhat.com - 6.13-1
+- 6.13 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 6.08-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 34e1bd1..99351b2 100644
--- a/sources

[Bug 1192376] perl-libwww-perl-6.10 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192376



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Bug-fix release suitable for F≥22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=433dp5FA3Fa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libwww-perl/f22] (2 commits) ...Correct patch name

2015-02-16 Thread Petr Pisar
Summary of changes:

  69dd7f5... 6.13 bump (*)
  28c4975... Correct patch name (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-libwww-perl] Correct patch name

2015-02-16 Thread Petr Pisar
commit 28c497544c9051a99b59507d933130526dd85037
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 16 12:34:52 2015 +0100

Correct patch name

 perl-libwww-perl.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index d639962..4f690ca 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -7,7 +7,7 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/libwww-perl/
 Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/libwww-perl-%{version}.tar.gz
 # Run tests against localhost, CPAN RT#94959
-Patch0: libwww-perl-6.06-Connect-to-localhost-instead-of-hostname.patch
+Patch0: libwww-perl-6.13-Connect-to-localhost-instead-of-hostname.patch
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1192376] perl-libwww-perl-6.10 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192376

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-libwww-perl-6.13-1.fc2
   ||3
 Resolution|--- |NEXTRELEASE
Last Closed||2015-02-16 06:42:36



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Fixed as perl-libwww-perl-6.13-1.fc22 in F22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=g3hfMSbdPEa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1192380] perl-Pod-Usage-1.65 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192380



--- Comment #1 from Petr Pisar ppi...@redhat.com ---
This is a bug-fix release suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4tBx7YAmu3a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Usage] 1.65 bump

2015-02-16 Thread Petr Pisar
commit 2565fb53362b8772feed4d60973a39fd7d87c3f8
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 16 12:54:08 2015 +0100

1.65 bump

 .gitignore  |1 +
 perl-Pod-Usage.spec |9 +++--
 sources |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f527df..3ffeb19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Pod-Usage-1.62.tar.gz
 /Pod-Usage-1.63.tar.gz
 /Pod-Usage-1.64.tar.gz
+/Pod-Usage-1.65.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index 890f126..7d291c9 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,8 +1,8 @@
 Name:   perl-Pod-Usage
 # Compete with perl.spec's epoch
 Epoch:  4
-Version:1.64
-Release:3%{?dist}
+Version:1.65
+Release:1%{?dist}
 Summary:Print a usage message from embedded POD documentation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -30,6 +30,8 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Pod::PlainText)
 BuildRequires:  perl(Test::More) = 0.6
+# VMS::Filespec not used
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Spec) = 0.82
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
@@ -75,6 +77,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 16 2015 Petr Pisar ppi...@redhat.com - 4:1.65-1
+- 1.65 bump
+
 * Thu Nov 13 2014 Petr Pisar ppi...@redhat.com - 4:1.64-3
 - Compete with perl.spec's epoch (bug #1163490)
 
diff --git a/sources b/sources
index 3a4aa96..2cac156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58c8c925750c66460fe5c285f4059a5a  Pod-Usage-1.64.tar.gz
+1e89632dce7457107c4c9b535a837bce  Pod-Usage-1.65.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Pod-Usage-1.65.tar.gz uploaded to lookaside cache by ppisar

2015-02-16 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Pod-Usage:

1e89632dce7457107c4c9b535a837bce  Pod-Usage-1.65.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Usage/f22] 1.65 bump

2015-02-16 Thread Petr Pisar
Summary of changes:

  2565fb5... 1.65 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Usage/f21] 1.65 bump

2015-02-16 Thread Petr Pisar
commit fb0e3251adaf727f0d728cb8fb0ca9edba760100
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 16 12:54:08 2015 +0100

1.65 bump

 .gitignore  |1 +
 perl-Pod-Usage.spec |9 +++--
 sources |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f527df..3ffeb19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Pod-Usage-1.62.tar.gz
 /Pod-Usage-1.63.tar.gz
 /Pod-Usage-1.64.tar.gz
+/Pod-Usage-1.65.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index a4d2276..bbf6305 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,8 +1,8 @@
 Name:   perl-Pod-Usage
 # Compete with perl.spec's epoch
 Epoch:  4
-Version:1.64
-Release:2%{?dist}
+Version:1.65
+Release:1%{?dist}
 Summary:Print a usage message from embedded POD documentation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -30,6 +30,8 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Pod::PlainText)
 BuildRequires:  perl(Test::More) = 0.6
+# VMS::Filespec not used
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Spec) = 0.82
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
@@ -75,6 +77,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 16 2015 Petr Pisar ppi...@redhat.com - 4:1.65-1
+- 1.65 bump
+
 * Thu Nov 13 2014 Petr Pisar ppi...@redhat.com - 4:1.64-2
 - Compete with perl.spec's epoch (bug #1163490)
 
diff --git a/sources b/sources
index 3a4aa96..2cac156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58c8c925750c66460fe5c285f4059a5a  Pod-Usage-1.64.tar.gz
+1e89632dce7457107c4c9b535a837bce  Pod-Usage-1.65.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Pod-Usage/f20] 1.65 bump

2015-02-16 Thread Petr Pisar
commit 2f9154cc12592ceedd63564b62f89acee525925a
Author: Petr Písař ppi...@redhat.com
Date:   Mon Feb 16 12:54:08 2015 +0100

1.65 bump

 .gitignore  |1 +
 perl-Pod-Usage.spec |9 +++--
 sources |2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f527df..3ffeb19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Pod-Usage-1.62.tar.gz
 /Pod-Usage-1.63.tar.gz
 /Pod-Usage-1.64.tar.gz
+/Pod-Usage-1.65.tar.gz
diff --git a/perl-Pod-Usage.spec b/perl-Pod-Usage.spec
index 6121fc1..5667923 100644
--- a/perl-Pod-Usage.spec
+++ b/perl-Pod-Usage.spec
@@ -1,8 +1,8 @@
 Name:   perl-Pod-Usage
 # Compete with perl.spec's epoch
 Epoch:  4
-Version:1.64
-Release:2%{?dist}
+Version:1.65
+Release:1%{?dist}
 Summary:Print a usage message from embedded POD documentation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -30,6 +30,8 @@ BuildRequires:  perl(vars)
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(Pod::PlainText)
 BuildRequires:  perl(Test::More) = 0.6
+# VMS::Filespec not used
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(File::Spec) = 0.82
 # Pod::Usage executes perldoc from perl-Pod-Perldoc by default
@@ -75,6 +77,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 16 2015 Petr Pisar ppi...@redhat.com - 4:1.65-1
+- 1.65 bump
+
 * Thu Nov 13 2014 Petr Pisar ppi...@redhat.com - 4:1.64-2
 - Compete with perl.spec's epoch (bug #1163490)
 
diff --git a/sources b/sources
index 3a4aa96..2cac156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58c8c925750c66460fe5c285f4059a5a  Pod-Usage-1.64.tar.gz
+1e89632dce7457107c4c9b535a837bce  Pod-Usage-1.65.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1192380] perl-Pod-Usage-1.65 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192380

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Pod-Usage-1.65-1.fc23



--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Fixed as perl-Pod-Usage-1.65-1.fc22 in F22.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FecY6qKoXYa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1192380] perl-Pod-Usage-1.65 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192380



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.65-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Pod-Usage-1.65-1.fc21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VcAx47woZRa=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1192380] perl-Pod-Usage-1.65 is available

2015-02-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192380



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-Pod-Usage-1.65-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Pod-Usage-1.65-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lDmtJiXmqma=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

<    1   2