Hello community, here is the log from the commit of package perl-HTTP-Cookies for openSUSE:Factory checked in at 2012-02-17 12:07:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Cookies (Old) and /work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Cookies", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTTP-Cookies/perl-HTTP-Cookies.changes 2011-09-23 12:37:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-HTTP-Cookies.new/perl-HTTP-Cookies.changes 2012-02-17 12:07:47.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 16 21:12:18 UTC 2012 - [email protected] + +- updated to 6.01 + * Restore 5.8.1 compatiblity. + +------------------------------------------------------------------- Old: ---- HTTP-Cookies-6.00.tar.gz New: ---- HTTP-Cookies-6.01.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTTP-Cookies.spec ++++++ --- /var/tmp/diff_new_pack.B9iucK/_old 2012-02-17 12:07:48.000000000 +0100 +++ /var/tmp/diff_new_pack.B9iucK/_new 2012-02-17 12:07:48.000000000 +0100 @@ -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 @@ 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 @@ %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 ++++++ HTTP-Cookies-6.00.tar.gz -> HTTP-Cookies-6.01.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Cookies-6.00/Changes new/HTTP-Cookies-6.01/Changes --- old/HTTP-Cookies-6.00/Changes 2011-02-27 23:54:54.000000000 +0100 +++ new/HTTP-Cookies-6.01/Changes 2012-02-15 23:14:14.000000000 +0100 @@ -1,4 +1,11 @@ _______________________________________________________________________________ +2011-02-15 HTTP-Cookies 6.01 + +Restore 5.8.1 compatiblity. + + + +_______________________________________________________________________________ 2011-02-27 HTTP-Cookies 6.00 Initial release of HTTP-Cookies as a separate distribution. There are no code diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Cookies-6.00/META.yml new/HTTP-Cookies-6.01/META.yml --- old/HTTP-Cookies-6.00/META.yml 2011-02-27 23:55:34.000000000 +0100 +++ new/HTTP-Cookies-6.01/META.yml 2012-02-15 23:16:13.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: HTTP-Cookies -version: 6.00 +version: 6.01 abstract: HTTP cookie jars author: - Gisle Aas <[email protected]> @@ -13,16 +13,16 @@ requires: HTTP::Date: 6 HTTP::Headers::Util: 6 - perl: 5.008008 + perl: 5.008001 Time::Local: 0 resources: MailingList: mailto:[email protected] - repository: http://github.com/gisle/libwww-perl + repository: http://github.com/gisle/http-cookies no_index: directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.56 +generated_by: ExtUtils::MakeMaker version 6.57_05 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Cookies-6.00/Makefile.PL new/HTTP-Cookies-6.01/Makefile.PL --- old/HTTP-Cookies-6.00/Makefile.PL 2011-02-27 23:53:47.000000000 +0100 +++ new/HTTP-Cookies-6.01/Makefile.PL 2012-02-15 23:15:27.000000000 +0100 @@ -1,6 +1,6 @@ #!perl -w -require 5.008008; +require 5.008001; use strict; use ExtUtils::MakeMaker; @@ -10,7 +10,7 @@ ABSTRACT_FROM => 'lib/HTTP/Cookies.pm', AUTHOR => 'Gisle Aas <[email protected]>', LICENSE => "perl", - MIN_PERL_VERSION => 5.008008, + MIN_PERL_VERSION => 5.008001, PREREQ_PM => { 'HTTP::Date' => 6, 'HTTP::Headers::Util' => 6, @@ -18,7 +18,7 @@ }, META_MERGE => { resources => { - repository => 'http://github.com/gisle/libwww-perl', + repository => 'http://github.com/gisle/http-cookies', MailingList => 'mailto:[email protected]', } }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Cookies-6.00/lib/HTTP/Cookies.pm new/HTTP-Cookies-6.01/lib/HTTP/Cookies.pm --- old/HTTP-Cookies-6.00/lib/HTTP/Cookies.pm 2011-02-27 23:53:53.000000000 +0100 +++ new/HTTP-Cookies-6.01/lib/HTTP/Cookies.pm 2012-02-15 23:13:40.000000000 +0100 @@ -5,7 +5,7 @@ use HTTP::Headers::Util qw(_split_header_words join_header_words); use vars qw($VERSION $EPOCH_OFFSET); -$VERSION = "6.00"; +$VERSION = "6.01"; # Legacy: because "use "HTTP::Cookies" used be the ONLY way # to load the class HTTP::Cookies::Netscape. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
