commit perl-Net-HTTP for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2019-05-22 10:50:22

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new.5148 (New)


Package is "perl-Net-HTTP"

Wed May 22 10:50:22 2019 rev:22 rq:703699 version:6.19

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2018-05-16 11:23:57.242781630 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new.5148/perl-Net-HTTP.changes
2019-05-22 10:50:24.119359666 +0200
@@ -1,0 +2,10 @@
+Fri May 17 05:15:40 UTC 2019 - Stephan Kulow 
+
+- updated to 6.19
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.19  2019-05-16 19:16:59Z
+  - partially skip live-https.t if there's no keep-alive connection 
(GH#58) (Slaven Rezić)
+  - set "x_static_install" : 1 in META files
+
+---

Old:

  Net-HTTP-6.18.tar.gz

New:

  Net-HTTP-6.19.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.wyAtIt/_old  2019-05-22 10:50:25.051359132 +0200
+++ /var/tmp/diff_new_pack.wyAtIt/_new  2019-05-22 10:50:25.087359112 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Net-HTTP
-Version:6.18
+Version:6.19
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Net-HTTP/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -54,11 +54,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Net-HTTP-6.18.tar.gz -> Net-HTTP-6.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.18/Changes new/Net-HTTP-6.19/Changes
--- old/Net-HTTP-6.18/Changes   2018-05-09 16:55:47.0 +0200
+++ new/Net-HTTP-6.19/Changes   2019-05-16 21:17:02.0 +0200
@@ -1,7 +1,11 @@
 Release history for Net-HTTP
 
+6.19  2019-05-16 19:16:59Z
+- partially skip live-https.t if there's no keep-alive connection (GH#58) 
(Slaven Rezić)
+- set "x_static_install" : 1 in META files
+
 6.18  2018-05-09 14:55:43Z
-- Move test that relies on http://httpbin.org to author tests
+- Move httpbin.org tests to author testing (GH#56) (Olaf Alders)
 
 6.17  2017-09-01 15:30:20Z
 - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.18/INSTALL new/Net-HTTP-6.19/INSTALL
--- old/Net-HTTP-6.18/INSTALL   2018-05-09 16:55:47.0 +0200
+++ new/Net-HTTP-6.19/INSTALL   2019-05-16 21:17:02.0 +0200
@@ -22,7 +22,7 @@
 ## Manual installation
 
 As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
 
 % perl Makefile.PL
 % make && make test
@@ -37,16 +37,36 @@
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
-
 The prerequisites of this distribution will also have to be installed 
manually. The
 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
 by running the manual build process described above.
 
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installe

commit perl-Net-HTTP for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2018-05-16 11:23:52

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Wed May 16 11:23:52 2018 rev:21 rq:606965 version:6.18

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-09-05 15:13:45.433575543 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2018-05-16 11:23:57.242781630 +0200
@@ -1,0 +2,9 @@
+Thu May 10 05:39:52 UTC 2018 - co...@suse.com
+
+- updated to 6.18
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.18  2018-05-09 14:55:43Z
+  - Move test that relies on http://httpbin.org to author tests
+
+---

Old:

  Net-HTTP-6.17.tar.gz

New:

  Net-HTTP-6.18.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.lflBgG/_old  2018-05-16 11:23:59.73469 +0200
+++ /var/tmp/diff_new_pack.lflBgG/_new  2018-05-16 11:23:59.742690820 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.17
+Version:6.18
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
 Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz

++ Net-HTTP-6.17.tar.gz -> Net-HTTP-6.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.17/Changes new/Net-HTTP-6.18/Changes
--- old/Net-HTTP-6.17/Changes   2017-09-01 17:30:24.0 +0200
+++ new/Net-HTTP-6.18/Changes   2018-05-09 16:55:47.0 +0200
@@ -1,5 +1,8 @@
 Release history for Net-HTTP
 
+6.18  2018-05-09 14:55:43Z
+- Move test that relies on http://httpbin.org to author tests
+
 6.17  2017-09-01 15:30:20Z
 - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
   Whitener)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.17/INSTALL new/Net-HTTP-6.18/INSTALL
--- old/Net-HTTP-6.17/INSTALL   2017-09-01 17:30:24.0 +0200
+++ new/Net-HTTP-6.18/INSTALL   2018-05-09 16:55:47.0 +0200
@@ -31,13 +31,22 @@
 
 % make install
 
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
 If your perl is system-managed, you can create a local::lib in your home
 directory to install modules to. For details, see the local::lib documentation:
 https://metacpan.org/pod/local::lib
 
+
+The prerequisites of this distribution will also have to be installed 
manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` 
generated
+by running the manual build process described above.
+
 ## Documentation
 
 Net-HTTP documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
 
 % perldoc Net::HTTP
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.17/MANIFEST new/Net-HTTP-6.18/MANIFEST
--- old/Net-HTTP-6.17/MANIFEST  2017-09-01 17:30:24.0 +0200
+++ new/Net-HTTP-6.18/MANIFEST  2018-05-09 16:55:47.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
 CONTRIBUTORS
 Changes
 INSTALL
@@ -22,5 +22,5 @@
 t/http.t
 t/live-https.t
 t/live.t
-t/rt-112313.t
 tidyall.ini
+xt/rt-112313.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.17/META.json new/Net-HTTP-6.18/META.json
--- old/Net-HTTP-6.17/META.json 2017-09-01 17:30:24.0 +0200
+++ new/Net-HTTP-6.18/META.json 2018-05-09 16:55:47.0 +0200
@@ -4,7 +4,7 @@
   "Gisle Aas "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter v

commit perl-Net-HTTP for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-09-05 15:13:45

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Tue Sep  5 15:13:45 2017 rev:20 rq:520458 version:6.17

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-06-07 09:52:30.787359472 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-09-05 15:13:45.433575543 +0200
@@ -1,0 +2,10 @@
+Sat Sep  2 05:57:22 UTC 2017 - co...@suse.com
+
+- updated to 6.17
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.17  2017-09-01 15:30:20Z
+  - Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
+Whitener)
+
+---

Old:

  Net-HTTP-6.16.tar.gz

New:

  Net-HTTP-6.17.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.qHDsan/_old  2017-09-05 15:13:46.237462546 +0200
+++ /var/tmp/diff_new_pack.qHDsan/_new  2017-09-05 15:13:46.241461984 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.16
+Version:6.17
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.16.tar.gz -> Net-HTTP-6.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.16/Changes new/Net-HTTP-6.17/Changes
--- old/Net-HTTP-6.16/Changes   2017-05-29 16:46:28.0 +0200
+++ new/Net-HTTP-6.17/Changes   2017-09-01 17:30:24.0 +0200
@@ -1,5 +1,9 @@
 Release history for Net-HTTP
 
+6.17  2017-09-01 15:30:20Z
+- Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
+  Whitener)
+
 6.16  2017-05-29 10:46:24-04:00 America/Toronto
 - Bump IO::Socket::SSL version from 1.38 to 2.012
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.16/META.json new/Net-HTTP-6.17/META.json
--- old/Net-HTTP-6.16/META.json 2017-05-29 16:46:28.0 +0200
+++ new/Net-HTTP-6.17/META.json 2017-09-01 17:30:24.0 +0200
@@ -78,7 +78,551 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "6.16",
+   "version" : "6.17",
+   "x_Dist_Zilla" : {
+  "perl" : {
+ "version" : "5.026000"
+  },
+  "plugins" : [
+ {
+"class" : "Dist::Zilla::Plugin::MetaResources",
+"name" : "MetaResources",
+"version" : "6.009"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::Prereqs",
+"config" : {
+   "Dist::Zilla::Plugin::Prereqs" : {
+  "phase" : "runtime",
+  "type" : "requires"
+   }
+},
+"name" : "Prereqs",
+"version" : "6.009"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::PromptIfStale",
+"config" : {
+   "Dist::Zilla::Plugin::PromptIfStale" : {
+  "check_all_plugins" : 0,
+  "check_all_prereqs" : 0,
+  "modules" : [
+ "Dist::Zilla::PluginBundle::Author::OALDERS"
+  ],
+  "phase" : "build",
+  "run_under_travis" : 0,
+  "skip" : []
+   }
+},
+"name" : "@Author::OALDERS/stale modules, build",
+"version" : "0.053"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::PromptIfStale",
+"config" : {
+   "Dist::Zilla::Plugin::PromptIfStale" : {
+  "check_all_plugins" : 1,
+  "check_all_prereqs" : 1,
+  "modules" : [],
+  "phase" : "release",
+  "run_under_travis" : 0,
+  "skip" : []
+   }
+},
+"name" : "@Author::OALDERS/stale modules, release",
+"version" : "0.053"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
+"name" : "@Author::OALDERS/MAXMIND::TidyAll",
+"version" : "0.13"
+ },
+ {
+"class" : "Dist::Zilla::Plugin::MakeMaker",
+"config" : {
+   "Dist::Zilla::Role::TestRunner" : {
+  "default_jobs" : 1
+   }
+},
+"name" : "@Author::OALDERS/MakeMaker",
+"version" : "6.009"
+ },
+ {
+"class" : "Dist::Zilla::Pl

commit perl-Net-HTTP for openSUSE:Factory

2017-06-07 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-06-07 09:52:29

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Wed Jun  7 09:52:29 2017 rev:19 rq:499922 version:6.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-05-27 13:12:05.268752575 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-06-07 09:52:30.787359472 +0200
@@ -1,0 +2,9 @@
+Tue May 30 06:15:25 UTC 2017 - co...@suse.com
+
+- updated to 6.16
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.16  2017-05-29 10:46:24-04:00 America/Toronto
+  - Bump IO::Socket::SSL version from 1.38 to 2.012
+
+---

Old:

  Net-HTTP-6.15.tar.gz

New:

  Net-HTTP-6.16.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.PuApuZ/_old  2017-06-07 09:52:31.499258867 +0200
+++ /var/tmp/diff_new_pack.PuApuZ/_new  2017-06-07 09:52:31.499258867 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.15
+Version:6.16
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.15.tar.gz -> Net-HTTP-6.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/CONTRIBUTORS 
new/Net-HTTP-6.16/CONTRIBUTORS
--- old/Net-HTTP-6.15/CONTRIBUTORS  2017-05-12 14:57:06.0 +0200
+++ new/Net-HTTP-6.16/CONTRIBUTORS  2017-05-29 16:46:28.0 +0200
@@ -50,6 +50,7 @@
 * Mark Stosberg
 * Mike Schilli
 * Mike Schilli
+* Mohammad S Anwar
 * murphy
 * Olaf Alders
 * Ondrej Hanak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/Changes new/Net-HTTP-6.16/Changes
--- old/Net-HTTP-6.15/Changes   2017-05-12 14:57:06.0 +0200
+++ new/Net-HTTP-6.16/Changes   2017-05-29 16:46:28.0 +0200
@@ -1,5 +1,8 @@
 Release history for Net-HTTP
 
+6.16  2017-05-29 10:46:24-04:00 America/Toronto
+- Bump IO::Socket::SSL version from 1.38 to 2.012
+
 6.15  2017-05-12 14:57:02+02:00 Europe/Paris
 - Fix t/rt-112313.t (Shoichi Kaji)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/META.json new/Net-HTTP-6.16/META.json
--- old/Net-HTTP-6.15/META.json 2017-05-12 14:57:06.0 +0200
+++ new/Net-HTTP-6.16/META.json 2017-05-29 16:46:28.0 +0200
@@ -46,7 +46,7 @@
 "IO::Socket" : "0",
 "IO::Socket::INET6" : "0",
 "IO::Socket::IP" : "0",
-"IO::Socket::SSL" : "1.38",
+"IO::Socket::SSL" : "2.012",
 "Symbol" : "0"
  }
   },
@@ -78,7 +78,7 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "6.15",
+   "version" : "6.16",
"x_contributors" : [
   "Adam Kennedy ",
   "Adam Sjogren ",
@@ -124,6 +124,7 @@
   "Mark Stosberg ",
   "Mike Schilli ",
   "Mike Schilli ",
+  "Mohammad S Anwar ",
   "murphy ",
   "Olaf Alders ",
   "Ondrej Hanak ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/META.yml new/Net-HTTP-6.16/META.yml
--- old/Net-HTTP-6.15/META.yml  2017-05-12 14:57:06.0 +0200
+++ new/Net-HTTP-6.16/META.yml  2017-05-29 16:46:28.0 +0200
@@ -40,7 +40,7 @@
   bugtracker: https://github.com/libwww-perl/Net-HTTP/issues
   homepage: https://github.com/libwww-perl/Net-HTTP
   repository: https://github.com/libwww-perl/Net-HTTP.git
-version: '6.15'
+version: '6.16'
 x_contributors:
   - 'Adam Kennedy '
   - 'Adam Sjogren '
@@ -86,6 +86,7 @@
   - 'Mark Stosberg '
   - 'Mike Schilli '
   - 'Mike Schilli '
+  - 'Mohammad S Anwar '
   - 'murphy '
   - 'Olaf Alders '
   - 'Ondrej Hanak '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/Makefile.PL 
new/Net-HTTP-6.16/Makefile.PL
--- old/Net-HTTP-6.15/Makefile.PL   2017-05-12 14:57:06.0 +0200
+++ new/Net-HTTP-6.16/Makefile.PL   2017-05-29 16:46:28.0 +0200
@@ -35,7 +35,7 @@
 "Socket" => 0,
 "Test::More" => 0
   },
-  "VERSION" => "6.15",
+  "VERSION" => "6.16",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.15/README.md new/Net-HTTP-6.16/README.md
--- old/Net-HTTP-6.15/README.md 2017-05-12

commit perl-Net-HTTP for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-05-27 13:12:04

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Sat May 27 13:12:04 2017 rev:18 rq:495803 version:6.15

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-05-06 20:45:45.727614802 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-05-27 13:12:05.268752575 +0200
@@ -1,0 +2,9 @@
+Tue May 16 06:16:57 UTC 2017 - co...@suse.com
+
+- updated to 6.15
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.15  2017-05-12 14:57:02+02:00 Europe/Paris
+  - Fix t/rt-112313.t (Shoichi Kaji)
+
+---

Old:

  Net-HTTP-6.14.tar.gz

New:

  Net-HTTP-6.15.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.F38VHF/_old  2017-05-27 13:12:05.868667758 +0200
+++ /var/tmp/diff_new_pack.F38VHF/_new  2017-05-27 13:12:05.872667193 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.14
+Version:6.15
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.14.tar.gz -> Net-HTTP-6.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/Changes new/Net-HTTP-6.15/Changes
--- old/Net-HTTP-6.14/Changes   2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/Changes   2017-05-12 14:57:06.0 +0200
@@ -1,5 +1,8 @@
 Release history for Net-HTTP
 
+6.15  2017-05-12 14:57:02+02:00 Europe/Paris
+- Fix t/rt-112313.t (Shoichi Kaji)
+
 6.14  2017-04-24 11:27:26-04:00 America/Toronto
 - Improvements to live tests (Shoichi Kaji and Kent Fredric)
 - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/MANIFEST new/Net-HTTP-6.15/MANIFEST
--- old/Net-HTTP-6.14/MANIFEST  2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/MANIFEST  2017-05-12 14:57:06.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
 CONTRIBUTORS
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/META.json new/Net-HTTP-6.15/META.json
--- old/Net-HTTP-6.14/META.json 2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/META.json 2017-05-12 14:57:06.0 +0200
@@ -4,7 +4,7 @@
   "Gisle Aas "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -78,7 +78,7 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "6.14",
+   "version" : "6.15",
"x_contributors" : [
   "Adam Kennedy ",
   "Adam Sjogren ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/META.yml new/Net-HTTP-6.15/META.yml
--- old/Net-HTTP-6.14/META.yml  2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/META.yml  2017-05-12 14:57:06.0 +0200
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -40,7 +40,7 @@
   bugtracker: https://github.com/libwww-perl/Net-HTTP/issues
   homepage: https://github.com/libwww-perl/Net-HTTP
   repository: https://github.com/libwww-perl/Net-HTTP.git
-version: '6.14'
+version: '6.15'
 x_contributors:
   - 'Adam Kennedy '
   - 'Adam Sjogren '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.14/Makefile.PL 
new/Net-HTTP-6.15/Makefile.PL
--- old/Net-HTTP-6.14/Makefile.PL   2017-04-24 17:27:31.0 +0200
+++ new/Net-HTTP-6.15/Makefile.PL   2017-05-12 14:57:06.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.009.
 use strict;
 use warnings;
 
@@ 

commit perl-Net-HTTP for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-05-06 20:45:44

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Sat May  6 20:45:44 2017 rev:17 rq:492411 version:6.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-02-22 13:44:59.885231985 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-05-06 20:45:45.727614802 +0200
@@ -1,0 +2,11 @@
+Tue Apr 25 06:15:59 UTC 2017 - co...@suse.com
+
+- updated to 6.14
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.14  2017-04-24 11:27:26-04:00 America/Toronto
+  - Improvements to live tests (Shoichi Kaji and Kent Fredric)
+  - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
+Kaji)
+
+---

Old:

  Net-HTTP-6.13.tar.gz

New:

  Net-HTTP-6.14.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.qHYbCn/_old  2017-05-06 20:45:46.767468112 +0200
+++ /var/tmp/diff_new_pack.qHYbCn/_new  2017-05-06 20:45:46.767468112 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.13
+Version:6.14
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.13.tar.gz -> Net-HTTP-6.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.13/CONTRIBUTORS 
new/Net-HTTP-6.14/CONTRIBUTORS
--- old/Net-HTTP-6.13/CONTRIBUTORS  2017-02-20 03:40:57.0 +0100
+++ new/Net-HTTP-6.14/CONTRIBUTORS  2017-04-24 17:27:31.0 +0200
@@ -41,6 +41,7 @@
 * Jesse Luehrs
 * john9art
 * Karen Etheridge
+* Kent Fredric
 * Lasse Makholm
 * Marinos Yannikos
 * Mark Overmeer
@@ -59,6 +60,7 @@
 * ruff
 * sasao
 * Sean M. Burke
+* Shoichi Kaji
 * Slaven Rezic
 * Slaven Rezic
 * Spiros Denaxas
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.13/Changes new/Net-HTTP-6.14/Changes
--- old/Net-HTTP-6.13/Changes   2017-02-20 03:40:57.0 +0100
+++ new/Net-HTTP-6.14/Changes   2017-04-24 17:27:31.0 +0200
@@ -1,5 +1,10 @@
 Release history for Net-HTTP
 
+6.14  2017-04-24 11:27:26-04:00 America/Toronto
+- Improvements to live tests (Shoichi Kaji and Kent Fredric)
+- Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
+  Kaji)
+
 6.13  2017-02-19 21:40:54-05:00 America/Toronto
 - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.13/MANIFEST new/Net-HTTP-6.14/MANIFEST
--- old/Net-HTTP-6.13/MANIFEST  2017-02-20 03:40:57.0 +0100
+++ new/Net-HTTP-6.14/MANIFEST  2017-04-24 17:27:31.0 +0200
@@ -16,6 +16,8 @@
 lib/Net/HTTPS.pm
 perlcriticrc
 perltidyrc
+t/00-report-prereqs.dd
+t/00-report-prereqs.t
 t/http-nb.t
 t/http.t
 t/live-https.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.13/META.json new/Net-HTTP-6.14/META.json
--- old/Net-HTTP-6.13/META.json 2017-02-20 03:40:57.0 +0100
+++ new/Net-HTTP-6.14/META.json 2017-04-24 17:27:31.0 +0200
@@ -51,8 +51,13 @@
  }
   },
   "test" : {
+ "recommends" : {
+"CPAN::Meta" : "2.120900"
+ },
  "requires" : {
 "Data::Dumper" : "0",
+"ExtUtils::MakeMaker" : "0",
+"File::Spec" : "0",
 "IO::Select" : "0",
 "Socket" : "0",
 "Test::More" : "0"
@@ -73,7 +78,7 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "6.13",
+   "version" : "6.14",
"x_contributors" : [
   "Adam Kennedy ",
   "Adam Sjogren ",
@@ -110,6 +115,7 @@
   "Jesse Luehrs ",
   "john9art ",
   "Karen Etheridge ",
+  "Kent Fredric ",
   "Lasse Makholm ",
   "Marinos Yannikos ",
   "Mark Overmeer ",
@@ -128,6 +134,7 @@
   "ruff ",
   "sasao ",
   "Sean M. Burke ",
+  "Shoichi Kaji ",
   "Slaven Rezic ",
   "Slaven Rezic ",
   "Spiros Denaxas ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.13/META.yml new/Net-HTTP-6.14/META.yml
--- old/Net-HTTP-6.13/META.yml  2017-02-20 03:40:57.0 +0100
+++ new/Net-HTTP-6.14/META.yml  2017-04-24 1

commit perl-Net-HTTP for openSUSE:Factory

2017-02-22 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-02-22 13:44:58

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2017-01-19 10:40:34.604786188 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-02-22 13:44:59.885231985 +0100
@@ -1,0 +2,9 @@
+Mon Feb 20 07:03:48 UTC 2017 - co...@suse.com
+
+- updated to 6.13
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.13  2017-02-19 21:40:54-05:00 America/Toronto
+  - use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
+
+---

Old:

  Net-HTTP-6.12.tar.gz

New:

  Net-HTTP-6.13.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.LisdLf/_old  2017-02-22 13:45:00.285175023 +0100
+++ /var/tmp/diff_new_pack.LisdLf/_new  2017-02-22 13:45:00.289174454 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.12
+Version:6.13
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source0:
http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,6 +67,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTORS LICENSE README.md
+%doc Changes CONTRIBUTORS README.md
+%license LICENSE
 
 %changelog

++ Net-HTTP-6.12.tar.gz -> Net-HTTP-6.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.12/CONTRIBUTORS 
new/Net-HTTP-6.13/CONTRIBUTORS
--- old/Net-HTTP-6.12/CONTRIBUTORS  2017-01-05 05:32:57.0 +0100
+++ new/Net-HTTP-6.13/CONTRIBUTORS  2017-02-20 03:40:57.0 +0100
@@ -18,6 +18,7 @@
 * Chase Whitener
 * Dagfinn Ilmari Mannsåker
 * Daniel Hedlund
+* Dave Rolsky
 * David E. Wheeler
 * DAVIDRW
 * David Steinbrunner
@@ -61,6 +62,7 @@
 * Slaven Rezic
 * Slaven Rezic
 * Spiros Denaxas
+* Steffen Ullrich
 * Steve Hay
 * Todd Lipcon
 * Tom Hukins
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.12/Changes new/Net-HTTP-6.13/Changes
--- old/Net-HTTP-6.12/Changes   2017-01-05 05:32:57.0 +0100
+++ new/Net-HTTP-6.13/Changes   2017-02-20 03:40:57.0 +0100
@@ -1,5 +1,8 @@
 Release history for Net-HTTP
 
+6.13  2017-02-19 21:40:54-05:00 America/Toronto
+- use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
+
 6.12  2017-01-04 23:32:54-05:00 America/Toronto
 - Fix prereqs
 
@@ -13,7 +16,7 @@
 - Drop all use of Test.pm
 - Removed unneeded uses of 'use vars'
 - Switch live tests to use Google.
-- Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and 
$reponse_size % 1024 == 0
+- Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and 
$response_size % 1024 == 0
 
 6.092015-05-20
 - No changes since 6.08_002
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.12/META.json new/Net-HTTP-6.13/META.json
--- old/Net-HTTP-6.12/META.json 2017-01-05 05:32:57.0 +0100
+++ new/Net-HTTP-6.13/META.json 2017-02-20 03:40:57.0 +0100
@@ -73,7 +73,7 @@
   "x_IRC" : "irc://irc.perl.org/#lwp",
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "6.12",
+   "version" : "6.13",
"x_contributors" : [
   "Adam Kennedy ",
   "Adam Sjogren ",
@@ -87,6 +87,7 @@
   "Chase Whitener ",
   "Dagfinn Ilmari Manns\u00e5ker ",
   "Daniel Hedlund ",
+  "Dave Rolsky ",
   "David E. Wheeler ",
   "DAVIDRW ",
   "David Steinbrunner ",
@@ -130,6 +131,7 @@
   "Slaven Rezic ",
   "Slaven Rezic ",
   "Spiros Denaxas ",
+  "Steffen Ullrich ",
   "Steve Hay ",
   "Todd Lipcon ",
   "Tom Hukins ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.12/META.yml new/Net-HTTP-6.13/META.yml
--- old/Net-HTTP-6.12/META.yml  2017-01-05 05:32:57.0 +0100
+++ new/Net-HTTP-6.13/META.yml  2017-02-20 03:40:57.000

commit perl-Net-HTTP for openSUSE:Factory

2017-01-19 Thread root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2017-01-19 10:40:31

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2015-05-23 12:42:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2017-01-19 10:40:34.604786188 +0100
@@ -1,0 +2,9 @@
+Fri Jan  6 06:48:24 UTC 2017 - co...@suse.com
+
+- updated to 6.12
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  6.12  2017-01-04 23:32:54-05:00 America/Toronto
+  - Fix prereqs
+
+---

Old:

  Net-HTTP-6.09.tar.gz

New:

  Net-HTTP-6.12.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.lJovgw/_old  2017-01-19 10:40:35.092717361 +0100
+++ /var/tmp/diff_new_pack.lJovgw/_new  2017-01-19 10:40:35.096716797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.09
+Version:6.12
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,6 @@
 Requires:   perl(Compress::Raw::Zlib)
 Requires:   perl(IO::Uncompress::Gunzip)
 Requires:   perl(URI)
-Recommends: perl(IO::Socket::SSL) >= 1.38
 %{perl_requires}
 
 %description
@@ -68,6 +67,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTORS LICENSE README.md
 
 %changelog

++ Net-HTTP-6.09.tar.gz -> Net-HTTP-6.12.tar.gz ++
 2735 lines of diff (skipped)




commit perl-Net-HTTP for openSUSE:Factory

2015-05-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2015-05-23 12:42:15

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2014-09-17 17:24:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2015-05-23 12:42:16.0 +0200
@@ -1,0 +2,36 @@
+Thu May 21 08:44:45 UTC 2015 - co...@suse.com
+
+- updated to 6.09
+   see /usr/share/doc/packages/perl-Net-HTTP/Changes
+
+  Release history for Net-HTTP
+  
+  
+  
___
+  2015-05-20 Net-HTTP 6.09
+  
+  Karen Etheridge (1):
+No changes since 6.08_002
+  
+  
+  
+  
___
+  2015-05-02 Net-HTTP 6.08_002
+  
+  Karen Etheridge (1):
+fix foolish $VERSION error in 6.08_001
+  
+  
+  
+  
___
+  2015-05-01 Net-HTTP 6.08_001
+  
+  Mark Overmeer (1):
+resolve issues with SSL by reading bytes still waiting to be read after
+the initial 1024 bytes [RT#104122]
+  
+  
+  
+  
___
+
+---

Old:

  Net-HTTP-6.07.tar.gz

New:

  Net-HTTP-6.09.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.vwsKPe/_old  2015-05-23 12:42:17.0 +0200
+++ /var/tmp/diff_new_pack.vwsKPe/_new  2015-05-23 12:42:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,24 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.07
+Version:6.09
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Raw::Zlib)
-BuildRequires:  perl(IO::Compress::Gzip)
+BuildRequires:  perl(IO::Uncompress::Gunzip)
 BuildRequires:  perl(URI)
 Requires:   perl(Compress::Raw::Zlib)
-Requires:   perl(IO::Compress::Gzip)
+Requires:   perl(IO::Uncompress::Gunzip)
 Requires:   perl(URI)
 Recommends: perl(IO::Socket::SSL) >= 1.38
 %{perl_requires}

++ Net-HTTP-6.07.tar.gz -> Net-HTTP-6.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.07/Changes new/Net-HTTP-6.09/Changes
--- old/Net-HTTP-6.07/Changes   2014-07-24 05:25:51.0 +0200
+++ new/Net-HTTP-6.09/Changes   2015-05-20 20:47:57.0 +0200
@@ -1,9 +1,40 @@
+Release history for Net-HTTP
+
+
+___
+2015-05-20 Net-HTTP 6.09
+
+Karen Etheridge (1):
+  No changes since 6.08_002
+
+
+
+___
+2015-05-02 Net-HTTP 6.08_002
+
+Karen Etheridge (1):
+  fix foolish $VERSION error in 6.08_001
+
+
+
+___
+2015-05-01 Net-HTTP 6.08_001
+
+Mark Overmeer (1):
+  resolve issues with SSL by reading bytes still waiting to be read after
+  the initial 1024 bytes [RT#104122]
+
+
+
+___
 2014-07-23 Net-HTTP 6.07
 
 Jason Fesler (1):
   Opportunistically use IO::Socket::IP or IO::Socket::INET6.
   Properly parse IPv6 literal addreses with optional port numbers. 
[RT#75618]
 
+
+
 ___
 2013-03-10 Net-HTTP 6.06
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.07/MANIFEST new/Net-HTTP-6.09/MANIFEST
---

commit perl-Net-HTTP for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2014-09-17 17:24:16

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2013-06-14 16:47:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2014-09-17 17:24:18.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 15 12:52:31 UTC 2014 - co...@suse.com
+
+- updated to 6.07
+ Jason Fesler (1):
+ Opportunistically use IO::Socket::IP or IO::Socket::INET6.
+ Properly parse IPv6 literal addreses with optional port numbers. 
[RT#75618]
+
+---

Old:

  Net-HTTP-6.06.tar.gz

New:

  Net-HTTP-6.07.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.ySikA9/_old  2014-09-17 17:24:19.0 +0200
+++ /var/tmp/diff_new_pack.ySikA9/_new  2014-09-17 17:24:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,24 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.06
+Version:6.07
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(IO::Compress::Gzip)
-#BuildRequires: perl(IO::Socket::SSL)
-#BuildRequires: perl(IO::Uncompress::Gunzip)
-#BuildRequires: perl(Net::HTTP)
-#BuildRequires: perl(Net::HTTP::Methods)
-#BuildRequires: perl(Net::HTTP::NB)
-#BuildRequires: perl(Net::HTTPS)
-#BuildRequires: perl(Net::SSL)
+BuildRequires:  perl(URI)
 Requires:   perl(Compress::Raw::Zlib)
 Requires:   perl(IO::Compress::Gzip)
+Requires:   perl(URI)
 Recommends: perl(IO::Socket::SSL) >= 1.38
 %{perl_requires}
 
@@ -49,9 +44,11 @@
 protocol is described in RFC 2616. The 'Net::HTTP' class supports
 'HTTP/1.0' and 'HTTP/1.1'.
 
-'Net::HTTP' is a sub-class of 'IO::Socket::INET'. You can mix the methods
-described below with reading and writing from the socket directly. This is
-not necessary a good idea, unless you know what you are doing.
+'Net::HTTP' is a sub-class of one of 'IO::Socket::IP' (IPv6+IPv4),
+'IO::Socket::INET6' (IPv6+IPv4), or 'IO::Socket::INET' (IPv4 only). You can
+mix the methods described below with reading and writing from the socket
+directly. This is not necessary a good idea, unless you know what you are
+doing.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Net-HTTP-6.06.tar.gz -> Net-HTTP-6.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.06/Changes new/Net-HTTP-6.07/Changes
--- old/Net-HTTP-6.06/Changes   2013-03-10 23:37:09.0 +0100
+++ new/Net-HTTP-6.07/Changes   2014-07-24 05:25:51.0 +0200
@@ -1,3 +1,9 @@
+2014-07-23 Net-HTTP 6.07
+
+Jason Fesler (1):
+  Opportunistically use IO::Socket::IP or IO::Socket::INET6.
+  Properly parse IPv6 literal addreses with optional port numbers. 
[RT#75618]
+
 ___
 2013-03-10 Net-HTTP 6.06
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.06/MANIFEST new/Net-HTTP-6.07/MANIFEST
--- old/Net-HTTP-6.06/MANIFEST  2013-03-10 23:38:46.0 +0100
+++ new/Net-HTTP-6.07/MANIFEST  2014-07-24 05:31:19.0 +0200
@@ -10,4 +10,5 @@
 t/http-nb.t
 t/apache.t
 t/apache-https.t
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.06/META.json new/Net-HTTP-6.07/META.json
--- old/Net-

commit perl-Net-HTTP for openSUSE:Factory

2013-06-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2013-06-14 16:47:01

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2012-02-17 12:08:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2013-06-14 16:47:02.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 19:17:49 UTC 2013 - co...@suse.com
+
+- updated to 6.06
+  IO::Socket::SSL doesn't play well with select() [RT#81237]
+  Convert to Test::More style and disable test on Windows [RT#81090]
+
+---

Old:

  Net-HTTP-6.03.tar.gz

New:

  Net-HTTP-6.06.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.qjLNBW/_old  2013-06-14 16:47:03.0 +0200
+++ /var/tmp/diff_new_pack.qjLNBW/_new  2013-06-14 16:47:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.03
+Version:6.06
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
@@ -35,6 +35,7 @@
 #BuildRequires: perl(IO::Uncompress::Gunzip)
 #BuildRequires: perl(Net::HTTP)
 #BuildRequires: perl(Net::HTTP::Methods)
+#BuildRequires: perl(Net::HTTP::NB)
 #BuildRequires: perl(Net::HTTPS)
 #BuildRequires: perl(Net::SSL)
 Requires:   perl(Compress::Raw::Zlib)

++ Net-HTTP-6.03.tar.gz -> Net-HTTP-6.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.03/Changes new/Net-HTTP-6.06/Changes
--- old/Net-HTTP-6.03/Changes   2012-02-16 21:19:50.0 +0100
+++ new/Net-HTTP-6.06/Changes   2013-03-10 23:37:09.0 +0100
@@ -1,4 +1,42 @@
 ___
+2013-03-10 Net-HTTP 6.06
+
+Jesse Luehrs (1):
+  IO::Socket::SSL doesn't play well with select() [RT#81237]
+
+
+
+___
+2012-11-10 Net-HTTP 6.05
+
+Gisle Aas (1):
+  Convert to Test::More style and disable test on Windows [RT#81090]
+
+Marinos Yannikos (1):
+  SSL broken for some servers [RT#81073]
+
+
+
+___
+2012-11-08 Net-HTTP 6.04
+
+Gisle Aas (3):
+  Simpler handling of double chunked [RT#77240]
+  Check for timeouts before reading [RT#72676]
+  Fake can_read
+
+Dagfinn Ilmari Mannsåker (1):
+  Fix chunked decoding on temporary read error [RT#74431]
+
+Eric Wong (1):
+  NB: set http_bytes if read_entity_body hits EAGAIN on first read
+
+Jay Hannah (1):
+  chunked,chunked is invalid, but happens. :( Ignore all but the first. 
[RT#77240]
+
+
+
+___
 2012-02-16 Net-HTTP 6.03
 
 Restore blocking override for Net::SSL [RT#72790]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.03/MANIFEST new/Net-HTTP-6.06/MANIFEST
--- old/Net-HTTP-6.03/MANIFEST  2012-02-16 21:21:35.0 +0100
+++ new/Net-HTTP-6.06/MANIFEST  2013-03-10 23:38:46.0 +0100
@@ -7,6 +7,7 @@
 MANIFEST   This list of files
 README
 t/http.t
+t/http-nb.t
 t/apache.t
 t/apache-https.t
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.03/META.yml new/Net-HTTP-6.06/META.yml
--- old/Net-HTTP-6.03/META.yml  2012-02-16 21:21:35.0 +0100
+++ new/Net-HTTP-6.06/META.yml  2013-03-10 23:38:46.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.03
+version:6.06
 abstract:   Low-level HTTP connection (client)
 author:
 - Gisle Aas 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.03/lib/Net/HTTP/Methods.pm 
new/Net-HTTP-6.06/lib/Net/HTTP/Methods.pm
--- old/Net-HTTP-6.03/lib/Net/HTTP/Methods.pm   2012-02-15 20:42:03.0 
+0100
+++ new/Net-HTTP-6.06/lib/Net/HTTP/Methods.pm   2013-03-10 23:35:43.0 
+

commit perl-Net-HTTP for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2012-02-17 12:07:58

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2012-02-16 16:22:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2012-02-17 12:08:06.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 17 08:44:42 UTC 2012 - co...@suse.com
+
+- updated to 6.03
+  Restore blocking override for Net::SSL [RT#72790]
+  Restore perl-5.6 compatiblity.
+
+---

Old:

  Net-HTTP-6.02.tar.gz

New:

  Net-HTTP-6.03.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.QKDSL8/_old  2012-02-17 12:08:07.0 +0100
+++ /var/tmp/diff_new_pack.QKDSL8/_new  2012-02-17 12:08:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-HTTP
-Version:6.02
+Version:6.03
 Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)

++ Net-HTTP-6.02.tar.gz -> Net-HTTP-6.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.02/Changes new/Net-HTTP-6.03/Changes
--- old/Net-HTTP-6.02/Changes   2011-11-21 21:26:39.0 +0100
+++ new/Net-HTTP-6.03/Changes   2012-02-16 21:19:50.0 +0100
@@ -1,4 +1,12 @@
 ___
+2012-02-16 Net-HTTP 6.03
+
+Restore blocking override for Net::SSL [RT#72790]
+
+Restore perl-5.6 compatiblity.
+
+
+___
 2011-11-21 Net-HTTP 6.02
 
 Don't disable blocking method [RT#72580]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.02/META.yml new/Net-HTTP-6.03/META.yml
--- old/Net-HTTP-6.02/META.yml  2011-11-21 21:28:31.0 +0100
+++ new/Net-HTTP-6.03/META.yml  2012-02-16 21:21:35.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.02
+version:6.03
 abstract:   Low-level HTTP connection (client)
 author:
 - Gisle Aas 
@@ -15,10 +15,10 @@
 IO::Compress::Gzip:   0
 IO::Select:   0
 IO::Socket::INET: 0
-perl: 5.008008
+perl: 5.006002
 resources:
 MailingList:  mailto:lib...@perl.org
-repository:   http://github.com/gisle/libwww-perl/tree/Net-HTTP/master
+repository:   http://github.com/gisle/net-http
 no_index:
 directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.02/Makefile.PL 
new/Net-HTTP-6.03/Makefile.PL
--- old/Net-HTTP-6.02/Makefile.PL   2011-11-21 20:53:45.0 +0100
+++ new/Net-HTTP-6.03/Makefile.PL   2012-02-15 23:22:14.0 +0100
@@ -1,6 +1,6 @@
 #!perl -w
 
-require 5.008008;
+require 5.006002;
 use strict;
 use ExtUtils::MakeMaker;
 use Getopt::Long qw(GetOptions);
@@ -20,7 +20,7 @@
 ABSTRACT_FROM => 'lib/Net/HTTP.pm',
 AUTHOR => 'Gisle Aas ',
 LICENSE => "perl",
-MIN_PERL_VERSION => 5.008008,
+MIN_PERL_VERSION => 5.006002,
 PREREQ_PM => {
'IO::Socket::INET' => 0,
'IO::Select' => 0,
@@ -32,7 +32,7 @@
 'IO::Socket::SSL' => "1.38",
 },
resources => {
-repository => 
'http://github.com/gisle/libwww-perl/tree/Net-HTTP/master',
+repository => 'http://github.com/gisle/net-http',
MailingList => 'mailto:lib...@perl.org',
 }
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.02/lib/Net/HTTP.pm 
new/Net-HTTP-6.03/lib/Net/HTTP.pm
--- old/Net-HTTP-6.02/lib/Net/HTTP.pm   2011-11-21 21:23:21.0 +0100
+++ new/Net-HTTP-6.03/lib/Net/HTTP.pm   2012-02-16 21:17:26.0 +0100
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($VERSION @ISA $SOCKET_CLASS);
 
-$VERSION = "6.02";
+$VERSION = "6.03";
 unless ($SOCKET_CLASS) {
 eval { require IO::Socket::INET } || require IO::Socket;
 $SOCKET_CLASS = "IO::Socket::INET";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.02/lib/Net/HTTPS.pm 
new/Net-HTTP-6.03/lib/Net/HTTPS.pm
--- old/Net-HTTP-6.02/lib/Net/HTTPS.pm  2011-11-21 21:23:04.0 +0100
+++ new/Net-HTTP-6.03/lib/Net/HTTPS.pm  2012-02-15 20:42:03.0 +0100
@@ -72,6 +72,13 @@
 443;
 }
 
+if ($SSL_S

commit perl-Net-HTTP for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2012-02-16 16:22:09

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2011-09-23 12:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2012-02-16 16:22:11.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 13 14:08:41 UTC 2012 - co...@suse.com
+
+- updated to 6.02
+ * Don't disable blocking method [RT#72580]
+ * Don't stop on unrecognized Makefile.PL arguments [RT#68337]
+ * Document Net:HTTPS [RT#71599]
+
+---

Old:

  Net-HTTP-6.01.tar.gz

New:

  Net-HTTP-6.02.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.rOhEPB/_old  2012-02-16 16:22:12.0 +0100
+++ /var/tmp/diff_new_pack.rOhEPB/_new  2012-02-16 16:22:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,31 @@
 #
 
 
-
 Name:   perl-Net-HTTP
+Version:6.02
+Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
-Version:6.01
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(IO::Compress::Gzip)
-BuildRequires:  perl(IO::Select)
-BuildRequires:  perl(IO::Socket::INET)
+#BuildRequires: perl(IO::Socket::SSL)
+#BuildRequires: perl(IO::Uncompress::Gunzip)
+#BuildRequires: perl(Net::HTTP)
+#BuildRequires: perl(Net::HTTP::Methods)
+#BuildRequires: perl(Net::HTTPS)
+#BuildRequires: perl(Net::SSL)
 Requires:   perl(Compress::Raw::Zlib)
 Requires:   perl(IO::Compress::Gzip)
-Requires:   perl(IO::Select)
-Requires:   perl(IO::Socket::INET)
-%{perl_requires}
-%if 0%{?suse_version} > 1010
 Recommends: perl(IO::Socket::SSL) >= 1.38
-%endif
+%{perl_requires}
 
 %description
 The 'Net::HTTP' class is a low-level HTTP client. An instance of the
@@ -68,11 +67,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Net-HTTP-6.01.tar.gz -> Net-HTTP-6.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/Changes new/Net-HTTP-6.02/Changes
--- old/Net-HTTP-6.01/Changes   2011-04-17 13:22:33.0 +0200
+++ new/Net-HTTP-6.02/Changes   2011-11-21 21:26:39.0 +0100
@@ -1,4 +1,13 @@
 ___
+2011-11-21 Net-HTTP 6.02
+
+Don't disable blocking method [RT#72580]
+Don't stop on unrecognized Makefile.PL arguments [RT#68337]
+Document Net:HTTPS [RT#71599]
+
+
+
+___
 2011-03-17 Net-HTTP 6.01
 
 Don't run live test by default.  Run 'perl Makefile.PL --live-tests' to enable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/MANIFEST new/Net-HTTP-6.02/MANIFEST
--- old/Net-HTTP-6.01/MANIFEST  2011-04-17 13:23:59.0 +0200
+++ new/Net-HTTP-6.02/MANIFEST  2011-11-21 21:28:31.0 +0100
@@ -8,4 +8,5 @@
 README
 t/http.t
 t/apache.t
+t/apache-https.t
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/META.yml new/Net-HTTP-6.02/META.yml
--- old/Net-HTTP-6.01/META.yml  2011-04-17 13:23:59.0 +0200
+++ new/Net-HTTP-6.02/META.yml  2011-11-21 21:28:31.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.01
+version:6.02
 abstract:   

commit perl-Net-HTTP for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2011-12-06 18:45:07

Comparing /work/SRC/openSUSE:Factory/perl-Net-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new (New)


Package is "perl-Net-HTTP", Maintainer is ""

Changes:




Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.baYZMv/_old  2011-12-06 19:14:50.0 +0100
+++ /var/tmp/diff_new_pack.baYZMv/_new  2011-12-06 19:14:50.0 +0100
@@ -22,7 +22,7 @@
 Summary:Low-level HTTP connection (client)
 Version:6.01
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
 Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Net-HTTP for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory
checked in at Mon Aug 29 17:10:56 CEST 2011.




--- perl-Net-HTTP/perl-Net-HTTP.changes 2011-03-17 00:51:35.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Net-HTTP/perl-Net-HTTP.changes
2011-08-29 16:32:18.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 29 14:29:41 UTC 2011 - ch...@computersalat.de
+
+- update to 6.01
+  * Don't run live test by default.
+Run 'perl Makefile.PL --live-tests' to enable.
+  * More relaxed apache test; should pass even if proxies has added headers.
+- fix build for CentOS
+  * Unknown tag: Recommends:
+
+---

calling whatdependson for head-i586


Old:

  Net-HTTP-6.00.tar.gz

New:

  Net-HTTP-6.01.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.wWd8ad/_old  2011-08-29 17:10:33.0 +0200
+++ /var/tmp/diff_new_pack.wWd8ad/_new  2011-08-29 17:10:33.0 +0200
@@ -20,7 +20,7 @@
 Name:   perl-Net-HTTP
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
-Version:6.00
+Version:6.01
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
@@ -39,7 +39,9 @@
 Requires:   perl(IO::Select)
 Requires:   perl(IO::Socket::INET)
 %{perl_requires}
+%if 0%{?suse_version} > 1010
 Recommends: perl(IO::Socket::SSL) >= 1.38
+%endif
 
 %description
 The 'Net::HTTP' class is a low-level HTTP client. An instance of the

++ Net-HTTP-6.00.tar.gz -> Net-HTTP-6.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/Changes new/Net-HTTP-6.01/Changes
--- old/Net-HTTP-6.00/Changes   2011-02-27 15:44:27.0 +0100
+++ new/Net-HTTP-6.01/Changes   2011-04-17 13:22:33.0 +0200
@@ -1,4 +1,12 @@
 ___
+2011-03-17 Net-HTTP 6.01
+
+Don't run live test by default.  Run 'perl Makefile.PL --live-tests' to enable.
+More relaxed apache test; should pass even if proxies has added headers.
+
+
+
+___
 2011-02-27 Net-HTTP 6.00
 
 Initial release of Net-HTTP as a separate distribution. There are no code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/META.yml new/Net-HTTP-6.01/META.yml
--- old/Net-HTTP-6.00/META.yml  2011-02-27 15:45:06.0 +0100
+++ new/Net-HTTP-6.01/META.yml  2011-04-17 13:23:59.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.00
+version:6.01
 abstract:   Low-level HTTP connection (client)
 author:
 - Gisle Aas 
@@ -18,7 +18,7 @@
 perl: 5.008008
 resources:
 MailingList:  mailto:lib...@perl.org
-repository:   http://github.com/gisle/libwww-perl
+repository:   http://github.com/gisle/libwww-perl/tree/Net-HTTP/master
 no_index:
 directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/Makefile.PL 
new/Net-HTTP-6.01/Makefile.PL
--- old/Net-HTTP-6.00/Makefile.PL   2011-02-27 14:37:44.0 +0100
+++ new/Net-HTTP-6.01/Makefile.PL   2011-04-17 13:14:27.0 +0200
@@ -3,6 +3,16 @@
 require 5.008008;
 use strict;
 use ExtUtils::MakeMaker;
+use Getopt::Long qw(GetOptions);
+GetOptions(\my %opt, 'live-tests',) or die "Usage: $0 [--live-tests]\n";
+
+my $flag_file = "t/LIVE_TESTS";
+if ($opt{"live-tests"}) {
+open(my $fh, ">", $flag_file) || die;
+}
+else {
+unlink($flag_file);
+}
 
 WriteMakefile(
 NAME => 'Net::HTTP',
@@ -22,7 +32,7 @@
 'IO::Socket::SSL' => "1.38",
 },
resources => {
-repository => 'http://github.com/gisle/libwww-perl',
+repository => 
'http://github.com/gisle/libwww-perl/tree/Net-HTTP/master',
MailingList => 'mailto:lib...@perl.org',
 }
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/lib/Net/HTTP.pm 
new/Net-HTTP-6.01/lib/Net/HTTP.pm
--- old/Net-HTTP-6.00/lib/Net/HTTP.pm   2011-02-27 15:44:27.0 +0100
+++ new/Net-HTTP-6.01/lib/Net/HTTP.pm   2011-04-17 13:20:42.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($VERSION @ISA $SOCKET_CLASS);
 
-$VERSION = "6.00";
+$VERSION = "6.01";
 unless ($SOCKET_CLASS) {
 eval { require IO::Socket::INET } || require IO::Socket;
 $SOCKET_CLASS = "IO::Socket::INET";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/t/apache.t new/Net-HTTP-6.01/t/apache.t
--- old/Net-HTTP-6.00/t/apache.t2011-02-27 15:44:27.

commit perl-Net-HTTP for openSUSE:Factory

2011-03-18 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory
checked in at Fri Mar 18 14:20:09 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Net-HTTP/perl-Net-HTTP.changes
2011-03-17 00:51:35.0 +0100
@@ -0,0 +1,13 @@
+---
+Wed Mar 16 23:49:33 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o add perl(Compress::Raw::Zlib), perl(IO::Compress::Gzip)
+  o Recommends: perl(IO::Socket::SSL) >= 1.38
+
+---
+Mon Mar 14 12:59:01 UTC 2011 - vci...@novell.com
+
+- initial package 6.00
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Net-HTTP-6.00.tar.gz
  perl-Net-HTTP.changes
  perl-Net-HTTP.spec



Other differences:
--
++ perl-Net-HTTP.spec ++
#
# spec file for package perl-Net-HTTP
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Net-HTTP
%define cpan_name Net-HTTP
Summary:Low-level HTTP connection (client)
Version:6.00
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Net-HTTP/
Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Compress::Raw::Zlib)
BuildRequires:  perl(IO::Compress::Gzip)
BuildRequires:  perl(IO::Select)
BuildRequires:  perl(IO::Socket::INET)
Requires:   perl(Compress::Raw::Zlib)
Requires:   perl(IO::Compress::Gzip)
Requires:   perl(IO::Select)
Requires:   perl(IO::Socket::INET)
%{perl_requires}
Recommends: perl(IO::Socket::SSL) >= 1.38

%description
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
'Net::HTTP' class represents a connection to an HTTP server. The HTTP
protocol is described in RFC 2616. The 'Net::HTTP' class supports
'HTTP/1.0' and 'HTTP/1.1'.

'Net::HTTP' is a sub-class of 'IO::Socket::INET'. You can mix the methods
described below with reading and writing from the socket directly. This is
not necessary a good idea, unless you know what you are doing.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org