Hello community,
here is the log from the commit of package perl-HTTP-Daemon for
openSUSE:Factory checked in at 2019-07-30 14:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Daemon (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Daemon"
Tue Jul 30 14:02:01 2019 rev:11 rq:719394 version:6.05
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Daemon/perl-HTTP-Daemon.changes
2019-04-04 14:12:46.977309768 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.4126/perl-HTTP-Daemon.changes
2019-07-30 14:02:02.612971082 +0200
@@ -1,0 +2,15 @@
+Sat Jul 27 05:10:35 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 6.05
+ see /usr/share/doc/packages/perl-HTTP-Daemon/Changes
+
+ 6.05 2019-07-26 20:41:05Z
+ - Added the .perltidyrc from the libwww-perl distribution
+ - Tidied the test suite with perltidy
+ - Tidied Daemon.pm
+ - Turned on EOL and tab tests
+ - Removed obvious indirect object syntax in test suite
+ - Added IPv6 support. (GH#24) Thanks, @ppisar and @intrigeri
+ - Added IO::Socket::IP as a prerequisite rather than IO::Socket::INET
+
+-------------------------------------------------------------------
Old:
----
HTTP-Daemon-6.04.tar.gz
New:
----
HTTP-Daemon-6.05.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Daemon.spec ++++++
--- /var/tmp/diff_new_pack.RlxMgx/_old 2019-07-30 14:02:03.616970396 +0200
+++ /var/tmp/diff_new_pack.RlxMgx/_new 2019-07-30 14:02:03.616970396 +0200
@@ -17,14 +17,14 @@
Name: perl-HTTP-Daemon
-Version: 6.04
+Version: 6.05
Release: 0
%define cpan_name HTTP-Daemon
Summary: Simple http server class
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +34,7 @@
BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6
+BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
@@ -43,18 +44,18 @@
Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Response) >= 6
Requires: perl(HTTP::Status) >= 6
+Requires: perl(IO::Socket::IP)
Requires: perl(LWP::MediaTypes) >= 6
%{perl_requires}
%description
Instances of the 'HTTP::Daemon' class are HTTP/1.1 servers that listen on a
socket for incoming requests. The 'HTTP::Daemon' is a subclass of
-'IO::Socket::INET', so you can perform socket operations directly on it
-too.
+'IO::Socket::IP', so you can perform socket operations directly on it too.
The accept() method will return when a connection from a client is
available. The returned value will be an 'HTTP::Daemon::ClientConn' object
-which is another 'IO::Socket::INET' subclass. Calling the get_request()
+which is another 'IO::Socket::IP' subclass. Calling the get_request()
method on this object will read data from the client and return an
'HTTP::Request' object. The ClientConn object also provide methods to send
back various responses.
++++++ HTTP-Daemon-6.04.tar.gz -> HTTP-Daemon-6.05.tar.gz ++++++
++++ 3859 lines of diff (skipped)