Accepting request 486137 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Cookies?expand=0&rev=10
This commit is contained in:
Yuchen Lin 2017-04-11 10:41:49 +00:00 committed by Git OBS Bridge
commit 11c39d02b8
5 changed files with 49 additions and 14 deletions

View File

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

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

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

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 4 05:54:13 UTC 2017 - coolo@suse.com
- updated to 6.03
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
-------------------------------------------------------------------
Thu Feb 16 21:12:18 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Cookies
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -17,27 +17,27 @@
Name: perl-HTTP-Cookies
Version: 6.01
Version: 6.03
Release: 0
%define cpan_name HTTP-Cookies
Summary: HTTP cookie jars
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Cookies/
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Date) >= 6
BuildRequires: perl(HTTP::Headers::Util) >= 6
#BuildRequires: perl(HTTP::Cookies)
#BuildRequires: perl(HTTP::Cookies::Netscape)
#BuildRequires: perl(HTTP::Request)
#BuildRequires: perl(HTTP::Response)
#BuildRequires: perl(URI)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(URI)
Requires: perl(HTTP::Date) >= 6
Requires: perl(HTTP::Headers::Util) >= 6
Requires: perl(HTTP::Request)
%{perl_requires}
%description
@ -50,8 +50,8 @@ 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 _RFC 2965_. The two variants of cookies are
supposed to be able to coexist happily.
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
Set-Cookie2: and Set-Cookie: headers and are able to use this information
@ -75,6 +75,7 @@ _HTTP::Cookies_ object can be saved in and restored from files.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes CONTRIBUTORS README.md
%license LICENSE
%changelog