This commit is contained in:
Than Ngo 2009-10-05 13:24:57 +00:00
parent 0bab8bf59a
commit 893a1b5c17
4 changed files with 7 additions and 17 deletions

View File

@ -1 +1,2 @@
kdelibs-4.3.1.tar.bz2
kdelibs-4.3.2.tar.bz2

View File

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

@ -3,8 +3,8 @@
%define strigi_ver 0.7
Summary: K Desktop Environment 4 - Libraries
Version: 4.3.1
Release: 7%{?dist}
Version: 4.3.2
Release: 1%{?dist}
Name: kdelibs
Epoch: 6
@ -76,7 +76,6 @@ 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
Patch24: kdelibs-4.3.1-drkonq.patch
# upstream
@ -197,7 +196,6 @@ format for easy browsing.
%patch20 -p1 -b .xxcmake
%patch21 -p1 -b .ossl-1.x
%patch22 -p1 -b .bookmarks
%patch23 -p1 -b .kde186763
%if 0%{?rhel} > 5
%patch24 -p1 -b .drkonq
%endif
@ -396,6 +394,9 @@ rm -rf %{buildroot}
%changelog
* Mon Oct 05 2009 Than Ngo <than@redhat.com> - 4.3.2-1
- 4.3.2
* Wed Sep 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-7
- move /etc/profile.d/kde4.(sh|csh) to kde-settings (F-12+)

View File

@ -1 +1 @@
df6b6d261d46508c7b0abcdd983ffae2 kdelibs-4.3.1.tar.bz2
0564ed8ba804a0f3f1cee9732a3d2d72 kdelibs-4.3.2.tar.bz2