From ce110532f2bde8016656850a99f4df8c4d9e234a3ff782c8d0b6eea86d876b87 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Jul 2013 09:42:50 +0000 Subject: [PATCH 1/2] - update to 6.05 Karen Etheridge (3): Derive message from status code if it was not provided fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ville Skyttä (3): Spelling fixes. Spelling fix. Gisle Aas (3): Update repo URL With Net::HTTP 6.04 we don't need our own can_read() and sysread override $ENV{HTTP_PROXY} might override our test setup [RT#81381] Vyacheslav Matyukhin (1): fix github url in perldoc Slaven Rezic (1): * Pod is utf-8 Peter Rabbitson (1): Match required perl in Makefile.PL Tom Hukins (1): Fix Github URLs OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=39 --- libwww-perl-6.04.tar.gz | 3 --- libwww-perl-6.05.tar.gz | 3 +++ perl-libwww-perl.changes | 29 +++++++++++++++++++++++++++++ perl-libwww-perl.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 libwww-perl-6.04.tar.gz create mode 100644 libwww-perl-6.05.tar.gz diff --git a/libwww-perl-6.04.tar.gz b/libwww-perl-6.04.tar.gz deleted file mode 100644 index e1c3a94..0000000 --- a/libwww-perl-6.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9715e30d814e132925fdf30500595559a2016061914b0e17b025233f975227d -size 132382 diff --git a/libwww-perl-6.05.tar.gz b/libwww-perl-6.05.tar.gz new file mode 100644 index 0000000..260b5c3 --- /dev/null +++ b/libwww-perl-6.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 +size 132505 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 66dd097..d597a70 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Jul 16 09:42:15 UTC 2013 - coolo@suse.com + +- update to 6.05 + Karen Etheridge (3): + Derive message from status code if it was not provided + fix typo in comment + + Ville Skyttä (3): + Spelling fixes. + Spelling fix. + + Gisle Aas (3): + Update repo URL + With Net::HTTP 6.04 we don't need our own can_read() and sysread override + $ENV{HTTP_PROXY} might override our test setup [RT#81381] + + Vyacheslav Matyukhin (1): + fix github url in perldoc + + Slaven Rezic (1): + * Pod is utf-8 + + Peter Rabbitson (1): + Match required perl in Makefile.PL + + Tom Hukins (1): + Fix Github URLs + ------------------------------------------------------------------- Mon Apr 15 10:22:22 UTC 2013 - idonmez@suse.com diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 7f0726f..ba10a09 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -17,7 +17,7 @@ Name: perl-libwww-perl -Version: 6.04 +Version: 6.05 Release: 0 %define cpan_name libwww-perl Summary: The World-Wide-Web library for Perl From 75686d6b97746e8769722227b5e6e04be8e2c9dbb54321238b7eb9306e1bea24 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Jul 2013 09:49:10 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=40 --- perl-libwww-perl.spec | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index ba10a09..bfacaa4 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -43,18 +43,12 @@ BuildRequires: perl(HTTP::Request) >= 6 BuildRequires: perl(HTTP::Request::Common) >= 6 BuildRequires: perl(HTTP::Response) >= 6 BuildRequires: perl(HTTP::Status) >= 6 -BuildRequires: perl(IO::Select) -BuildRequires: perl(IO::Socket) BuildRequires: perl(LWP::MediaTypes) >= 6 -BuildRequires: perl(MIME::Base64) >= 2.1 -BuildRequires: perl(Net::FTP) >= 2.58 -BuildRequires: perl(Net::HTTP) >= 6 +BuildRequires: perl(Net::HTTP) >= 6.04 BuildRequires: perl(URI) >= 1.10 BuildRequires: perl(URI::Escape) BuildRequires: perl(WWW::RobotRules) >= 6 # -Requires: perl(Digest::MD5) -Requires: perl(Encode) >= 2.12 Requires: perl(Encode::Locale) Requires: perl(File::Listing) >= 6 Requires: perl(HTML::Entities) @@ -67,12 +61,8 @@ Requires: perl(HTTP::Request) >= 6 Requires: perl(HTTP::Request::Common) >= 6 Requires: perl(HTTP::Response) >= 6 Requires: perl(HTTP::Status) >= 6 -Requires: perl(IO::Select) -Requires: perl(IO::Socket) Requires: perl(LWP::MediaTypes) >= 6 -Requires: perl(MIME::Base64) >= 2.1 -Requires: perl(Net::FTP) >= 2.58 -Requires: perl(Net::HTTP) >= 6 +Requires: perl(Net::HTTP) >= 6.04 Requires: perl(URI) >= 1.10 Requires: perl(URI::Escape) Requires: perl(WWW::RobotRules) >= 6 @@ -80,8 +70,7 @@ Requires: perl(WWW::RobotRules) >= 6 Recommends: perl(Authen::NTML) >= 2.12 Recommends: perl(Data::Dump) Recommends: perl(IO::Socket::SSL) >= 1.38 -Recommends: perl(Mozilla::CA) >= 20110101 -Recommends: perl(Net::HTTPS) >= 6 +Recommends: perl(LWP::Protocol::https) >= 6.02 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %{perl_requires} @@ -97,24 +86,22 @@ help you implement simple HTTP servers. %prep %setup -q -n %{cpan_name}-%{version} %patch0 -p1 +find . -type f -print0 | xargs -0 chmod 644 %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -rm -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc AUTHORS Changes README README.SSL talk-to-ourself %attr(755,root,root) %{_bindir}/*