diff --git a/HTTP-Cookies-6.01.tar.gz b/HTTP-Cookies-6.01.tar.gz deleted file mode 100644 index 5b74f60..0000000 --- a/HTTP-Cookies-6.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20 -size 18751 diff --git a/HTTP-Cookies-6.03.tar.gz b/HTTP-Cookies-6.03.tar.gz new file mode 100644 index 0000000..37f79e2 --- /dev/null +++ b/HTTP-Cookies-6.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05051f2761832317554b0be4b74012c35fd278f6af2c9d218f055e0de891457c +size 33669 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-HTTP-Cookies.changes b/perl-HTTP-Cookies.changes index 49269ed..686ffa9 100644 --- a/perl-HTTP-Cookies.changes +++ b/perl-HTTP-Cookies.changes @@ -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 diff --git a/perl-HTTP-Cookies.spec b/perl-HTTP-Cookies.spec index 1893493..9bafb37 100644 --- a/perl-HTTP-Cookies.spec +++ b/perl-HTTP-Cookies.spec @@ -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 and . 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