Accepting request 448954 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/448954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2017-01-10 17:27:25 +00:00 committed by Git OBS Bridge
parent 41c1866f8c
commit eb722bd41d
4 changed files with 16 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 6 06:48:24 UTC 2017 - coolo@suse.com
- updated to 6.12
see /usr/share/doc/packages/perl-Net-HTTP/Changes
6.12 2017-01-04 23:32:54-05:00 America/Toronto
- Fix prereqs
-------------------------------------------------------------------
Thu May 21 08:44:45 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Net-HTTP
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Net-HTTP
Version: 6.09
Version: 6.12
Release: 0
%define cpan_name Net-HTTP
Summary: Low-level HTTP connection (client)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-HTTP/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,7 +36,6 @@ BuildRequires: perl(URI)
Requires: perl(Compress::Raw::Zlib)
Requires: perl(IO::Uncompress::Gunzip)
Requires: perl(URI)
Recommends: perl(IO::Socket::SSL) >= 1.38
%{perl_requires}
%description
@ -68,6 +67,6 @@ doing.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes CONTRIBUTORS LICENSE README.md
%changelog