avoid possible crasher in autostart-debug.patch

This commit is contained in:
Rex Dieter 2013-12-07 08:49:29 -06:00
parent 3d17a457ed
commit 0945db3aee
2 changed files with 5 additions and 2 deletions

View File

@ -114,7 +114,7 @@ diff -up kdelibs-4.11.3/kinit/klauncher.cpp.autostart-debug kdelibs-4.11.3/kinit
#endif
+ kWarning() << "Completing: " << request->name;
requestDone( request );
+ kWarning() << "Completed: " << request->name;
+ kWarning() << "Completed.";
continue;
}
} while(requestQueue.count());

View File

@ -39,7 +39,7 @@
Summary: KDE Libraries
Version: 4.11.3
Release: 6%{?dist}
Release: 7%{?dist}
Name: kdelibs
Epoch: 6
@ -633,6 +633,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
%changelog
* Sat Dec 07 2013 Rex Dieter <rdieter@fedoraproject.org> - 6:4.11.3-7
- avoid possible crasher in autostart-debug.patch
* Sat Dec 07 2013 Kevin Kofler <Kevin@tigcc.ticalc.org> - 6:4.11.3-6
- increase KLauncher timeout as a possible fix/workaround for #983110