Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2022-11-01 13:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio (Old)
 and      /work/SRC/openSUSE:Factory/.kio.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio"

Tue Nov  1 13:40:44 2022 rev:133 rq:1032388 version:5.99.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio/kio.changes  2022-10-11 18:01:59.905740345 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new.2275/kio.changes        2022-11-01 
13:40:48.579334766 +0100
@@ -1,0 +2,7 @@
+Thu Oct 27 10:44:41 UTC 2022 - Ben Greiner <[email protected]>
+
+- Add kio-mr1008-fix-webdav.diff
+  * Fixes WebDAV upload (kde#460717)
+  * https://invent.kde.org/frameworks/kio/-/merge_requests/1008
+
+-------------------------------------------------------------------

New:
----
  kio-mr1008-fix-webdav.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kio.spec ++++++
--- /var/tmp/diff_new_pack.bnKeQx/_old  2022-11-01 13:40:50.371344299 +0100
+++ /var/tmp/diff_new_pack.bnKeQx/_new  2022-11-01 13:40:50.375344319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kio
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,12 +36,14 @@
 %endif
 # PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to 
see into kde4 documentation, needed especially for khelpcenter5
 Patch0:         kio_help-fallback-to-kde4-docs.patch
+# PATCH-FIX-UPSTREAM kio-mr1008-fix-webdav.diff kde#460717, 
https://invent.kde.org/frameworks/kio/-/merge_requests/1008
+Patch1:         
https://invent.kde.org/frameworks/kio/-/commit/501091059ae9fc2877d621cdbc0fb3c5ece56dae.diff#/kio-mr1008-fix-webdav.diff
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 # gcc7 is too old for std::transform_reduce
 %if 0%{?suse_version} == 1500
-BuildRequires:  gcc10-c++
 BuildRequires:  gcc10-PIE
+BuildRequires:  gcc10-c++
 %endif
 BuildRequires:  kf5-filesystem
 BuildRequires:  krb5-devel



++++++ kio-mr1008-fix-webdav.diff ++++++
diff --git a/src/ioslaves/http/http.cpp b/src/ioslaves/http/http.cpp
index 
ec3c8809f70fae7331d7d4871a2203be6d94204a..c54e568d28febc094b0aa5445b18a52eb0ff44f3
 100644
--- a/src/ioslaves/http/http.cpp
+++ b/src/ioslaves/http/http.cpp
@@ -5522,7 +5522,7 @@ bool HTTPProtocol::davDestinationExists()
     m_request.cacheTag.policy = CC_Reload;
     m_request.davData.depth = 0;
 
-    (void)/* handling result via response codes */ (true);
+    (void)/* handling result via response codes 
*/proceedUntilResponseContent(true);
 
     if (!m_request.isKeepAlive) {
         httpCloseConnection(); // close connection if server requested it.

Reply via email to