1
0
OBS User unknown 2007-10-08 10:27:45 +00:00 committed by Git OBS Bridge
parent 01afa3e85b
commit 92e57f7c00
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69a743cb0fa16ad7bee5932fefd3e601f14b9b0338816f992bdbe68e76f436a4
size 188907

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c054c9578b1b3a52776270eaf1ead0ec1375b31e7b670684d85855b7454069d4
size 188635

View File

@ -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
- update to 5.806

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -12,18 +12,18 @@
Name: perl-libwww-perl
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
Version: 5.806
Version: 5.808
Release: 1
Provides: libwww-perl
Provides: perl_lw3
Obsoletes: perl_lw3
Requires: perl-HTML-Parser perl-HTML-Tagset perl-URI
Requires: perl = %{perl_version}
Recommends: perl-Crypt-SSLeay
Autoreqprov: on
Recommends: perl-Crypt-SSLeay
AutoReqProv: on
Group: Development/Libraries/Perl
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
Source: libwww-perl-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -49,7 +49,6 @@ make
%check
#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-md5.t t/live/jigsaw-md5.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
%{_bindir}/*
/var/adm/perl-modules/%{name}
%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
- update to 5.806
* Added progress callback to LWP::UserAgent.