Accepting request 561888 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/561888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Message?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2018-01-09 13:34:58 +00:00 committed by Git OBS Bridge
commit 4383dc6c63
4 changed files with 17 additions and 5 deletions

View File

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

3
HTTP-Message-6.14.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 5 13:18:30 UTC 2018 - pmonrealgonzalez@suse.com
- updated to 6.14
- Add some useful examples in HTTP::Request (GH #92)
Batch requests are now explained.
- PUT and PATCH docs updated (GH #84)
- Trim trailing "\r" from status line so message() doesn't
return it (GH #87)
- Bring test coverage of HTTP::Config to 100% (GH #85)
- Add 103 Early Hints to HTTP::Status (GH #94)
-------------------------------------------------------------------
Wed Jun 21 05:46:21 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Message
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,7 +17,7 @@
Name: perl-HTTP-Message
Version: 6.13
Version: 6.14
Release: 0
%define cpan_name HTTP-Message
Summary: HTTP style message (base class)