diff --git a/Net-HTTP-6.09.tar.gz b/Net-HTTP-6.09.tar.gz deleted file mode 100644 index 463bb10..0000000 --- a/Net-HTTP-6.09.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52762b939d84806908ba544581c5708375f7938c3c0e496c128ca3fbc425e58d -size 17686 diff --git a/Net-HTTP-6.12.tar.gz b/Net-HTTP-6.12.tar.gz new file mode 100644 index 0000000..b2e6ed7 --- /dev/null +++ b/Net-HTTP-6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8565aff76b3d09084642f3a83c654fb4ced8220e8e19d35c78b661519b4c1be6 +size 29548 diff --git a/perl-Net-HTTP.changes b/perl-Net-HTTP.changes index a3d6090..502913b 100644 --- a/perl-Net-HTTP.changes +++ b/perl-Net-HTTP.changes @@ -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 diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec index 7ebd28e..9a3faf3 100644 --- a/perl-Net-HTTP.spec +++ b/perl-Net-HTTP.spec @@ -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