forked from pool/perl-HTTP-DAV
Accepting request 297050 from devel:languages:perl:autoupdate
- updated to 0.48
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
v0.48 (released 2015/03/26):
* bug fixes
"RT#103126", fixed faulty code to add trailing slash to URLs.
v0.47 (released 2012/03/24):
* bug fixes
Improve "propfind()" resilience when server response contains
broken, truncated or no XML at all. RT#75011.
OBS-URL: https://build.opensuse.org/request/show/297050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-DAV?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
d502d643be
commit
e261e90c89
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30db3e3b55be32052bf724e2c09acf1b1a11ebf6c701261ef3f5ffe4ed2ab42a
|
|
||||||
size 109648
|
|
||||||
3
HTTP-DAV-0.48.tar.gz
Normal file
3
HTTP-DAV-0.48.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06a902ec1d44209d44206ad3378e7fda378b088f243e2c49c17de69f1a1fdcba
|
||||||
|
size 105090
|
||||||
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
description_paragraphs: 1
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
license: Artistic-1.0 or GPL-1.0+
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 20:55:47 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.48
|
||||||
|
see /usr/share/doc/packages/perl-HTTP-DAV/Changes
|
||||||
|
|
||||||
|
v0.48 (released 2015/03/26):
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
|
"RT#103126", fixed faulty code to add trailing slash to URLs.
|
||||||
|
|
||||||
|
v0.47 (released 2012/03/24):
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
|
Improve "propfind()" resilience when server response contains
|
||||||
|
broken, truncated or no XML at all. RT#75011.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 07:24:55 UTC 2013 - coolo@suse.com
|
Wed Jun 5 07:24:55 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-DAV
|
# spec file for package perl-HTTP-DAV
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-DAV
|
Name: perl-HTTP-DAV
|
||||||
Version: 0.47
|
Version: 0.48
|
||||||
Release: 0
|
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
|
%define cpan_name HTTP-DAV
|
||||||
Summary: A WebDAV client library for Perl5
|
Summary: WebDAV client library for Perl5
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTTP-DAV/
|
Url: http://search.cpan.org/dist/HTTP-DAV/
|
||||||
Source: http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/C/CO/COSIMO/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -33,18 +35,6 @@ BuildRequires: perl(LWP) >= 5.48
|
|||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
BuildRequires: perl(URI::Escape)
|
BuildRequires: perl(URI::Escape)
|
||||||
BuildRequires: perl(XML::DOM)
|
BuildRequires: perl(XML::DOM)
|
||||||
#BuildRequires: perl(HTTP::Date)
|
|
||||||
#BuildRequires: perl(HTTP::DAV)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::Comms)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::Lock)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::Resource)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::ResourceList)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::Response)
|
|
||||||
#BuildRequires: perl(HTTP::DAV::Utils)
|
|
||||||
#BuildRequires: perl(HTTP::Headers)
|
|
||||||
#BuildRequires: perl(HTTP::Response)
|
|
||||||
#BuildRequires: perl(TestDetails)
|
|
||||||
#BuildRequires: perl(URI::file)
|
|
||||||
Requires: perl(LWP) >= 5.48
|
Requires: perl(LWP) >= 5.48
|
||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
Requires: perl(URI::Escape)
|
Requires: perl(URI::Escape)
|
||||||
|
|||||||
Reference in New Issue
Block a user