Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2014-01-16 14:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-send-file (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-send-file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-send-file"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes      
2013-10-30 15:42:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2014-01-16 14:17:16.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Jan 15 03:20:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to final 0.7.1
+  * New feature release, no upstream changelog
+  * For more details, see:
+    http://martys.typepad.com/blog/2014/01/kde-telepathy-071-released.html
+
+-------------------------------------------------------------------

Old:
----
  ktp-send-file-0.7.0.tar.bz2

New:
----
  ktp-send-file-0.7.1.tar.bz2

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

Other differences:
------------------
++++++ ktp-send-file.spec ++++++
--- /var/tmp/diff_new_pack.MCEufU/_old  2014-01-16 14:17:16.000000000 +0100
+++ /var/tmp/diff_new_pack.MCEufU/_new  2014-01-16 14:17:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktp-send-file
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           ktp-send-file
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        File manager plugin
 License:        LGPL-2.1+
 Group:          Productivity/Networking/Instant Messenger
 Url:            
http://community.kde.org/Real-Time_Communication_and_Collaboration
-Source0:        
http://download.kde.org/stable/kde-telepathy/%{version}/%{name}-%{version}.tar.bz2
+Source0:        
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  ktp-common-internals-devel >= %{version}
 BuildRequires:  libkde4-devel >= 4.7.0

++++++ ktp-send-file-0.7.0.tar.bz2 -> ktp-send-file-0.7.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-0.7.0/CMakeLists.txt 
new/ktp-send-file-0.7.1/CMakeLists.txt
--- old/ktp-send-file-0.7.0/CMakeLists.txt      2013-10-25 20:05:49.000000000 
+0200
+++ new/ktp-send-file-0.7.1/CMakeLists.txt      2014-01-14 18:16:33.000000000 
+0100
@@ -1,6 +1,6 @@
 project(ktp-send-file)
 
-set (KTP_SEND_FILE_VERSION "0.7.0")
+set (KTP_SEND_FILE_VERSION "0.7.1")
 
 set (CMAKE_MODULE_PATH
      "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-0.7.0/mainwindow.cpp 
new/ktp-send-file-0.7.1/mainwindow.cpp
--- old/ktp-send-file-0.7.0/mainwindow.cpp      2013-10-25 20:04:59.000000000 
+0200
+++ new/ktp-send-file-0.7.1/mainwindow.cpp      2014-01-14 18:14:10.000000000 
+0100
@@ -130,8 +130,8 @@
     ui->recipientVLayout->addWidget(m_contactGridWidget);
 
     connect(m_contactGridWidget,
-            SIGNAL(selectionChanged(Tp::AccountPtr,Tp::ContactPtr)),
-            SLOT(onContactSelectionChanged(Tp::AccountPtr,Tp::ContactPtr)));
+            SIGNAL(selectionChanged(Tp::AccountPtr,KTp::ContactPtr)),
+            SLOT(onContactSelectionChanged(Tp::AccountPtr,KTp::ContactPtr)));
 
     ui->buttonBox->button(QDialogButtonBox::Ok)->setDisabled(true);
     connect(ui->buttonBox, SIGNAL(accepted()), SLOT(onDialogAccepted()));
@@ -171,7 +171,7 @@
     }
 }
 
-void MainWindow::onContactSelectionChanged(Tp::AccountPtr account, 
Tp::ContactPtr contact)
+void MainWindow::onContactSelectionChanged(Tp::AccountPtr account, 
KTp::ContactPtr contact)
 {
     Q_UNUSED(account)
     Q_UNUSED(contact)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-0.7.0/mainwindow.h 
new/ktp-send-file-0.7.1/mainwindow.h
--- old/ktp-send-file-0.7.0/mainwindow.h        2013-10-25 20:04:59.000000000 
+0200
+++ new/ktp-send-file-0.7.1/mainwindow.h        2014-01-14 18:14:10.000000000 
+0100
@@ -26,6 +26,7 @@
 #include <KUrl>
 
 #include <TelepathyQt/AccountManager>
+#include <KTp/contact.h>
 
 
 namespace Ui {
@@ -53,7 +54,7 @@
     void onDialogAccepted();
     void onPreviewLoaded(const KFileItem &item, const QPixmap &preview);
     void onPreviewFailed(const KFileItem &item);
-    void onContactSelectionChanged(Tp::AccountPtr account, Tp::ContactPtr 
contact);
+    void onContactSelectionChanged(Tp::AccountPtr account, KTp::ContactPtr 
contact);
     void slotFileTransferFinished(Tp::PendingOperation *op);
 
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-0.7.0/po/fi/ktp-send-file.po 
new/ktp-send-file-0.7.1/po/fi/ktp-send-file.po
--- old/ktp-send-file-0.7.0/po/fi/ktp-send-file.po      2013-10-25 
20:05:13.000000000 +0200
+++ new/ktp-send-file-0.7.1/po/fi/ktp-send-file.po      2014-01-14 
18:14:44.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: ktp-send-file\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2013-03-27 10:06+0100\n"
-"PO-Revision-Date: 2013-03-01 02:47+0200\n"
+"PO-Revision-Date: 2013-12-22 13:54+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
 "Language: fi\n"
@@ -71,7 +71,7 @@
 
 #: mainwindow.cpp:127
 msgid "Search in Contacts..."
-msgstr "Etsi yhteystiedoista..."
+msgstr "Etsi yhteystiedoista…"
 
 #: mainwindow.cpp:188
 msgid "Failed to send file"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-0.7.0/po/sv/ktp-send-file.po 
new/ktp-send-file-0.7.1/po/sv/ktp-send-file.po
--- old/ktp-send-file-0.7.0/po/sv/ktp-send-file.po      2013-10-25 
20:05:42.000000000 +0200
+++ new/ktp-send-file-0.7.1/po/sv/ktp-send-file.po      2014-01-14 
18:15:50.000000000 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Stefan Asserhall <stefan.asserh...@comhem.se>, 2011, 2013.
+# Stefan Asserhall <stefan.asserh...@bredband.net>, 2011, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2013-03-27 10:06+0100\n"
 "PO-Revision-Date: 2013-02-18 21:35+0100\n"
-"Last-Translator: Stefan Asserhäll <stefan.asserh...@comhem.se>\n"
+"Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "stefan.asserh...@comhem.se"
+msgstr "stefan.asserh...@bredband.net"
 
 #: main.cpp:36
 msgid "Telepathy Send File"

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

Reply via email to