Hello community, here is the log from the commit of package kdelibs4 for openSUSE:Factory checked in at 2013-02-01 09:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old) and /work/SRC/openSUSE:Factory/.kdelibs4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdelibs4", Maintainer is "kde-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes 2013-01-22 15:43:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes 2013-02-01 09:43:20.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Jan 29 12:17:59 UTC 2013 - lnt-sysadmin@lists.lrz.de + +- Add kio_revert_slow_filesystems.patch to work around bnc#776141. + This is a workaround, reverting to KDE 4.7.3 behavior. + A fix should come from upstream (kde#288824). + +------------------------------------------------------------------- New: ---- kio_revert_slow_filesystems.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.teN5Kr/_old 2013-02-01 09:43:23.000000000 +0100 +++ /var/tmp/diff_new_pack.teN5Kr/_new 2013-02-01 09:43:23.000000000 +0100 @@ -113,6 +113,7 @@ Patch26: fix_kdeclarative_install_location.diff # PATCH-FIX-OPENSUSE make-plasma-widgets-respect-plasma-button-colors.patch hrvoje.senjan@gmail.com -- Fixes Plasma::Checkox, so it uses plasma theme color (example - nm plasmoid) Patch27: make-plasma-widgets-respect-plasma-button-colors.patch +Patch28: kio_revert_slow_filesystems.patch PreReq: permissions Requires: soprano >= %( echo `rpm -q --queryformat '%{VERSION}' libsoprano-devel`) Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}' strigi-devel`) @@ -182,6 +183,7 @@ %patch24 %patch26 -p1 %patch27 -p1 +%patch28 -p1 # # define KDE version exactly ++++++ kio_revert_slow_filesystems.patch ++++++ --- a/kio/kio/kfileitem.cpp 2012-12-17 15:14:16.000000000 +0100 +++ b/kio/kio/kfileitem.cpp 2013-01-29 13:14:49.699629861 +0100 @@ -750,8 +750,7 @@ bool KFileItemPrivate::isSlow() const if (m_slow == SlowUnknown) { const QString path = localPath(); if (!path.isEmpty()) { - const KFileSystemType::Type fsType = KFileSystemType::fileSystemType(path); - m_slow = (fsType == KFileSystemType::Nfs || fsType == KFileSystemType::Smb) ? Slow : Fast; + m_slow = Fast; } else { m_slow = Slow; } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org