Hello community, here is the log from the commit of package kdelibs4 for openSUSE:11.4 checked in at Tue Feb 22 21:13:49 CET 2011.
-------- --- old-versions/11.4/all/kdelibs4/kdelibs4-apidocs.changes 2011-02-21 23:25:05.000000000 +0100 +++ 11.4/kdelibs4/kdelibs4-apidocs.changes 2011-02-22 21:13:22.284892000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 22 12:18:38 UTC 2011 - [email protected] + +- work around random error on first startup, bnc#668185, + kubuntu has a similiar patch applied + +------------------------------------------------------------------- kdelibs4.changes: same change calling whatdependson for 11.4-i586 New: ---- no_kbookmark_write_error.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.ahsgPw/_old 2011-02-22 21:13:33.000000000 +0100 +++ /var/tmp/diff_new_pack.ahsgPw/_new 2011-02-22 21:13:33.000000000 +0100 @@ -44,7 +44,7 @@ Summary: KDE Base Libraries Url: http://www.kde.org Version: 4.6.0 -Release: 6.<RELEASE2> +Release: 6.<RELEASE3> Requires: soprano >= %( echo `rpm -q --queryformat '%{VERSION}' libsoprano-devel`) Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}' strigi-devel`) Requires: kdelibs4-core = %version @@ -75,6 +75,7 @@ Patch25: ksuseinstall_11.2.diff Patch26: 590a1901-plasma-extenderitem-crashfix.diff Patch27: udisks-no-volume-label.diff +Patch28: no_kbookmark_write_error.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %requires_ge libqt4-x11 %if 0%{?opensuse_bs} @@ -163,6 +164,7 @@ %endif %patch26 -p1 %patch27 -p1 +%patch28 -p1 # # define KDE version exactly # ++++++ no_kbookmark_write_error.diff ++++++ From: Stephan Kulow <[email protected]> Work around random error on first startup, bnc#668185, kubuntu has a similiar patch applied Index: kdelibs-4.6.0/kio/bookmarks/kbookmarkmanager.cc =================================================================== --- kdelibs-4.6.0.orig/kio/bookmarks/kbookmarkmanager.cc 2011-01-19 23:09:47.000000000 +0100 +++ kdelibs-4.6.0/kio/bookmarks/kbookmarkmanager.cc 2011-02-22 13:15:30.754692786 +0100 @@ -446,7 +446,7 @@ bool KBookmarkManager::saveAs( const QSt "which is most likely a full hard drive.", filename, file.errorString()); - if (d->m_dialogAllowed && qApp->type() != QApplication::Tty && QThread::currentThread() == qApp->thread()) + if (false && d->m_dialogAllowed && qApp->type() != QApplication::Tty && QThread::currentThread() == qApp->thread()) KMessageBox::error( QApplication::activeWindow(), err ); kError() << QString("Unable to save bookmarks in %1. File reported the following error-code: %2.").arg(filename).arg(file.error()); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
