Hello community,
here is the log from the commit of package ktp-filetransfer-handler for
openSUSE:Factory checked in at 2015-10-03 20:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
and /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-filetransfer-handler"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ktp-filetransfer-handler/ktp-filetransfer-handler.changes
2015-07-14 17:42:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
2015-10-03 20:24:46.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:23 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.1
+ * KDE Applications 15.08.1
+ * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:44:05 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.0
+ * KDE Applications 15.08.0
+ * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug 7 07:10:43 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.07.90
+ * KDE Applications 15.08.0 RC1
+ * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------
Old:
----
ktp-filetransfer-handler-15.04.3.tar.xz
New:
----
ktp-filetransfer-handler-15.08.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ktp-filetransfer-handler.spec ++++++
--- /var/tmp/diff_new_pack.ZTdiE0/_old 2015-10-03 20:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.ZTdiE0/_new 2015-10-03 20:24:46.000000000 +0200
@@ -17,7 +17,7 @@
Name: ktp-filetransfer-handler
-Version: 15.04.3
+Version: 15.08.1
Release: 0
Summary: Telepathy filetransfer handler
License: GPL-2.0+
++++++ ktp-filetransfer-handler-15.04.3.tar.xz ->
ktp-filetransfer-handler-15.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktp-filetransfer-handler-15.04.3/CMakeLists.txt
new/ktp-filetransfer-handler-15.08.1/CMakeLists.txt
--- old/ktp-filetransfer-handler-15.04.3/CMakeLists.txt 2015-05-28
23:55:58.000000000 +0200
+++ new/ktp-filetransfer-handler-15.08.1/CMakeLists.txt 2015-09-10
00:58:35.000000000 +0200
@@ -2,7 +2,11 @@
cmake_minimum_required(VERSION 2.8.12)
-set(KTP_FILETRANSFER_HANDLER_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KTP_FILETRANSFER_HANDLER_VERSION
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
find_package(ECM 1.3.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}
${CMAKE_MODULE_PATH})