From 142ff7e33f602e953c8563f9ea3fccebde85fa0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:52:44 +0100 Subject: [PATCH] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-knotifications.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 95326df..2ef337f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /knotifications-5.3.0.tar.xz /knotifications-5.4.0.tar.xz /knotifications-5.5.0.tar.xz +/knotifications-5.6.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index a046eb3..c009c0a 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -1,7 +1,7 @@ %global framework knotifications Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution with abstraction for system notifications @@ -70,6 +70,9 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang knotifications5_qt --with-qt --all-name +# We own the folder +mkdir -p %{buildroot}/%{_kf5_datadir}/knotifications5 + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -78,6 +81,7 @@ make %{?_smp_mflags} -C %{_target_platform} %doc COPYING.LIB README.md %{_kf5_libdir}/libKF5Notifications.so.* %{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop +%{_kf5_datadir}/knotifications5 %files devel %{_kf5_includedir}/knotifications_version.h @@ -89,6 +93,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index d5e9e65..5a86074 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a03c9f20dfb445e32270f2a6a0b4fe4a knotifications-5.5.0.tar.xz +9f398c79b7b0c3fa48b1305dc3b60cbc knotifications-5.6.0.tar.xz