From 7022f11d15b412211c94f3a46d25187633e2c5d7d3de2396237d57fce643d90a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Aug 2009 17:39:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-DAV?expand=0&rev=6 --- HTTP-DAV-0.37.tar.bz2 | 3 --- HTTP-DAV-0.38.tar.bz2 | 3 +++ perl-HTTP-DAV.changes | 14 +++++++++++++ perl-HTTP-DAV.spec | 47 +++---------------------------------------- 4 files changed, 20 insertions(+), 47 deletions(-) delete mode 100644 HTTP-DAV-0.37.tar.bz2 create mode 100644 HTTP-DAV-0.38.tar.bz2 diff --git a/HTTP-DAV-0.37.tar.bz2 b/HTTP-DAV-0.37.tar.bz2 deleted file mode 100644 index e0e372d..0000000 --- a/HTTP-DAV-0.37.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d86d039954f912669da845e582622658342cd230fba425ff4129b0fa46f8c47 -size 76190 diff --git a/HTTP-DAV-0.38.tar.bz2 b/HTTP-DAV-0.38.tar.bz2 new file mode 100644 index 0000000..38880eb --- /dev/null +++ b/HTTP-DAV-0.38.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138b21e53a22fd91d5e41a865e3ee9fc93f47f556fee963649ce903918c7e7a9 +size 76608 diff --git a/perl-HTTP-DAV.changes b/perl-HTTP-DAV.changes index a6ae88f..e055783 100644 --- a/perl-HTTP-DAV.changes +++ b/perl-HTTP-DAV.changes @@ -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 diff --git a/perl-HTTP-DAV.spec b/perl-HTTP-DAV.spec index 5ea8dc9..e850558 100644 --- a/perl-HTTP-DAV.spec +++ b/perl-HTTP-DAV.spec @@ -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 that - could lead to massive performance degradation, especially when running - C 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)