1
0

- update to 6.04

Gisle Aas (4):
      Typo fix; envirionment [RT#72386]
      Implement $ua->is_online test
      Add separate option to enable the live jigsaw tests
      Merge pull request #10 from trcjr/master
Theodore Robert Campbell Jr (3):
      now with put and delete helpers
      updated POD
      unit tests for ua->put and ua->delete
Peter Rabbitson (1):
      These modules work with 5.8.1
_______________________________________________________________________________

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=35
This commit is contained in:
Vítězslav Čížek 2012-02-20 12:38:23 +00:00 committed by Git OBS Bridge
parent 4a9ff084d6
commit 311ffb1e3d
4 changed files with 23 additions and 9 deletions

View File

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

3
libwww-perl-6.04.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 20 02:36:32 UTC 2012 - vcizek@suse.com
- update to 6.04
Gisle Aas (4):
Typo fix; envirionment [RT#72386]
Implement $ua->is_online test
Add separate option to enable the live jigsaw tests
Merge pull request #10 from trcjr/master
Theodore Robert Campbell Jr (3):
now with put and delete helpers
updated POD
unit tests for ua->put and ua->delete
Peter Rabbitson (1):
These modules work with 5.8.1
_______________________________________________________________________________
-------------------------------------------------------------------
Mon Oct 17 01:37:09 UTC 2011 - vcizek@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-libwww-perl
#
# 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
@ -18,9 +18,9 @@
Name: perl-libwww-perl
Version: 6.03
Version: 6.04
Release: 1
License: GPL+ or Artistic
License: GPL-1.0+ or Artistic-1.0
%define cpan_name libwww-perl
Summary: The World-Wide-Web library for Perl
Url: http://search.cpan.org/dist/libwww-perl/
@ -105,9 +105,6 @@ 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
%install