diff --git a/HTTP-Cookies-6.00.tar.gz b/HTTP-Cookies-6.00.tar.gz deleted file mode 100644 index b38cc46..0000000 --- a/HTTP-Cookies-6.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30b5741894696493748336226b91e1a6bda66480f5fa758f5ce10b21f360a81c -size 18718 diff --git a/HTTP-Cookies-6.01.tar.gz b/HTTP-Cookies-6.01.tar.gz new file mode 100644 index 0000000..5b74f60 --- /dev/null +++ b/HTTP-Cookies-6.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20 +size 18751 diff --git a/perl-HTTP-Cookies.changes b/perl-HTTP-Cookies.changes index 83181d5..49269ed 100644 --- a/perl-HTTP-Cookies.changes +++ b/perl-HTTP-Cookies.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 21:12:18 UTC 2012 - coolo@suse.com + +- updated to 6.01 + * Restore 5.8.1 compatiblity. + ------------------------------------------------------------------- Mon Mar 14 13:01:34 UTC 2011 - vcizek@novell.com diff --git a/perl-HTTP-Cookies.spec b/perl-HTTP-Cookies.spec index facabba..1893493 100644 --- a/perl-HTTP-Cookies.spec +++ b/perl-HTTP-Cookies.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Cookies # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,28 @@ # - Name: perl-HTTP-Cookies -Version: 6.00 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 6.01 +Release: 0 %define cpan_name HTTP-Cookies Summary: HTTP cookie jars -Url: http://search.cpan.org/dist/HTTP-Cookies/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz -BuildRequires: perl(HTTP::Date) >= 6 -BuildRequires: perl(HTTP::Headers::Util) >= 6 +Url: http://search.cpan.org/dist/HTTP-Cookies/ +Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz +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) Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Headers::Util) >= 6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -50,6 +53,10 @@ For more information about cookies refer to style cookies described in _RFC 2965_. 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 +to initialize Cookie-headers in _HTTP::Request_ objects. The state of a +_HTTP::Cookies_ object can be saved in and restored from files. %prep %setup -q -n %{cpan_name}-%{version} @@ -66,11 +73,8 @@ supposed to be able to coexist happily. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog