Accepting request 88232 from devel:languages:perl
- update to 6.03 Ville Skyttä (7): Link updates. Attribute documentation wording improvements. Don't parse robots.txt response content unless it's textual. Decode robots.txt response content before attempting to parse it. RobotUA robots.txt response parsing cleanups. Don't parse HEAD of robots.txt responses. Request handler doc grammar fixes. Gisle Aas (6): Pass on HTTP/1.0 if set as request protocol Remove outdated docs (not touched since 1996 :-) Merge pull request #22 from madsen/RT67947-verify_hostname PERL_LWP_ENV_PROXY tweaks lwp-request didn't respect -H Content-type [RT#70488] lwp-request -H didn't allow repeated headers Christopher J. Madsen (2): verify_hostname defaults to 0 if ssl_opts provided [RT#67947] Test verify_hostname setting Bryan Cardillo (1): Fix expect header support to work with content refs. Moritz Onken (1): add PERL_LWP_ENV_PROXY env variable to enable env_proxy globally _______________________________________________________________________________ OBS-URL: https://build.opensuse.org/request/show/88232 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=32
This commit is contained in:
commit
7794d7e573
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc9b7b38439f0027a5eeab4176f37c317eb9ac58bf7ac97699a64118ea1e9d5
|
||||
size 104006
|
3
libwww-perl-6.03.tar.gz
Normal file
3
libwww-perl-6.03.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af11179badf55dc60cb83e81fac212a74bce959dc9d16d0acfc087493df996fe
|
||||
size 131485
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 01:37:09 UTC 2011 - vcizek@suse.com
|
||||
|
||||
- update to 6.03
|
||||
Ville Skyttä (7):
|
||||
Link updates.
|
||||
Attribute documentation wording improvements.
|
||||
Don't parse robots.txt response content unless it's textual.
|
||||
Decode robots.txt response content before attempting to parse it.
|
||||
RobotUA robots.txt response parsing cleanups.
|
||||
Don't parse HEAD of robots.txt responses.
|
||||
Request handler doc grammar fixes.
|
||||
Gisle Aas (6):
|
||||
Pass on HTTP/1.0 if set as request protocol
|
||||
Remove outdated docs (not touched since 1996 :-)
|
||||
Merge pull request #22 from madsen/RT67947-verify_hostname
|
||||
PERL_LWP_ENV_PROXY tweaks
|
||||
lwp-request didn't respect -H Content-type [RT#70488]
|
||||
lwp-request -H didn't allow repeated headers
|
||||
Christopher J. Madsen (2):
|
||||
verify_hostname defaults to 0 if ssl_opts provided [RT#67947]
|
||||
Test verify_hostname setting
|
||||
Bryan Cardillo (1):
|
||||
Fix expect header support to work with content refs.
|
||||
Moritz Onken (1):
|
||||
add PERL_LWP_ENV_PROXY env variable to enable env_proxy globally
|
||||
_______________________________________________________________________________
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 14:46:47 UTC 2011 - vcizek@novell.com
|
||||
|
||||
|
@ -18,21 +18,18 @@
|
||||
|
||||
|
||||
Name: perl-libwww-perl
|
||||
%define cpan_name libwww-perl
|
||||
Summary: The World-Wide-Web library for Perl
|
||||
Version: 6.02
|
||||
Version: 6.03
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
%define cpan_name libwww-perl
|
||||
Summary: The World-Wide-Web library for Perl
|
||||
Url: http://search.cpan.org/dist/libwww-perl/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE -- disable one perl requires that would be created automatically and we're unable to provide
|
||||
Patch0: disable-ghttp.diff
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(Encode) >= 2.12
|
||||
BuildRequires: perl(Encode::Locale)
|
||||
@ -56,6 +53,7 @@ BuildRequires: perl(Net::HTTP) >= 6
|
||||
BuildRequires: perl(URI) >= 1.10
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(WWW::RobotRules) >= 6
|
||||
BuildRequires: perl-macros
|
||||
#
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(Encode) >= 2.12
|
||||
@ -80,13 +78,15 @@ Requires: perl(Net::HTTP) >= 6
|
||||
Requires: perl(URI) >= 1.10
|
||||
Requires: perl(URI::Escape)
|
||||
Requires: perl(WWW::RobotRules) >= 6
|
||||
%{perl_requires}
|
||||
#
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
The libwww-perl collection is a set of Perl modules which provides a
|
||||
@ -101,14 +101,14 @@ help you implement simple HTTP servers.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__mv} t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt
|
||||
%{__mv} t/live/jigsaw-md5.t t/live/jigsaw-md5.tt
|
||||
%{__mv} t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
||||
%{__make} test
|
||||
mv t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt
|
||||
mv t/live/jigsaw-md5.t t/live/jigsaw-md5.tt
|
||||
mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -116,7 +116,7 @@ help you implement simple HTTP servers.
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
|
Loading…
Reference in New Issue
Block a user