* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5

- groupdav connect to egroupware failed (kde#186763)
This commit is contained in:
Rex Dieter 2009-09-19 06:20:04 +00:00
parent 1642880c4f
commit 92d17c693f
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up kdelibs-4.3.1/kioslave/http/http.cpp.kdebug#186763 kdelibs-4.3.1/kioslave/http/http.cpp
--- kdelibs-4.3.1/kioslave/http/http.cpp.kdebug#186763 2009-07-29 06:09:41.000000000 -0500
+++ kdelibs-4.3.1/kioslave/http/http.cpp 2009-09-09 10:21:22.000000000 -0500
@@ -4355,7 +4355,7 @@ bool HTTPProtocol::readBody( bool dataIn
if (m_request.responseCode >= 500 && m_request.responseCode <= 599) {
error(ERR_INTERNAL_SERVER, m_request.url.host());
return false;
- } else if (m_request.responseCode >= 400 && m_request.responseCode <= 499) {
+ } else if (m_request.responseCode >= 400 && m_request.responseCode <= 499 && m_request.responseCode != 401) {
error(ERR_DOES_NOT_EXIST, m_request.url.host());
return false;
}

View File

@ -4,7 +4,7 @@
Summary: K Desktop Environment 4 - Libraries
Version: 4.3.1
Release: 4%{?dist}
Release: 5%{?dist}
Name: kdelibs
Epoch: 6
@ -75,6 +75,8 @@ Patch20: kdelibs-4.1.70-cmake.patch
Patch21: kdelibs-4.3.1-ossl-1.x.patch
# patch to fix keditbookmarks crash (kde#160679)
Patch22: kdelibs-4.3.0-bookmarks.patch
# http://bugs.kde.org/186763
Patch23: kdelibs-4.3.1-kde186763.patch
# upstream
# 4.3 branch
@ -194,6 +196,7 @@ format for easy browsing.
%patch20 -p1 -b .xxcmake
%patch21 -p1 -b .ossl-1.x
%patch22 -p1 -b .bookmarks
%patch23 -p1 -b .kde186763
# upstream patches
# 4.3
@ -385,6 +388,9 @@ rm -rf %{buildroot}
%changelog
* Sat Sep 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
- groupdav connect to egroupware failed (kde#186763)
* Fri Sep 18 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.1-4
- ship kde4-doxygen.sh only in -devel (fix duplicate file)