Hello community,

here is the log from the commit of package perl-HTTP-Cookies for 
openSUSE:Factory checked in at 2019-11-21 12:56:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Cookies (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Cookies"

Thu Nov 21 12:56:48 2019 rev:14 rq:749465 version:6.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Cookies/perl-HTTP-Cookies.changes      
2019-11-17 19:21:05.822918421 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new.26869/perl-HTTP-Cookies.changes
   2019-11-21 12:56:48.406562275 +0100
@@ -1,0 +2,9 @@
+Tue Nov 19 08:32:40 UTC 2019 -  <[email protected]>
+
+- updated to 6.07
+   see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
+
+  6.07      2019-11-15 18:11:42Z
+      - Fix t/issue32.t on old perl versions (GH#59) (Bernhard M. Wiedemann)
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Cookies-6.06.tar.gz

New:
----
  HTTP-Cookies-6.07.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-HTTP-Cookies.spec ++++++
--- /var/tmp/diff_new_pack.wA4eWB/_old  2019-11-21 12:56:49.110562058 +0100
+++ /var/tmp/diff_new_pack.wA4eWB/_new  2019-11-21 12:56:49.114562056 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-HTTP-Cookies
-Version:        6.06
+Version:        6.07
 Release:        0
 %define cpan_name HTTP-Cookies
 Summary:        HTTP cookie jars

++++++ HTTP-Cookies-6.06.tar.gz -> HTTP-Cookies-6.07.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/Changes 
new/HTTP-Cookies-6.07/Changes
--- old/HTTP-Cookies-6.06/Changes       2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/Changes       2019-11-15 19:11:46.000000000 +0100
@@ -1,6 +1,9 @@
 Revision history for HTTP-Cookies.  The HTTP::Cookies module used to be bundled
 with the libwww-perl distribution.
 
+6.07      2019-11-15 18:11:42Z
+    - Fix t/issue32.t on old perl versions (GH#59) (Bernhard M. Wiedemann)
+
 6.06      2019-11-12 14:28:31Z
     - Make test pass in 2025 (GH#56) (Bernhard M. Wiedemann)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/META.json 
new/HTTP-Cookies-6.07/META.json
--- old/HTTP-Cookies-6.06/META.json     2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/META.json     2019-11-15 19:11:46.000000000 +0100
@@ -77,7 +77,7 @@
          "web" : "https://github.com/libwww-perl/HTTP-Cookies";
       }
    },
-   "version" : "6.06",
+   "version" : "6.07",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.030000"
@@ -614,7 +614,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v6.06",
+                  "tag" : "v6.07",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/META.yml 
new/HTTP-Cookies-6.07/META.yml
--- old/HTTP-Cookies-6.06/META.yml      2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/META.yml      2019-11-15 19:11:46.000000000 +0100
@@ -36,7 +36,7 @@
   bugtracker: https://github.com/libwww-perl/HTTP-Cookies/issues
   homepage: https://github.com/libwww-perl/HTTP-Cookies
   repository: https://github.com/libwww-perl/HTTP-Cookies.git
-version: '6.06'
+version: '6.07'
 x_Dist_Zilla:
   perl:
     version: '5.030000'
@@ -451,7 +451,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v6.06
+          tag: v6.07
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/Makefile.PL 
new/HTTP-Cookies-6.07/Makefile.PL
--- old/HTTP-Cookies-6.06/Makefile.PL   2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/Makefile.PL   2019-11-15 19:11:46.000000000 +0100
@@ -33,7 +33,7 @@
     "URI" => 0,
     "warnings" => 0
   },
-  "VERSION" => "6.06",
+  "VERSION" => "6.07",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/README.md 
new/HTTP-Cookies-6.07/README.md
--- old/HTTP-Cookies-6.06/README.md     2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/README.md     2019-11-15 19:11:46.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 6.06
+version 6.07
 
 # SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/lib/HTTP/Cookies/Microsoft.pm 
new/HTTP-Cookies-6.07/lib/HTTP/Cookies/Microsoft.pm
--- old/HTTP-Cookies-6.06/lib/HTTP/Cookies/Microsoft.pm 2019-11-12 
15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/lib/HTTP/Cookies/Microsoft.pm 2019-11-15 
19:11:46.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.06';
+our $VERSION = '6.07';
 
 require HTTP::Cookies;
 our @ISA=qw(HTTP::Cookies);
@@ -244,7 +244,7 @@
 
 =head1 VERSION
 
-version 6.06
+version 6.07
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/lib/HTTP/Cookies/Netscape.pm 
new/HTTP-Cookies-6.07/lib/HTTP/Cookies/Netscape.pm
--- old/HTTP-Cookies-6.06/lib/HTTP/Cookies/Netscape.pm  2019-11-12 
15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/lib/HTTP/Cookies/Netscape.pm  2019-11-15 
19:11:46.000000000 +0100
@@ -2,7 +2,7 @@
 
 use strict;
 
-our $VERSION = '6.06';
+our $VERSION = '6.07';
 
 require HTTP::Cookies;
 our @ISA=qw(HTTP::Cookies);
@@ -75,7 +75,7 @@
 
 =head1 VERSION
 
-version 6.06
+version 6.07
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/lib/HTTP/Cookies.pm 
new/HTTP-Cookies-6.07/lib/HTTP/Cookies.pm
--- old/HTTP-Cookies-6.06/lib/HTTP/Cookies.pm   2019-11-12 15:28:37.000000000 
+0100
+++ new/HTTP-Cookies-6.07/lib/HTTP/Cookies.pm   2019-11-15 19:11:46.000000000 
+0100
@@ -5,7 +5,7 @@
 use HTTP::Headers::Util qw(_split_header_words join_header_words);
 
 our $EPOCH_OFFSET;
-our $VERSION = '6.06';
+our $VERSION = '6.07';
 
 # Legacy: because "use "HTTP::Cookies" used be the ONLY way
 #  to load the class HTTP::Cookies::Netscape.
@@ -673,7 +673,7 @@
 
 =head1 VERSION
 
-version 6.06
+version 6.07
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Cookies-6.06/t/issue32.t 
new/HTTP-Cookies-6.07/t/issue32.t
--- old/HTTP-Cookies-6.06/t/issue32.t   2019-11-12 15:28:37.000000000 +0100
+++ new/HTTP-Cookies-6.07/t/issue32.t   2019-11-15 19:11:46.000000000 +0100
@@ -6,13 +6,15 @@
 use HTTP::Request;
 use HTTP::Response;
 
+my $nextyear = 1901+(gmtime())[5];
+
 my $req  = HTTP::Request->new(GET => "http://example.com";);
-my $resp = HTTP::Response->new(200, 'OK', ['Set-Cookie', q!a="b;c;\\"d"; 
expires=Fri, 06-Nov-2999 08:58:34 GMT; domain=example.com; path=/!]);
+my $resp = HTTP::Response->new(200, 'OK', ['Set-Cookie', q!a="b;c;\\"d"; 
expires=Fri, 06-Nov-! . $nextyear . " 08:58:34 GMT; domain=example.com; 
path=/"]);
 $resp->request($req);
 
 my $c = HTTP::Cookies->new;
 $c->extract_cookies($resp);
-is $c->as_string, 'Set-Cookie3: a="b;c;\"d"; path="/"; domain=example.com; 
path_spec; expires="2999-11-06 08:58:34Z"; version=0' . "\n";
+is $c->as_string, 'Set-Cookie3: a="b;c;\"d"; path="/"; domain=example.com; 
path_spec; expires="' . $nextyear . '-11-06 08:58:34Z"; version=0' . "\n";
 
 # test the implementation of the split function in isolation.
 # should probably name the function better too.


Reply via email to