commit krdc for openSUSE:Factory
Hello community, here is the log from the commit of package krdc for openSUSE:Factory checked in at 2014-04-18 11:30:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-30 12:06:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes 2014-04-18 12:26:41.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Apr 11 17:19:40 UTC 2014 - tittiatcoke@gmail.com + +- Update to 4.13.0 + * KDE 4.13 release + * See http://www.kde.org/announcements/4.13/ + +------------------------------------------------------------------- Old: ---- krdc-4.12.97.tar.xz New: ---- krdc-4.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krdc.spec ++++++ --- /var/tmp/diff_new_pack.dkeEqs/_old 2014-04-18 12:26:42.000000000 +0200 +++ /var/tmp/diff_new_pack.dkeEqs/_new 2014-04-18 12:26:42.000000000 +0200 @@ -25,7 +25,7 @@ BuildRequires: pkgconfig(TelepathyQt4) %endif BuildRequires: oxygen-icon-theme-large -Version: 4.12.97 +Version: 4.13.0 Release: 0 Summary: Remote Desktop Connection License: GPL-2.0+ ++++++ krdc-4.12.97.tar.xz -> krdc-4.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdc-4.12.97/core/krdc_plugin.desktop new/krdc-4.13.0/core/krdc_plugin.desktop --- old/krdc-4.12.97/core/krdc_plugin.desktop 2014-02-22 12:31:28.000000000 +0100 +++ new/krdc-4.13.0/core/krdc_plugin.desktop 2014-03-30 13:03:08.000000000 +0200 @@ -38,7 +38,7 @@ Name[pl]=Wtyczka KRDC Name[pt]='Plugin' do KRDC Name[pt_BR]=Plugin KRDC -Name[ro]=Modul KRDC +Name[ro]=Extensie KRDC Name[ru]=Модуль KRDC Name[si]=KRDC ප්ලගිනය Name[sk]=Modul KRDC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdc-4.12.97/krdc_approver/krdc_rfb_approver.notifyrc new/krdc-4.13.0/krdc_approver/krdc_rfb_approver.notifyrc --- old/krdc-4.12.97/krdc_approver/krdc_rfb_approver.notifyrc 2014-02-22 12:31:28.000000000 +0100 +++ new/krdc-4.13.0/krdc_approver/krdc_rfb_approver.notifyrc 2014-03-30 13:03:08.000000000 +0200 @@ -151,6 +151,7 @@ Name[pl]=Przychodząca RFB Tube Name[pt]=Ligação de RFB Recebida Name[pt_BR]=Ligação de RFB recebida +Name[ro]=Tub RFB de intrare Name[ru]=Входящее подключение RFB Name[si]=පැමිණෙන RFB නලය Name[sk]=Prichádzajúci RFB kanál diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdc-4.12.97/mainwindow.cpp new/krdc-4.13.0/mainwindow.cpp --- old/krdc-4.12.97/mainwindow.cpp 2014-02-22 12:31:28.000000000 +0100 +++ new/krdc-4.13.0/mainwindow.cpp 2014-03-30 13:03:08.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), "", &ok, this); + const QString newTitle = KInputDialog::getText(i18n("Rename %1", title), i18n("Rename %1 to", title), title, &ok, this); if (ok && !newTitle.isEmpty()) { BookmarkManager::updateTitle(m_bookmarkManager->getManager(), url, newTitle); } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de