forked from pool/perl-HTTP-DAV
Accepting request 655764 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/655764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-DAV?expand=0&rev=32
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06a902ec1d44209d44206ad3378e7fda378b088f243e2c49c17de69f1a1fdcba
|
||||
size 105090
|
||||
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-DAV-0.49.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 15:44:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.49
|
||||
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||
|
||||
v0.49 (released 2018/11/28):
|
||||
* bug fixes
|
||||
|
||||
Fixed perl shebang line in "dave" script, for ExtUtils::MakeMaker to
|
||||
correctly replace it. Closes "RT#127819".
|
||||
|
||||
Fixed "propfind" response handling to also consider successful an
|
||||
HTTP 207 status code. Closes "RT#127591".
|
||||
|
||||
Fixed "clone()" method to properly respect the class name. Closes
|
||||
"RT#123528". Thanks to Ricardo Signes for the patch.
|
||||
|
||||
* documentation fixes
|
||||
|
||||
Fixed various pod issues raised by Debian contributor
|
||||
"fsfs@debian.org". Closes "RT#119878".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:55:47 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-DAV
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-HTTP-DAV
|
||||
Version: 0.48
|
||||
Version: 0.49
|
||||
Release: 0
|
||||
#Upstream: Patrick Collins G03 Gloucester Place, Kensington Sydney, Australia Email: pcollins@cpan.org Phone: +61 2 9663 4916 All rights reserved. Current co-maintainer of the module is Cosimo Streppone for Opera Software ASA, the opera@cpan.org manpage. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
%define cpan_name HTTP-DAV
|
||||
Summary: WebDAV client library for Perl5
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTTP-DAV/
|
||||
Source0: http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -50,11 +50,11 @@ files and much more on a DAV-enabled webserver.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
||||
Reference in New Issue
Block a user