Accepting request 1035401 from KDE:Frameworks5

KDE Frameworks 5.100.0 (forwarded request 1034604 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1035401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2022-11-15 12:17:26 +00:00 committed by Git OBS Bridge
commit 95438360ea
7 changed files with 29 additions and 32 deletions

3
kio-5.100.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:088788d32eb38016d92c2fdfe29f337332089efa1f0d3a810cf807c2646d7cb6
size 3759832

11
kio-5.100.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmegACgkQWNDuZIpI
s7uVswgAj+e2thHOKpODvEPGWYFHr6KkRK6NwAxW3tVnBa7hLk3cWCfGqVksaw+l
+/hATIP+PlE1prtBa+qRX6NfIQEWQFpf/ZYQ0zVPKd1qPX2cBqNjd5ejeH/v2Fa+
7shWm49lxBdsUhK+zwy6HXuKuvv6juwdYI3Wc9zCWJSsvuPzO+7Hu3ayh4WpUsNF
Z4SjRKqMul7ojUpAeB0bDj6FeOYcYrH47ih7VnXzcyl82oCGvL12tEt7Ygzft8cE
AmF2NeiCtYDls9B7wytFxXD0qfNqXn7g1XIHqQ42BUihkRIVTpRgJ/b2kWQKBRts
vBVV14TySc8lzj+AGIw8MTig86qYrg==
=dYvR
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd2bf49ba5233c82983309af3b93e59b185ed9d1f9b6e1a6de2f556f33fa87c
size 3407180

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNBjVoACgkQWNDuZIpI
s7ucHAgAvRz69BcuacR/50FDXW46+l7OBOnZAgsJmveSBIkp27ppuZULaasWSTPG
zSe7dX/YMW8RYUvxVVVXDlOxpd/8dAoxZGrzxkY6mkaBAX5BBsp5M7QDQqJR+COZ
jVbKV46iGUvQrP+ilWjeBpZCrPBmSQRYYaIc3jdNAuSdBEJl7Jrm8AYV73gm3aBw
ntSnYM3YiHTboUrONDTI/YObFVNGp0fdLLtAdn/c0lu/VHfUfROl7OIKGPW8vX+K
7xxVQRMtocSS7fV5m7OI8Rv952SDIBfA+zDSIdHrxjUA9V9+NBoWyZrcUymHTFQN
NKbUd7SrITuXTwTjs5OTR65PgmNxVw==
=RCwE
-----END PGP SIGNATURE-----

View File

@ -1,13 +0,0 @@
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.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 8 08:35:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.100.0
- Too many changes since 5.99.0, only listing bugfixes:
* AskUserActionInterface: add DeleteInsteadOfTrash deletion type (kde#431351)
- Drop patch, merged upstream:
* kio-mr1008-fix-webdav.diff
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 27 10:44:41 UTC 2022 - Ben Greiner <code@bnavigator.de> Thu Oct 27 10:44:41 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.99 %define _tar_path 5.100
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kio Name: kio
Version: 5.99.0 Version: 5.100.0
Release: 0 Release: 0
Summary: Network transparent access to files and data Summary: Network transparent access to files and data
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -36,14 +36,12 @@ Source2: frameworks.keyring
%endif %endif
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5 # 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 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: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
# gcc7 is too old for std::transform_reduce # gcc7 is too old for std::transform_reduce
%if 0%{?suse_version} == 1500 %if 0%{?suse_version} == 1500
BuildRequires: gcc10-PIE
BuildRequires: gcc10-c++ BuildRequires: gcc10-c++
BuildRequires: gcc10-PIE
%endif %endif
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: krb5-devel BuildRequires: krb5-devel