From 19740f9ba3cbb1cba3927209d87d7b2618029922aa069a8895e9ca258c429916 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 25 Jul 2014 09:48:30 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent-HTTP?expand=0&rev=12 --- AnyEvent-HTTP-2.15.tar.gz | 3 --- AnyEvent-HTTP-2.21.tar.gz | 3 +++ perl-AnyEvent-HTTP.changes | 14 ++++++++++++++ perl-AnyEvent-HTTP.spec | 10 +++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 AnyEvent-HTTP-2.15.tar.gz create mode 100644 AnyEvent-HTTP-2.21.tar.gz diff --git a/AnyEvent-HTTP-2.15.tar.gz b/AnyEvent-HTTP-2.15.tar.gz deleted file mode 100644 index c813981..0000000 --- a/AnyEvent-HTTP-2.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e1467ad76a6d77bb93426e4db375b2f550e39452ce4ed9173e586987a911f30 -size 27311 diff --git a/AnyEvent-HTTP-2.21.tar.gz b/AnyEvent-HTTP-2.21.tar.gz new file mode 100644 index 0000000..04a846a --- /dev/null +++ b/AnyEvent-HTTP-2.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4b30fe2f1b0f50f39feb72c237a7cc67dfadeb761afcb1ace78f0a6110256e +size 26710 diff --git a/perl-AnyEvent-HTTP.changes b/perl-AnyEvent-HTTP.changes index 976397b..d69b0f5 100644 --- a/perl-AnyEvent-HTTP.changes +++ b/perl-AnyEvent-HTTP.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com + +- updated to 2.21 + - correctly keep body when redirecting POSTs, instead of + deleting them. + + 2.2 Mon Jun 9 01:31:46 CEST 2014 + - connection header was malformed (patch by Raphael Geissert). + - add lots of known idempotent methods from httpbis. + - implement relative location headers (rfc 7231), with fallback on URI. + - add support for status code 308 from rfc 7238. + - recommend URI. + ------------------------------------------------------------------- Mon Jun 3 11:26:23 UTC 2013 - coolo@suse.com diff --git a/perl-AnyEvent-HTTP.spec b/perl-AnyEvent-HTTP.spec index 494af74..c638c72 100644 --- a/perl-AnyEvent-HTTP.spec +++ b/perl-AnyEvent-HTTP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-AnyEvent-HTTP # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: perl-AnyEvent-HTTP -Version: 2.15 +Version: 2.21 Release: 0 %define cpan_name AnyEvent-HTTP Summary: Simple but non-blocking HTTP/HTTPS client @@ -31,13 +31,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(AnyEvent) >= 5.33 BuildRequires: perl(common::sense) >= 3.3 -#BuildRequires: perl(AnyEvent::Handle) -#BuildRequires: perl(AnyEvent::HTTP) -#BuildRequires: perl(AnyEvent::Impl::Perl) -#BuildRequires: perl(AnyEvent::Socket) -#BuildRequires: perl(AnyEvent::Util) Requires: perl(AnyEvent) >= 5.33 Requires: perl(common::sense) >= 3.3 +Recommends: perl(URI) %{perl_requires} %description