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:
parent
1c962637f9
commit
11127c021b
@ -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
3
HTTP-Cookies-6.05.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58e1cd041bfcf33c2ab4140de7a757234809b8cf072afa727a6f3ffe84b66f5d
|
||||||
|
size 40126
|
@ -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
|
Fri Aug 4 05:41:54 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-Cookies
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-HTTP-Cookies
|
||||||
Version: 6.04
|
Version: 6.05
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTTP-Cookies
|
%define cpan_name HTTP-Cookies
|
||||||
Summary: HTTP cookie jars
|
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
|
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
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -47,10 +47,10 @@ about.
|
|||||||
|
|
||||||
Cookies are a general mechanism which server side connections can use to
|
Cookies are a general mechanism which server side connections can use to
|
||||||
both store and retrieve information on the client side of the connection.
|
both store and retrieve information on the client side of the connection.
|
||||||
For more information about cookies refer to
|
For more information about cookies refer to at
|
||||||
<URL:http://curl.haxx.se/rfc/cookie_spec.html> and
|
http://curl.haxx.se/rfc/cookie_spec.html and at
|
||||||
<URL:http://www.cookiecentral.com/>. This module also implements the new
|
http://www.cookiecentral.com. This module also implements the new style
|
||||||
style cookies described in at https://tools.ietf.org/html/rfc2965. The two
|
cookies described in at https://tools.ietf.org/html/rfc2965. The two
|
||||||
variants of cookies are supposed to be able to coexist happily.
|
variants of cookies are supposed to be able to coexist happily.
|
||||||
|
|
||||||
Instances of the class _HTTP::Cookies_ are able to store a collection of
|
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}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user