From 311ffb1e3dfe5eaf76c527559b47576bfc7ae6f09e0a4b52728f60bafc098622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 20 Feb 2012 12:38:23 +0000 Subject: [PATCH] - 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 --- libwww-perl-6.03.tar.gz | 3 --- libwww-perl-6.04.tar.gz | 3 +++ perl-libwww-perl.changes | 17 +++++++++++++++++ perl-libwww-perl.spec | 9 +++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 libwww-perl-6.03.tar.gz create mode 100644 libwww-perl-6.04.tar.gz diff --git a/libwww-perl-6.03.tar.gz b/libwww-perl-6.03.tar.gz deleted file mode 100644 index 3d7e895..0000000 --- a/libwww-perl-6.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af11179badf55dc60cb83e81fac212a74bce959dc9d16d0acfc087493df996fe -size 131485 diff --git a/libwww-perl-6.04.tar.gz b/libwww-perl-6.04.tar.gz new file mode 100644 index 0000000..e1c3a94 --- /dev/null +++ b/libwww-perl-6.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9715e30d814e132925fdf30500595559a2016061914b0e17b025233f975227d +size 132382 diff --git a/perl-libwww-perl.changes b/perl-libwww-perl.changes index 9f86679..bd13205 100644 --- a/perl-libwww-perl.changes +++ b/perl-libwww-perl.changes @@ -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 diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index c794789..47e4490 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -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