commit perl-HTTP-Lite for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2015-04-15 16:25:39

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2014-03-09 18:38:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2015-04-15 16:25:40.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 20:48:26 UTC 2015 - co...@suse.com
+
+- updated to 2.44
+   see /usr/share/doc/packages/perl-HTTP-Lite/Changes
+
+  2.44 2015-03-11 NEILB
+  - Switched to Dist::Zilla
+
+---

Old:

  HTTP-Lite-2.43.tar.gz

New:

  HTTP-Lite-2.44.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.71ya6v/_old  2015-04-15 16:25:40.0 +0200
+++ /var/tmp/diff_new_pack.71ya6v/_new  2015-04-15 16:25:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Lite
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.43
+Version:2.44
 Release:0
 %define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation

++ HTTP-Lite-2.43.tar.gz - HTTP-Lite-2.44.tar.gz ++
 3340 lines of diff (skipped)




commit perl-HTTP-Lite for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2014-03-09 18:38:30

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2013-07-30 12:02:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2014-03-09 18:38:31.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  7 09:28:11 UTC 2014 - co...@suse.com
+
+- updated to 2.43
+ - Directed people to HTTP::Tiny and LWP at the start of the doc
+ - Added links to better modules in SEE ALSO
+ - Added use warnings (!)
+ - Moved test.pl into t/original-tests.t
+
+---

Old:

  HTTP-Lite-2.42.tar.gz

New:

  HTTP-Lite-2.43.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.qqNVO2/_old  2014-03-09 18:38:32.0 +0100
+++ /var/tmp/diff_new_pack.qqNVO2/_new  2014-03-09 18:38:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Lite
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.42
+Version:2.43
 Release:0
 %define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation
@@ -29,18 +29,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(HTTP::Lite)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(inc::Module::Install::DSL) = 1.00
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
+*Note:* you should look at the HTTP::Tiny manpage or the LWP manpage before
+using this module.
+
 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl.
 It is not intended as a replacement for the fully-featured LWP module.
 Instead, it is intended for use in situations where it is desirable to

++ HTTP-Lite-2.42.tar.gz - HTTP-Lite-2.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/Changes new/HTTP-Lite-2.43/Changes
--- old/HTTP-Lite-2.42/Changes  2013-07-22 14:47:21.0 +0200
+++ new/HTTP-Lite-2.43/Changes  2014-01-29 11:38:04.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl module HTTP::Lite
 
+2.43 2014-01-29
+- Directed people to HTTP::Tiny and LWP at the start of the doc
+- Added links to better modules in SEE ALSO
+- Added use warnings (!)
+- Moved test.pl into t/original-tests.t
+
 2.42 2013-07-21
 - Fixed typos reported by David Steinbrunner (thanks!)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/MANIFEST new/HTTP-Lite-2.43/MANIFEST
--- old/HTTP-Lite-2.42/MANIFEST 2012-07-10 22:47:53.0 +0200
+++ new/HTTP-Lite-2.43/MANIFEST 2014-01-29 11:36:23.0 +0100
@@ -14,6 +14,7 @@
 MANIFEST   This list of files
 META.yml
 README
+t/original-tests.t
 t/data/HTTP-Lite-Tests/bigbinary.dat
 t/data/HTTP-Lite-Tests/bigbinary.dat.md5
 t/data/HTTP-Lite-Tests/bigtest.txt
@@ -28,7 +29,6 @@
 t/data/HTTP-Lite-Tests/post.cgi
 t/data/HTTP-Lite-Tests/test.txt
 t/data/HTTP-Lite-Tests/unchunked.html
-test.pl
 xt/meta.t
 xt/pmv.t
 xt/pod.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/lib/HTTP/Lite.pm 
new/HTTP-Lite-2.43/lib/HTTP/Lite.pm
--- old/HTTP-Lite-2.42/lib/HTTP/Lite.pm 2013-07-22 14:45:32.0 +0200
+++ new/HTTP-Lite-2.43/lib/HTTP/Lite.pm 2014-01-29 11:35:29.0 +0100
@@ -2,13 +2,14 @@
 
 use 5.005;
 use strict;
+use warnings;
 use Socket 1.3;
 use Fcntl;
 use Errno qw(EAGAIN);
 
 use vars qw($VERSION);
 BEGIN {
-   $VERSION = 2.42;
+   $VERSION = 2.43;
 }
 
 my $BLOCKSIZE = 65536;
@@ -776,6 +777,9 @@
 
 =head1 DESCRIPTION
 
+BNote: you should look at LHTTP::Tiny or LLWP
+before using this module.
+
 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
 for perl.  It is not intended as a replacement for the
 fully-featured LWP module.  Instead, it is intended for use in
@@ -1045,12 

commit perl-HTTP-Lite for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2013-07-30 12:02:29

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2013-06-06 12:20:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2013-07-30 12:02:30.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:42 UTC 2013 - co...@suse.com
+
+- updated to 2.42
+- Fixed typos reported by David Steinbrunner (thanks!)
+- Reformatted this file according to CPAN::Changes::Spec
+
+---

Old:

  HTTP-Lite-2.4.tar.gz

New:

  HTTP-Lite-2.42.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.chRBXi/_old  2013-07-30 12:02:31.0 +0200
+++ /var/tmp/diff_new_pack.chRBXi/_new  2013-07-30 12:02:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.4
+Version:2.42
 Release:0
 %define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation

++ HTTP-Lite-2.4.tar.gz - HTTP-Lite-2.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.4/Changes new/HTTP-Lite-2.42/Changes
--- old/HTTP-Lite-2.4/Changes   2012-07-20 01:39:21.0 +0200
+++ new/HTTP-Lite-2.42/Changes  2013-07-22 14:47:21.0 +0200
@@ -1,4 +1,10 @@
-Revision history for Perl extension HTTP::Lite.
+Revision history for Perl module HTTP::Lite
+
+2.42 2013-07-21
+- Fixed typos reported by David Steinbrunner (thanks!)
+
+2.41 2013-07-20
+- Reformatted this file according to CPAN::Changes::Spec
 
 2.4 2012-07-20
 - Fixed RT #13791, which meant you couldn't request http://foobar.com --
@@ -10,12 +16,12 @@
 - Documentation tidy-up
 - Neil Bowers (NEILB) granted co-maint by Adam (thanks)
 
-2.3 Tue 14 Dec 2010
+2.3 2010-12-14
- No functional changes
- Updated Module::Install to 1.00
- Updated author tests and moved to xt directory
 
-2.2 Thu  1 Oct 2009
+2.2 2009-10-01
- Moved Lite.pm into lib directory
- Reversed the Changes file order to reverse chronological
- Moved to Makefile.PL to Module::Install to autodetect more things
@@ -27,17 +33,17 @@
  without the use of something like version.pm isn't strictly
  allowed.
 
-2.1.6 Wed Jan 21 16:54:31 2004
+2.1.6 2004-01-21
- Fixed User-Agent header problem
- Fixed lowercase header bugs
- Thanks goes to contributed patches by various people
 
-2.1.5 Sun Oct  5 20:55:00 2003
+2.1.5 2003-10-05
- Fixed duplicate my in method()
- Added default content-type for posts
- header_at_once mode, patch submitted by Roman Radaschutz
 
-2.1.3 Mon Feb 10 16:15:00 2002
+2.1.3 2002-02-10
- Documentation fixes
- Fixed large write bug in http_write
- Documented callback system
@@ -45,11 +51,11 @@
- Added method setting to allow use of any request method (GET, PUT,
  POST, HEAD)
 
-2.1.1 Thu Jun 13 15:55:00 2002
+2.1.1 2002-06-13
- Documentation fix
- Compatibility fix for 5.005
 
-2.1.0 Tue Jun 12 17:50:00 2002   MAJOR UPDATE
+2.1.0 2002-06-12
- Added a callback hook to request() to allow handling of very large
   files and to allow filtering of content.
- Rewrote significant parts of the code to use references instead
@@ -65,16 +71,15 @@
- Changed filehandle names to be $url.time()
- Eliminated all -w warnings
 
-1.0.2 Tue Jun 11 15:30:00 2002
+1.0.2 2002-06-11
- Fixed a few errors in the distribution including missing
  test files.
 
-
-1.0.1 Tue Jun 11 15:30:00 2002
+1.0.1 2002-06-11
- Changed default protocol to HTTP/1.0 and added a switch to
  activate HTTP/1.1 protocol.
 
-1.0.0 Tue Jan  8 19:42:00 2002
+1.0.0 2002-01-08
- Fixed bug where content-type was always set to only set it has not
  yet been set.
  Thanks to Rui Miguel Seabra r...@multicert.com
@@ -85,14 +90,15 @@
   side-effect is that timeouts do not work in Win32.
  Thanks to Andrew Brown andrew_br...@adc.com
 
-0.2.5 Thu Dec 21 13:09:00 2000
+0.2.5 2000-12-21
- fixed minor bug with MIME type provided for posts to be
  x-www-form-urlencoded, as reported by 
  Tobias Kunze tobias.ku...@horz.de
 
-0.03  Sat Sep  9 14:05:00 2000
+0.03 2000-09-09
 - fixed two minor bugs as found and reported by Marcus I. Ryan
   

commit perl-HTTP-Lite for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2013-06-06 12:20:40

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2012-02-14 13:09:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2013-06-06 12:20:41.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  5 07:26:33 UTC 2013 - co...@suse.com
+
+- updated to 2.4
+   - Fixed RT #13791, which meant you couldn't request http://foobar.com --
+ had to have to trailing slash on the URL.
+   - Don't add request header if value passed is undef (RT #4546).
+   - Fixed bug where writing the request can get stuck in a loop.
+ Bug reported by Florian Kirchmeir. Fix based on Florian's patch.
+   - RT #35360 fixed (fix included in report).
+   - Documentation tidy-up
+   - Neil Bowers (NEILB) granted co-maint by Adam (thanks)
+
+---

Old:

  HTTP-Lite-2.3.tar.gz

New:

  HTTP-Lite-2.4.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.Sot0Gq/_old  2013-06-06 12:20:41.0 +0200
+++ /var/tmp/diff_new_pack.Sot0Gq/_new  2013-06-06 12:20:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Lite
 #
-# 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,63 +17,72 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.3
+Version:2.4
 Release:0
+%define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/HTTP-Lite-%{version}.tar.gz
-Url:http://search.cpan.org/dist/HTTP-Lite
+Url:http://search.cpan.org/dist/HTTP-Lite/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   perl = %{perl_version}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+#BuildRequires: perl(HTTP::Lite)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(inc::Module::Install::DSL) = 1.00
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
+%{perl_requires}
 
 %description
-HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
-for perl.
-
-It is not intended as a replacement for the fully-features LWP module. Instead,
-it is intended for use in situations where it is desirable to install the
-minimal number of modules to achieve HTTP support, or where LWP is not a good
-candidate due to CPU overhead, such as slower processors.
-
+HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl.
+It is not intended as a replacement for the fully-featured LWP module.
+Instead, it is intended for use in situations where it is desirable to
+install the minimal number of modules to achieve HTTP support, or where LWP
+is not a good candidate due to CPU overhead, such as slower processors.
 HTTP::Lite is also significantly faster than LWP.
 
 HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for
-redistribution with larger packages where only HTTP GET and POST functionality
-are necessary.
+redistribution with larger packages where only HTTP GET and POST
+functionality are necessary.
+
+HTTP::Lite supports basic POST and GET operations only. As of 0.2.1,
+HTTP::Lite supports HTTP/1.1 and is compliant with the Host header,
+necessary for name based virtual hosting. Additionally, HTTP::Lite now
+supports Proxies.
+
+As of 2.0.0 HTTP::Lite now supports a callback to allow processing of
+request data as it arrives. This is useful for handling very large files
+without consuming memory.
+
+If you require more functionality, such as FTP or HTTPS, please see
+libwwwperl (LWP). LWP is a significantly better and more comprehensive
+package than HTTP::Lite, and should be used instead of HTTP::Lite whenever
+possible.
 
 %prep
-%setup -q -n HTTP-Lite-%{version}
-%__sed -i '/^auto_install/d'