Accepting request 459150 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/459150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2017-02-20 18:46:45 +00:00 committed by Git OBS Bridge
parent eb722bd41d
commit 32bd1731f9
4 changed files with 16 additions and 6 deletions

View File

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

3
Net-HTTP-6.13.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 20 07:03:48 UTC 2017 - coolo@suse.com
- updated to 6.13
see /usr/share/doc/packages/perl-Net-HTTP/Changes
6.13 2017-02-19 21:40:54-05:00 America/Toronto
- use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 6 06:48:24 UTC 2017 - coolo@suse.com Fri Jan 6 06:48:24 UTC 2017 - coolo@suse.com

View File

@ -17,14 +17,14 @@
Name: perl-Net-HTTP Name: perl-Net-HTTP
Version: 6.12 Version: 6.13
Release: 0 Release: 0
%define cpan_name Net-HTTP %define cpan_name Net-HTTP
Summary: Low-level HTTP connection (client) Summary: Low-level HTTP connection (client)
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-HTTP/ Url: http://search.cpan.org/dist/Net-HTTP/
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -67,6 +67,7 @@ doing.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes CONTRIBUTORS LICENSE README.md %doc Changes CONTRIBUTORS README.md
%license LICENSE
%changelog %changelog