Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2015-05-15 10:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krdc (Old)
 and      /work/SRC/openSUSE:Factory/.krdc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krdc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/krdc/krdc.changes        2015-05-11 
19:14:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2015-05-15 
10:01:14.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:09:53 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+-------------------------------------------------------------------

Old:
----
  krdc-15.04.0.tar.xz

New:
----
  krdc-15.04.1.tar.xz

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

Other differences:
------------------
++++++ krdc.spec ++++++
--- /var/tmp/diff_new_pack.tLvQs5/_old  2015-05-15 10:01:14.000000000 +0200
+++ /var/tmp/diff_new_pack.tLvQs5/_new  2015-05-15 10:01:14.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(TelepathyQt4)
 %endif
 BuildRequires:  oxygen-icon-theme-large
-Version:        15.04.0
+Version:        15.04.1
 Release:        0
 Summary:        Remote Desktop Connection
 License:        GPL-2.0+

++++++ krdc-15.04.0.tar.xz -> krdc-15.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-15.04.0/vnc/vncclientthread.cpp 
new/krdc-15.04.1/vnc/vncclientthread.cpp
--- old/krdc-15.04.0/vnc/vncclientthread.cpp    2015-01-10 15:30:07.000000000 
+0100
+++ new/krdc-15.04.1/vnc/vncclientthread.cpp    2015-04-19 19:07:38.000000000 
+0200
@@ -652,7 +652,8 @@
 
 void ClientCutEvent::fire(rfbClient* cl)
 {
-    SendClientCutText(cl, text.toUtf8().data(), text.size());
+    QByteArray toUtf8Converted = text.toUtf8();
+    SendClientCutText(cl, toUtf8Converted.data(), toUtf8Converted.length());
 }
 
 void VncClientThread::mouseEvent(int x, int y, int buttonMask)


Reply via email to