Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes        
2013-08-30 11:39:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-09-09 11:06:18.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Sep  3 22:29:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-verbose.patch which disables qDebug for udisks2 queries, 
+  which resulted in ugly output, when e.g. starting dolphin from CLI
+
+-------------------------------------------------------------------
+Sun Sep  1 09:55:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+-------------------------------------------------------------------
+Sun Sep  1 09:49:01 UTC 2013 - tittiatc...@gmail.com
+
+- Drop upstream patches to prepare for the 4.11.1 update:
+  * 0001-when-the-request-theme-does-not-exist-delete-all-old.patch
+  * 0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
+  * 0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
+
+-------------------------------------------------------------------
kdelibs4.changes: same change

Old:
----
  0001-when-the-request-theme-does-not-exist-delete-all-old.patch
  0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
  0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
  kdelibs-4.11.0.tar.xz

New:
----
  0001-verbose.patch
  kdelibs-4.11.1.tar.xz

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

Other differences:
------------------
++++++ kdelibs4-apidocs.spec ++++++
--- /var/tmp/diff_new_pack.7RDjXh/_old  2013-09-09 11:06:19.000000000 +0200
+++ /var/tmp/diff_new_pack.7RDjXh/_new  2013-09-09 11:06:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdelibs4-apidocs
-Version:        4.11.0
+Version:        4.11.1
 Release:        0
 Summary:        KDE 4 API documentation
 License:        LGPL-2.1+

++++++ kdelibs4.spec ++++++
--- /var/tmp/diff_new_pack.7RDjXh/_old  2013-09-09 11:06:19.000000000 +0200
+++ /var/tmp/diff_new_pack.7RDjXh/_new  2013-09-09 11:06:19.000000000 +0200
@@ -24,7 +24,7 @@
 %define kderev 0
 
 Name:           kdelibs4
-Version:        4.11.0
+Version:        4.11.1
 Release:        0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -104,13 +104,10 @@
 # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as 
otherwise users of
 # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437)
 Patch11:        exclude-qtuitools-symbols-from-public-libraries.patch
-# PATCH-FIX-UPSTREAM 
0001-when-the-request-theme-does-not-exist-delete-all-old.patch -- fixes crash 
on non-existing plasma themes (kde#320855)
-Patch100:       0001-when-the-request-theme-does-not-exist-delete-all-old.patch
-# PATCH-FIX-UPSTREAM 
0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch -- fixes crash 
when failing to get audio CD block device (kde#314544)
-Patch101:       0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
-# PATCH-FIX-UPSTREAM 0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch 
-- fixes a bug introduced by 871cccc8a88a60 that made it impossible to re-order
-# file type associations both in System settings and in the open with list 
(kde#321706)
-Patch102:       0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
+# PATCH-FIX-OPENSUSE 0001-verbose.patch -- disables qDebug for udisks2 
queries, which resulted in ugly output,
+# when e.g. starting dolphin from CLI
+# NOTE patch is from master, aka 4.12 branch
+Patch1000:      0001-verbose.patch
 PreReq:         permissions
 Requires:       soprano >= %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends:     strigi >= %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -175,9 +172,7 @@
 %patch9
 %patch10
 %patch11 -p1
-%patch100 -p1
-%patch101 -p1
-%patch102 -p1
+%patch1000 -p1
 
 %build
   EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++++++ 0001-verbose.patch ++++++
>From 951be54a387a23175ba2d3d03c7a956c880eccc4 Mon Sep 17 00:00:00 2001
From: Aleix Pol <aleix...@kde.org>
Date: Mon, 2 Sep 2013 15:29:46 +0200
Subject: [PATCH 2/3] --verbose

Comment qDebug call, that we cannot disable. It's helpful when
testing/debugging to keep the output to what we are expecting.

Reviewed by Lukas Tinkl
---
 solid/solid/backends/udisks2/udisksdevicebackend.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solid/solid/backends/udisks2/udisksdevicebackend.cpp 
b/solid/solid/backends/udisks2/udisksdevicebackend.cpp
index 31ccbcf..d26363c 100644
--- a/solid/solid/backends/udisks2/udisksdevicebackend.cpp
+++ b/solid/solid/backends/udisks2/udisksdevicebackend.cpp
@@ -189,7 +189,7 @@ void DeviceBackend::checkCache(const QString& key) const
         /* Store the item in the cache anyway so next time we don't have to
          * do the DBus call to find out it does not exist but just check 
whether
          * prop(key).isValid() */
-        qDebug() << m_udi << ": property" << key << "does not exist";
+//         qDebug() << m_udi << ": property" << key << "does not exist";
     }
 }
 
-- 
1.8.4

++++++ kdelibs-4.11.0.tar.xz -> kdelibs-4.11.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.11.1.tar.xz differ: char 25, 
line 1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to