Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTTP-CookieJar for 
openSUSE:Factory checked in at 2021-06-24 18:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-CookieJar (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-CookieJar.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-CookieJar"

Thu Jun 24 18:22:40 2021 rev:2 rq:901658 version:0.012

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-CookieJar/perl-HTTP-CookieJar.changes  
2021-02-03 19:55:28.325656478 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-CookieJar.new.2625/perl-HTTP-CookieJar.changes
        2021-06-24 18:22:59.708944235 +0200
@@ -1,0 +2,14 @@
+Thu Jun 17 03:06:23 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.012
+   see /usr/share/doc/packages/perl-HTTP-CookieJar/Changes
+
+  0.012     2021-06-16 05:34:31-04:00 America/New_York
+      - No changes from 0.011
+  0.011     2021-06-15 19:29:51-04:00 America/New_York (TRIAL RELEASE)
+      [FIXED]
+      - Pushed test cookie expiration dates from 2021 to 2041.
+        If I'm still maintaining this module in 2041, I'll bump
+        them again then.
+
+-------------------------------------------------------------------

Old:
----
  HTTP-CookieJar-0.010.tar.gz

New:
----
  HTTP-CookieJar-0.012.tar.gz

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

Other differences:
------------------
++++++ perl-HTTP-CookieJar.spec ++++++
--- /var/tmp/diff_new_pack.QUWt8f/_old  2021-06-24 18:23:00.144944719 +0200
+++ /var/tmp/diff_new_pack.QUWt8f/_new  2021-06-24 18:23:00.148944723 +0200
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name HTTP-CookieJar
 Name:           perl-HTTP-CookieJar
-Version:        0.010
+Version:        0.012
 Release:        0
-%define cpan_name HTTP-CookieJar
 Summary:        Minimalist HTTP user agent cookie jar
 License:        Apache-2.0
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTTP::Date)
@@ -59,11 +57,11 @@
 is available as HTTP::CookieJar::LWP.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -74,7 +72,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes CONTRIBUTING.mkdn README
 %license LICENSE
 

++++++ HTTP-CookieJar-0.010.tar.gz -> HTTP-CookieJar-0.012.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/Changes 
new/HTTP-CookieJar-0.012/Changes
--- old/HTTP-CookieJar-0.010/Changes    2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/Changes    2021-06-16 11:34:39.000000000 +0200
@@ -1,5 +1,17 @@
 Revision history for HTTP-CookieJar
 
+0.012     2021-06-16 05:34:31-04:00 America/New_York
+
+    - No changes from 0.011
+
+0.011     2021-06-15 19:29:51-04:00 America/New_York (TRIAL RELEASE)
+
+    [FIXED]
+
+    - Pushed test cookie expiration dates from 2021 to 2041.
+      If I'm still maintaining this module in 2041, I'll bump
+      them again then.
+
 0.010     2020-09-20 11:28:49-04:00 America/New_York
 
     - No changes from 0.009
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/MANIFEST 
new/HTTP-CookieJar-0.012/MANIFEST
--- old/HTTP-CookieJar-0.010/MANIFEST   2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/MANIFEST   2021-06-16 11:34:39.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.020.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
@@ -25,10 +25,10 @@
 tidyall.ini
 xt/author/00-compile.t
 xt/author/critic.t
+xt/author/distmeta.t
 xt/author/minimum-version.t
 xt/author/pod-coverage.t
 xt/author/pod-spell.t
 xt/author/pod-syntax.t
 xt/author/portability.t
 xt/author/test-version.t
-xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/META.json 
new/HTTP-CookieJar-0.012/META.json
--- old/HTTP-CookieJar-0.010/META.json  2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/META.json  2021-06-16 11:34:39.000000000 +0200
@@ -4,7 +4,7 @@
       "David Golden <dagol...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "apache_2_0"
    ],
@@ -90,11 +90,11 @@
    "provides" : {
       "HTTP::CookieJar" : {
          "file" : "lib/HTTP/CookieJar.pm",
-         "version" : "0.010"
+         "version" : "0.012"
       },
       "HTTP::CookieJar::LWP" : {
          "file" : "lib/HTTP/CookieJar/LWP.pm",
-         "version" : "0.010"
+         "version" : "0.012"
       }
    },
    "release_status" : "stable",
@@ -109,15 +109,15 @@
          "web" : "https://github.com/dagolden/HTTP-CookieJar";
       }
    },
-   "version" : "0.010",
+   "version" : "0.012",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Dan Book <gri...@grinnz.com>",
       "David Golden <x...@xdg.me>",
       "jvolkening <j...@base2bio.com>"
    ],
-   "x_generated_by_perl" : "v5.32.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+   "x_generated_by_perl" : "v5.34.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
    "x_spdx_expression" : "Apache-2.0"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/META.yml 
new/HTTP-CookieJar-0.012/META.yml
--- old/HTTP-CookieJar-0.010/META.yml   2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/META.yml   2021-06-16 11:34:39.000000000 +0200
@@ -16,7 +16,7 @@
   ExtUtils::MakeMaker: '6.17'
   perl: '5.008001'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 
2.150010'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,10 +33,10 @@
 provides:
   HTTP::CookieJar:
     file: lib/HTTP/CookieJar.pm
-    version: '0.010'
+    version: '0.012'
   HTTP::CookieJar::LWP:
     file: lib/HTTP/CookieJar/LWP.pm
-    version: '0.010'
+    version: '0.012'
 recommends:
   Mozilla::PublicSuffix: '0'
 requires:
@@ -51,12 +51,12 @@
   bugtracker: https://github.com/dagolden/HTTP-CookieJar/issues
   homepage: https://github.com/dagolden/HTTP-CookieJar
   repository: https://github.com/dagolden/HTTP-CookieJar.git
-version: '0.010'
+version: '0.012'
 x_authority: cpan:DAGOLDEN
 x_contributors:
   - 'Dan Book <gri...@grinnz.com>'
   - 'David Golden <x...@xdg.me>'
   - 'jvolkening <j...@base2bio.com>'
-x_generated_by_perl: v5.32.0
+x_generated_by_perl: v5.34.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/Makefile.PL 
new/HTTP-CookieJar-0.012/Makefile.PL
--- old/HTTP-CookieJar-0.010/Makefile.PL        2020-09-20 17:28:56.000000000 
+0200
+++ new/HTTP-CookieJar-0.012/Makefile.PL        2021-06-16 11:34:39.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.020.
 use strict;
 use warnings;
 
@@ -34,7 +34,7 @@
     "URI" => 0,
     "lib" => 0
   },
-  "VERSION" => "0.010",
+  "VERSION" => "0.012",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/README 
new/HTTP-CookieJar-0.012/README
--- old/HTTP-CookieJar-0.010/README     2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/README     2021-06-16 11:34:39.000000000 +0200
@@ -2,7 +2,7 @@
     HTTP::CookieJar - A minimalist HTTP user agent cookie jar
 
 VERSION
-    version 0.010
+    version 0.012
 
 SYNOPSIS
       use HTTP::CookieJar;
@@ -166,6 +166,20 @@
 
     *   Mojo::UserAgent::CookieJar
 
+SUPPORT
+  Bugs / Feature Requests
+    Please report any bugs or feature requests through the issue tracker at
+    <https://github.com/dagolden/HTTP-CookieJar/issues>. You will be
+    notified automatically of any progress on your issue.
+
+  Source Code
+    This is open source software. The code repository is available for
+    public review and contribution under the terms of the license.
+
+    <https://github.com/dagolden/HTTP-CookieJar>
+
+      git clone https://github.com/dagolden/HTTP-CookieJar.git
+
 AUTHOR
     David Golden <dagol...@cpan.org>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/cpanfile 
new/HTTP-CookieJar-0.012/cpanfile
--- old/HTTP-CookieJar-0.010/cpanfile   2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/cpanfile   2021-06-16 11:34:39.000000000 +0200
@@ -1,4 +1,4 @@
-# This file is generated by Dist::Zilla::Plugin::CPANFile v6.015
+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.020
 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
 
 requires "Carp" => "0";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/lib/HTTP/CookieJar/LWP.pm 
new/HTTP-CookieJar-0.012/lib/HTTP/CookieJar/LWP.pm
--- old/HTTP-CookieJar-0.010/lib/HTTP/CookieJar/LWP.pm  2020-09-20 
17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/lib/HTTP/CookieJar/LWP.pm  2021-06-16 
11:34:39.000000000 +0200
@@ -4,7 +4,7 @@
 
 package HTTP::CookieJar::LWP;
 # ABSTRACT: LWP adapter for HTTP::CookieJar
-our $VERSION = '0.010';
+our $VERSION = '0.012';
 
 use parent 'HTTP::CookieJar';
 
@@ -88,7 +88,7 @@
 
 =head1 VERSION
 
-version 0.010
+version 0.012
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/lib/HTTP/CookieJar.pm 
new/HTTP-CookieJar-0.012/lib/HTTP/CookieJar.pm
--- old/HTTP-CookieJar-0.010/lib/HTTP/CookieJar.pm      2020-09-20 
17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/lib/HTTP/CookieJar.pm      2021-06-16 
11:34:39.000000000 +0200
@@ -4,7 +4,7 @@
 
 package HTTP::CookieJar;
 # ABSTRACT: A minimalist HTTP user agent cookie jar
-our $VERSION = '0.010';
+our $VERSION = '0.012';
 
 use Carp       ();
 use HTTP::Date ();
@@ -388,7 +388,7 @@
 
 =head1 VERSION
 
-version 0.010
+version 0.012
 
 =head1 SYNOPSIS
 
@@ -598,6 +598,25 @@
 
 =back
 
+=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc 
mailto metadata placeholders metacpan
+
+=head1 SUPPORT
+
+=head2 Bugs / Feature Requests
+
+Please report any bugs or feature requests through the issue tracker
+at L<https://github.com/dagolden/HTTP-CookieJar/issues>.
+You will be notified automatically of any progress on your issue.
+
+=head2 Source Code
+
+This is open source software.  The code repository is available for
+public review and contribution under the terms of the license.
+
+L<https://github.com/dagolden/HTTP-CookieJar>
+
+  git clone https://github.com/dagolden/HTTP-CookieJar.git
+
 =head1 AUTHOR
 
 David Golden <dagol...@cpan.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/t/examples.t 
new/HTTP-CookieJar-0.012/t/examples.t
--- old/HTTP-CookieJar-0.010/t/examples.t       2020-09-20 17:28:56.000000000 
+0200
+++ new/HTTP-CookieJar-0.012/t/examples.t       2021-06-16 11:34:39.000000000 
+0200
@@ -38,7 +38,7 @@
 
 subtest "expiration" => sub {
     $jar->clear;
-    $jar->add( $req, "lang=en-US; Expires=Wed, 09 Jun 2021 10:18:14 GMT" );
+    $jar->add( $req, "lang=en-US; Expires=Sun, 09 Jun 2041 10:18:14 GMT" );
     is( $jar->cookie_header($req), "lang=en-US" );
     $jar->add( $req, "lang=; Expires=Sun, 06 Nov 1994 08:49:37 GMT" );
     is( $jar->cookie_header($req), "" );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/t/parse.t 
new/HTTP-CookieJar-0.012/t/parse.t
--- old/HTTP-CookieJar-0.010/t/parse.t  2020-09-20 17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/t/parse.t  2021-06-16 11:34:39.000000000 +0200
@@ -83,19 +83,19 @@
         }
     },
     {
-        cookie => "lang=en-US; Expires = Wed, 09 Jun 2021 10:18:14 GMT",
+        cookie => "lang=en-US; Expires = Sun, 09 Jun 2041 10:18:14 GMT",
         parse  => {
             name    => "lang",
             value   => "en-US",
-            expires => 1623233894,
+            expires => 2254385894,
         }
     },
     {
-        cookie => "lang=en-US; Expires = Wed, 09 Jun 2021 10:18:14 GMT; 
Max-Age=3600",
+        cookie => "lang=en-US; Expires = Sun, 09 Jun 2041 10:18:14 GMT; 
Max-Age=3600",
         parse  => {
             name      => "lang",
             value     => "en-US",
-            expires   => 1623233894,
+            expires   => 2254385894,
             'max-age' => 3600,
         }
     },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/xt/author/distmeta.t 
new/HTTP-CookieJar-0.012/xt/author/distmeta.t
--- old/HTTP-CookieJar-0.010/xt/author/distmeta.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/HTTP-CookieJar-0.012/xt/author/distmeta.t       2021-06-16 
11:34:39.000000000 +0200
@@ -0,0 +1,6 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
+
+use Test::CPAN::Meta;
+
+meta_yaml_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-CookieJar-0.010/xt/release/distmeta.t 
new/HTTP-CookieJar-0.012/xt/release/distmeta.t
--- old/HTTP-CookieJar-0.010/xt/release/distmeta.t      2020-09-20 
17:28:56.000000000 +0200
+++ new/HTTP-CookieJar-0.012/xt/release/distmeta.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
-
-use Test::CPAN::Meta;
-
-meta_yaml_ok();

Reply via email to