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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes       
2013-07-30 12:02:30.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.chRBXi/_new  2013-07-30 12:02:31.000000000 +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.000000000 +0200
+++ new/HTTP-Lite-2.42/Changes  2013-07-22 14:47:21.000000000 +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"
          <s...@cce-7.cce.iastate.edu>.  See Lite.pm for details.
 
-0.01  Sun Aug 27 21:51:45 2000
+0.01 2000-08-27
        - original version; created by h2xs 1.1.1.2
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.4/lib/HTTP/Lite.pm 
new/HTTP-Lite-2.42/lib/HTTP/Lite.pm
--- old/HTTP-Lite-2.4/lib/HTTP/Lite.pm  2012-07-20 01:39:34.000000000 +0200
+++ new/HTTP-Lite-2.42/lib/HTTP/Lite.pm 2013-07-22 14:45:32.000000000 +0200
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION);
 BEGIN {
-       $VERSION = "2.4";
+       $VERSION = "2.42";
 }
 
 my $BLOCKSIZE = 65536;
@@ -616,7 +616,7 @@
   my $nbytes;
   do {
     $nbytes = syswrite($fh, $line, $size - $total_sent, $total_sent );
-    die $! unless(defined($nbytes) || $!{EAGAIN}); # non-recoverable error 
occured! 
+    die $! unless(defined($nbytes) || $!{EAGAIN}); # non-recoverable error 
occurred! 
     $total_sent += $nbytes;
   } while ($total_sent < $size);
 }
@@ -827,7 +827,7 @@
 success, 300 represent temporary errors, 400 represent permanent
 errors, and 500 represent server errors.
 
-See F<http://www.w3.org/Protocols/HTTP/HTRESP.html> for detailled
+See F<http://www.w3.org/Protocols/HTTP/HTRESP.html> for detailed
 information about HTTP status codes.
 
 The $data_callback parameter, if used, is a way to filter the data as it is
@@ -861,7 +861,7 @@
 
 At various stages of the request, callbacks may be used to modify the
 behaviour or to monitor the status of the request.  These work like the
-$data_callback parameter to request(), but are more verstaile.  Using
+$data_callback parameter to request(), but are more versatile.  Using
 set_callback disables $data_callback in request()
 
 The callbacks are called as: 
@@ -929,7 +929,7 @@
 
 =item body
 
-Returns the body of the document retured by the remote server.
+Returns the body of the document returned by the remote server.
 
 =item headers_array
 

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

Reply via email to