forked from pool/perl-HTTP-DAV
This commit is contained in:
committed by
Git OBS Bridge
parent
a611390f61
commit
7022f11d15
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d86d039954f912669da845e582622658342cd230fba425ff4129b0fa46f8c47
|
||||
size 76190
|
3
HTTP-DAV-0.38.tar.bz2
Normal file
3
HTTP-DAV-0.38.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:138b21e53a22fd91d5e41a865e3ee9fc93f47f556fee963649ce903918c7e7a9
|
||||
size 76608
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 16:05:51 CEST 2009 - anicka@suse.cz
|
||||
|
||||
- update to 0.38
|
||||
* Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
|
||||
about the missing get_lastresponse() method. It was a documentation bug.
|
||||
|
||||
* Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
|
||||
avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
|
||||
|
||||
* Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
|
||||
probably already in v0.34, since it seems related to propfind() "depth" bug.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 14:57:31 CET 2009 - anicka@suse.cz
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-DAV (Version 0.37)
|
||||
# spec file for package perl-HTTP-DAV (Version 0.38)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -21,12 +21,12 @@ Url: http://www.cpan.org/modules/by-module/HTTP/
|
||||
|
||||
Name: perl-HTTP-DAV
|
||||
BuildRequires: dos2unix perl-XML-DOM perl-XML-Parser perl-libwww-perl
|
||||
License: Artistic License
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl-libwww-perl perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: A WebDAV client library for Perl5
|
||||
Version: 0.37
|
||||
Version: 0.38
|
||||
Release: 1
|
||||
Source: HTTP-DAV-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -75,44 +75,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2009 anicka@suse.cz
|
||||
- update to 0.37
|
||||
* Fixed RT #44409 Small bug in HTTP::DAV::put(). Passing a reference
|
||||
as local content resulted in the "SCALAR(0x12345678)" being logged
|
||||
instead of the real scalar.
|
||||
* Fri Feb 27 2009 anicka@suse.cz
|
||||
- update to 0.36
|
||||
* Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
|
||||
LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
|
||||
it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
|
||||
* Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
|
||||
HTTP::DAV::UserAgent::credentials() has been modified to behave like
|
||||
LWP::UserAgent::credentials(), otherwise basic authentication breakages
|
||||
can occur.
|
||||
* Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that
|
||||
could lead to massive performance degradation, especially when running
|
||||
C<propfind()> against large folders.
|
||||
C<-depth> was set to 1 even when passed as zero.
|
||||
- fix permissions, ends of lines and perl dependency
|
||||
* Tue Jan 20 2009 anicka@suse.cz
|
||||
- update to 0.35
|
||||
* Fixed getting single or multiple files directly to \*STDOUT.
|
||||
* Thu Sep 11 2008 anicka@suse.cz
|
||||
- update to 0.34
|
||||
* fixed downloading multiple files in the same directory.
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 0.33
|
||||
* Clearly state that Opera Software ASA is now co-maintainer of
|
||||
HTTP::DAV
|
||||
* Fixed various inconsistencies in the v0.32 documentation
|
||||
* Now HTTP::DAV requires Perl 5.6.0+ and Scalar::Util
|
||||
(core in 5.8.x).
|
||||
* Now HTTP::DAV objects are correctly released from memory when
|
||||
they go out of scope. Now it should be possible to use multiple
|
||||
instances of HTTP::DAV even in long-running processes.
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Wed Jan 28 2004 ro@suse.de
|
||||
- created package (version 0.31)
|
||||
|
Reference in New Issue
Block a user