Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Tue Feb 22 20:21:29 CET 2011.



--------
--- KDE/kdelibs4/kdelibs4.changes       2011-02-17 15:08:21.000000000 +0100
+++ kdelibs4/kdelibs4.changes   2011-02-22 13:18:50.000000000 +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
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  no_kbookmark_write_error.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdelibs4-apidocs.spec ++++++
--- /var/tmp/diff_new_pack.CGwo46/_old  2011-02-22 20:19:52.000000000 +0100
+++ /var/tmp/diff_new_pack.CGwo46/_new  2011-02-22 20:19:52.000000000 +0100
@@ -26,7 +26,7 @@
 Summary:        KDE 4 API documentation
 Url:            http://www.kde.org
 Version:        4.6.0
-Release:        3
+Release:        4
 Requires:       kde4-filesystem
 Source0:        kdelibs-%version.tar.bz2
 Source1:        baselibs.conf

++++++ kdelibs4.spec ++++++
--- /var/tmp/diff_new_pack.CGwo46/_old  2011-02-22 20:19:52.000000000 +0100
+++ /var/tmp/diff_new_pack.CGwo46/_new  2011-02-22 20:19:52.000000000 +0100
@@ -44,7 +44,7 @@
 Summary:        KDE Base Libraries
 Url:            http://www.kde.org
 Version:        4.6.0
-Release:        8
+Release:        9
 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]

Reply via email to