Hello community,
here is the log from the commit of package perl-HTTP-Cookies for
openSUSE:Factory checked in at 2019-11-04 17:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Cookies (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Cookies"
Mon Nov 4 17:01:24 2019 rev:12 rq:742857 version:6.05
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Cookies/perl-HTTP-Cookies.changes
2017-08-21 11:34:12.734058334 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.2990/perl-HTTP-Cookies.changes
2019-11-04 17:01:25.487941380 +0100
@@ -1,0 +2,17 @@
+Fri Oct 25 09:44:16 UTC 2019 - <[email protected]>
+
+- updated to 6.05
+ see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
+
+ 6.05 2019-10-24 02:21:51Z
+ - Fix GH#32 by checking for " as well as ; when splitting. (GH#49)
(colinnewell)
+ - Fix GH#48 update documentation about $version (GH#55) (Dave Menninger)
+ - Fix broken README badge (GH#54) (Alex Peters)
+ - Whenever possible, use an absolute four digit year for Time::Local
(GH#52) (Olaf Alders)
+ - Add test case for Issue #26 (GH#45) (George-NG)
+ - Long numbers (GH#47) (pludlamCVL)
+ - Cookies.pm: die if close on $fh in ->save fails (GH#46) (MCRayRay)
+ - Replace "use vars" with "our" (GH#43) (James Raspass)
+ - Fixed minor typo in the pod for HTTP::Cookies. (GH#39) (Mohammad S
Anwar)
+
+-------------------------------------------------------------------
Old:
----
HTTP-Cookies-6.04.tar.gz
New:
----
HTTP-Cookies-6.05.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Cookies.spec ++++++
--- /var/tmp/diff_new_pack.5otvpC/_old 2019-11-04 17:01:26.519942486 +0100
+++ /var/tmp/diff_new_pack.5otvpC/_new 2019-11-04 17:01:26.531942499 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Cookies
#
-# Copyright (c) 2017 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-HTTP-Cookies
-Version: 6.04
+Version: 6.05
Release: 0
%define cpan_name HTTP-Cookies
Summary: HTTP cookie jars
-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/HTTP-Cookies/
+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
@@ -47,10 +47,10 @@
Cookies are a general mechanism which server side connections can use to
both store and retrieve information on the client side of the connection.
-For more information about cookies refer to
-<URL:http://curl.haxx.se/rfc/cookie_spec.html> and
-<URL:http://www.cookiecentral.com/>. This module also implements the new
-style cookies described in at https://tools.ietf.org/html/rfc2965. The two
+For more information about cookies refer to at
+http://curl.haxx.se/rfc/cookie_spec.html and at
+http://www.cookiecentral.com. This module also implements the new style
+cookies described in at https://tools.ietf.org/html/rfc2965. The two
variants of cookies are supposed to be able to coexist happily.
Instances of the class _HTTP::Cookies_ are able to store a collection of
@@ -62,11 +62,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
++++++ HTTP-Cookies-6.04.tar.gz -> HTTP-Cookies-6.05.tar.gz ++++++
++++ 1780 lines of diff (skipped)