Accepting request 742844 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/742844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Cookies?expand=0&rev=8
This commit is contained in:
Pedro Monreal Gonzalez 2019-10-25 11:51:42 +00:00 committed by Git OBS Bridge
parent 1c962637f9
commit 11127c021b
4 changed files with 32 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4
size 39502

3
HTTP-Cookies-6.05.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58e1cd041bfcf33c2ab4140de7a757234809b8cf072afa727a6f3ffe84b66f5d
size 40126

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 25 09:44:16 UTC 2019 - <timueller+perl@suse.de>
- 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)
-------------------------------------------------------------------
Fri Aug 4 05:41:54 UTC 2017 - coolo@suse.com

View File

@ -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 @@ about.
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 @@ _HTTP::Cookies_ object can be saved in and restored from files.
%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