commit perl-HTTP-DAV for openSUSE:Factory

Hello community, here is the log from the commit of package perl-HTTP-DAV for openSUSE:Factory checked in at Fri Feb 27 14:06:53 CET 2009. -------- --- perl-HTTP-DAV/perl-HTTP-DAV.changes 2009-01-20 16:43:44.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-HTTP-DAV/perl-HTTP-DAV.changes 2009-02-27 11:35:20.000000000 +0100 @@ -1,0 +2,17 @@ +Fri Feb 27 11:34:13 CET 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 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- HTTP-DAV-0.35.tar.bz2 New: ---- HTTP-DAV-0.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTTP-DAV.spec ++++++ --- /var/tmp/diff_new_pack.w15275/_old 2009-02-27 14:06:45.000000000 +0100 +++ /var/tmp/diff_new_pack.w15275/_new 2009-02-27 14:06:45.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package perl-HTTP-DAV (Version 0.35) +# spec file for package perl-HTTP-DAV (Version 0.36) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,13 +20,13 @@ Url: http://www.cpan.org/modules/by-module/HTTP/ Name: perl-HTTP-DAV -BuildRequires: perl-XML-DOM perl-XML-Parser perl-libwww-perl +BuildRequires: dos2unix perl-XML-DOM perl-XML-Parser perl-libwww-perl License: Artistic License Group: Development/Libraries/Perl -Requires: perl-libwww-perl +Requires: perl-libwww-perl perl = %{perl_version} AutoReqProv: on Summary: A WebDAV client library for Perl5 -Version: 0.35 +Version: 0.36 Release: 1 Source: HTTP-DAV-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,7 +44,10 @@ %prep %setup -q -n HTTP-DAV-%{version} -# --------------------------------------------------------------------------- +chmod a-x README Changes MANIFEST +dos2unix README Changes MANIFEST +chmod a-x DAV/*.pm DAV.pm +dos2unix DAV/*.pm DAV.pm %build perl Makefile.PL @@ -52,7 +55,6 @@ %check make test -# --------------------------------------------------------------------------- %install make DESTDIR=$RPM_BUILD_ROOT install_vendor @@ -73,6 +75,20 @@ /var/adm/perl-modules/%{name} %changelog +* 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. ++++++ HTTP-DAV-0.35.tar.bz2 -> HTTP-DAV-0.36.tar.bz2 ++++++ ++++ 5787 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de