Hello community, here is the log from the commit of package ktp-contact-list for openSUSE:Factory checked in at 2015-06-04 11:24:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktp-contact-list (Old) and /work/SRC/openSUSE:Factory/.ktp-contact-list.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-contact-list" Changes: -------- --- /work/SRC/openSUSE:Factory/ktp-contact-list/ktp-contact-list.changes 2015-05-15 10:05:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ktp-contact-list.new/ktp-contact-list.changes 2015-06-04 11:24:48.000000000 +0200 @@ -1,0 +2,14 @@ +Mon Jun 1 09:25:59 UTC 2015 - [email protected] + +- Sort deps alphabetically +- Require telepathy-logger, otherwise the UI would crash + +------------------------------------------------------------------- +Sat May 30 15:23:30 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.2 + * KDE Applications 15.04.2 + * https://www.kde.org/announcements/announce-applications-15.04.2.php + + +------------------------------------------------------------------- Old: ---- ktp-contact-list-15.04.1.tar.xz New: ---- ktp-contact-list-15.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktp-contact-list.spec ++++++ --- /var/tmp/diff_new_pack.9id5DJ/_old 2015-06-04 11:24:48.000000000 +0200 +++ /var/tmp/diff_new_pack.9id5DJ/_new 2015-06-04 11:24:48.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ktp-contact-list # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,15 +17,15 @@ Name: ktp-contact-list -Version: 15.04.1 +Version: 15.04.2 Release: 0 Summary: Telepathy contact list License: LGPL-2.1+ Group: Productivity/Networking/Instant Messenger Url: http://community.kde.org/Real-Time_Communication_and_Collaboration Source: %{name}-%{version}.tar.xz -BuildRequires: fdupes BuildRequires: extra-cmake-modules >= 1.3.0 +BuildRequires: fdupes BuildRequires: kcmutils-devel BuildRequires: kdbusaddons-devel BuildRequires: kf5-filesystem @@ -37,13 +37,14 @@ BuildRequires: kpeople5-devel BuildRequires: ktp-common-internals-devel BuildRequires: ktp-icons -BuildRequires: kwindowsystem-devel BuildRequires: kwallet-devel +BuildRequires: kwindowsystem-devel BuildRequires: kxmlgui-devel -BuildRequires: telepathy-qt5-devel BuildRequires: telepathy-logger-qt5-devel +BuildRequires: telepathy-qt5-devel BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 +Requires: telepathy-logger Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ ktp-contact-list-15.04.1.tar.xz -> ktp-contact-list-15.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktp-contact-list-15.04.1/CMakeLists.txt new/ktp-contact-list-15.04.2/CMakeLists.txt --- old/ktp-contact-list-15.04.1/CMakeLists.txt 2015-05-07 15:01:38.000000000 +0200 +++ new/ktp-contact-list-15.04.2/CMakeLists.txt 2015-05-28 23:55:57.000000000 +0200 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12) -set(KTP_CONTACT_LIST_VERSION "15.04.1") +set(KTP_CONTACT_LIST_VERSION "15.04.2") set(IS_KTP_INTERNAL_MODULE TRUE)
