Hello community,
here is the log from the commit of package ktp-contact-runner for
openSUSE:Factory checked in at 2015-05-11 18:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-contact-runner (Old)
and /work/SRC/openSUSE:Factory/.ktp-contact-runner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-contact-runner"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes
2014-10-19 19:29:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes
2015-05-11 18:35:34.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Apr 11 19:27:13 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.0
+ * KDE Applications 15.04.0
+ * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+-------------------------------------------------------------------
Old:
----
ktp-contact-runner-0.9.0.tar.bz2
New:
----
ktp-contact-runner-15.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ktp-contact-runner.spec ++++++
--- /var/tmp/diff_new_pack.tN5qXw/_old 2015-05-11 18:35:34.000000000 +0200
+++ /var/tmp/diff_new_pack.tN5qXw/_new 2015-05-11 18:35:34.000000000 +0200
@@ -17,45 +17,50 @@
Name: ktp-contact-runner
-Version: 0.9.0
+Version: 15.04.0
Release: 0
Summary: Telepathy Krunner plugin
License: LGPL-2.1+
Group: Productivity/Networking/Instant Messenger
Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
-Source:
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.xz
+BuildRequires: extra-cmake-modules
+BuildRequires: kf5-filesystem
+BuildRequires: ki18n-devel
+BuildRequires: krunner-devel
+BuildRequires: kservice-devel
+BuildRequires: ktp-common-internals-devel
+BuildRequires: telepathy-qt5-devel
+BuildRequires: telepathy-logger-qt5-devel
+BuildRequires: kwallet-devel
+BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
+BuildRequires: pkgconfig(Qt5Network)
+BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: fdupes
-BuildRequires: ktp-common-internals-devel >= %{version}
-BuildRequires: libkde4-devel
-BuildRequires: telepathy-qt4-devel >= 0.9.1
-Recommends: %{name}-lang
+Obsoletes: %{name}5 < %{version}
+Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
%description
A KRunner plugin to find your Telepathy contacts.
-%lang_package
%prep
%setup -q
%build
- %cmake_kde4 -d build
+ %cmake_kf5 -d build
%make_jobs
%install
- %kde4_makeinstall -C build
+ %kf5_makeinstall -C build
- %kde_post_install
%fdupes -s %{buildroot}
- %find_lang plasma_runner_ktp_contacts %{name}.lang
-
-%files lang -f %{name}.lang
%files
%defattr(-,root,root)
%doc COPYING*
-%{_kde4_servicesdir}/plasma-runner-ktp-contact.desktop
-%{_kde4_modulesdir}/krunner_ktp_contacts.so
+%{_kf5_servicesdir}/
+%{_kf5_plugindir}/
%changelog