This commit is contained in:
parent
01afa3e85b
commit
92e57f7c00
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69a743cb0fa16ad7bee5932fefd3e601f14b9b0338816f992bdbe68e76f436a4
|
|
||||||
size 188907
|
|
3
libwww-perl-5.808.tar.bz2
Normal file
3
libwww-perl-5.808.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c054c9578b1b3a52776270eaf1ead0ec1375b31e7b670684d85855b7454069d4
|
||||||
|
size 188635
|
@ -1,4 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 8 10:05:48 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 5.808
|
||||||
|
* Get rid of t/live/validator test. Too much JavaScript madness
|
||||||
|
for it to be a sane LWP test.
|
||||||
|
* bugfixes
|
||||||
|
-------------------------------------------------------------------
|
||||||
Wed Jul 25 15:42:45 CEST 2007 - anicka@suse.cz
|
Wed Jul 25 15:42:45 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
- update to 5.806
|
- update to 5.806
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl (Version 5.806)
|
# spec file for package perl-libwww-perl (Version 5.808)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,18 +12,18 @@
|
|||||||
|
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
|
||||||
Version: 5.806
|
Version: 5.808
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: libwww-perl
|
Provides: libwww-perl
|
||||||
Provides: perl_lw3
|
Provides: perl_lw3
|
||||||
Obsoletes: perl_lw3
|
Obsoletes: perl_lw3
|
||||||
Requires: perl-HTML-Parser perl-HTML-Tagset perl-URI
|
Requires: perl-HTML-Parser perl-HTML-Tagset perl-URI
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Recommends: perl-Crypt-SSLeay
|
Recommends: perl-Crypt-SSLeay
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
URL: http://www.cpan.org/modules/by-module/WWW/
|
Url: http://www.cpan.org/modules/by-module/WWW/
|
||||||
Summary: Modules Providing a World Wide Web API
|
Summary: Modules Providing a World Wide Web API
|
||||||
Source: libwww-perl-%{version}.tar.bz2
|
Source: libwww-perl-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -49,7 +49,6 @@ make
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
#disable test that require network connection
|
#disable test that require network connection
|
||||||
mv t/live/validator.t t/live/validator.tt
|
|
||||||
mv t/live/jigsaw-chunk.t t/live/jigsaw-chunk.tt
|
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.t t/live/jigsaw-md5.tt
|
||||||
mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
mv t/live/jigsaw-md5-get.t t/live/jigsaw-md5-get.tt
|
||||||
@ -80,8 +79,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/LWP
|
%{perl_vendorarch}/auto/LWP
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 08 2007 - anicka@suse.cz
|
||||||
|
- update to 5.808
|
||||||
|
* Get rid of t/live/validator test. Too much JavaScript madness
|
||||||
|
for it to be a sane LWP test.
|
||||||
|
* bugfixes
|
||||||
* Wed Jul 25 2007 - anicka@suse.cz
|
* Wed Jul 25 2007 - anicka@suse.cz
|
||||||
- update to 5.806
|
- update to 5.806
|
||||||
* Added progress callback to LWP::UserAgent.
|
* Added progress callback to LWP::UserAgent.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user