diff --git a/Net-HTTP-6.01.tar.gz b/Net-HTTP-6.01.tar.gz deleted file mode 100644 index 7f97be4..0000000 --- a/Net-HTTP-6.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d883f9b249b16393dc183de04b4e4fed99bb0eb776ab9149d915607c69ea46 -size 13733 diff --git a/Net-HTTP-6.02.tar.gz b/Net-HTTP-6.02.tar.gz new file mode 100644 index 0000000..e9355be --- /dev/null +++ b/Net-HTTP-6.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3692b8b99297ba6cc603a1edb8382b7bc4f1ba2e75d310a9d6e32d7e50110fed +size 14186 diff --git a/perl-Net-HTTP.changes b/perl-Net-HTTP.changes index da1aa74..671ae03 100644 --- a/perl-Net-HTTP.changes +++ b/perl-Net-HTTP.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 13 14:08:41 UTC 2012 - coolo@suse.com + +- updated to 6.02 + * Don't disable blocking method [RT#72580] + * Don't stop on unrecognized Makefile.PL arguments [RT#68337] + * Document Net:HTTPS [RT#71599] + ------------------------------------------------------------------- Mon Aug 29 14:29:41 UTC 2011 - chris@computersalat.de diff --git a/perl-Net-HTTP.spec b/perl-Net-HTTP.spec index 3da6c24..596a2c5 100644 --- a/perl-Net-HTTP.spec +++ b/perl-Net-HTTP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-HTTP # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,32 +16,31 @@ # - Name: perl-Net-HTTP +Version: 6.02 +Release: 0 %define cpan_name Net-HTTP Summary: Low-level HTTP connection (client) -Version: 6.01 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Net-HTTP/ -Source: http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Compress::Raw::Zlib) BuildRequires: perl(IO::Compress::Gzip) -BuildRequires: perl(IO::Select) -BuildRequires: perl(IO::Socket::INET) +#BuildRequires: perl(IO::Socket::SSL) +#BuildRequires: perl(IO::Uncompress::Gunzip) +#BuildRequires: perl(Net::HTTP) +#BuildRequires: perl(Net::HTTP::Methods) +#BuildRequires: perl(Net::HTTPS) +#BuildRequires: perl(Net::SSL) Requires: perl(Compress::Raw::Zlib) Requires: perl(IO::Compress::Gzip) -Requires: perl(IO::Select) -Requires: perl(IO::Socket::INET) -%{perl_requires} -%if 0%{?suse_version} > 1010 Recommends: perl(IO::Socket::SSL) >= 1.38 -%endif +%{perl_requires} %description The 'Net::HTTP' class is a low-level HTTP client. An instance of the @@ -68,11 +67,8 @@ not necessary a good idea, unless you know what you are doing. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog