Accepting request 107361 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/107361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libwww-perl?expand=0&rev=35
This commit is contained in:
commit
71d6857535
@ -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
3
libwww-perl-6.04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9715e30d814e132925fdf30500595559a2016061914b0e17b025233f975227d
|
||||||
|
size 132382
|
@ -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
|
Mon Oct 17 01:37:09 UTC 2011 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 6.03
|
Version: 6.04
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
%define cpan_name libwww-perl
|
%define cpan_name libwww-perl
|
||||||
@ -105,9 +105,6 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%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
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user