Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2014-07-16 16:17:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-06-19 
13:18:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2014-07-16 
16:18:14.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:19:54 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  krdc-4.13.2.tar.xz

New:
----
  krdc-4.13.80.tar.xz

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

Other differences:
------------------
++++++ krdc.spec ++++++
--- /var/tmp/diff_new_pack.y9KKlX/_old  2014-07-16 16:18:15.000000000 +0200
+++ /var/tmp/diff_new_pack.y9KKlX/_new  2014-07-16 16:18:15.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(TelepathyQt4)
 %endif
 BuildRequires:  oxygen-icon-theme-large
-Version:        4.13.2
+Version:        4.13.80
 Release:        0
 Summary:        Remote Desktop Connection
 License:        GPL-2.0+

++++++ krdc-4.13.2.tar.xz -> krdc-4.13.80.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-4.13.2/mainwindow.cpp 
new/krdc-4.13.80/mainwindow.cpp
--- old/krdc-4.13.2/mainwindow.cpp      2014-03-30 13:03:08.000000000 +0200
+++ new/krdc-4.13.80/mainwindow.cpp     2014-04-02 06:56:45.000000000 +0200
@@ -699,7 +699,7 @@
     } else if (selectedAction == renameAction) {
         //TODO: use inline editor if possible
         bool ok = false;
-        const QString newTitle = KInputDialog::getText(i18n("Rename %1", 
title), i18n("Rename %1 to", title), title, &ok, this);
+        const QString newTitle = KInputDialog::getText(i18n("Rename %1", 
title), i18n("Rename %1 to", title), "", &ok, this);
         if (ok && !newTitle.isEmpty()) {
             BookmarkManager::updateTitle(m_bookmarkManager->getManager(), url, 
newTitle);
         }

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

Reply via email to