[kf5-knotifications/f20] KDE Frameworks 5.5.0

Daniel Vrátil dvratil at fedoraproject.org
Thu Dec 11 17:04:00 UTC 2014


commit 41e4d14d92583fdaf2f42cbecaea2570dd8245eb
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:31:11 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore              |    1 +
 kf5-knotifications.spec |   10 ++++++++--
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c101d4..95326df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /knotifications-5.2.0.tar.xz
 /knotifications-5.3.0.tar.xz
 /knotifications-5.4.0.tar.xz
+/knotifications-5.5.0.tar.xz
diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec
index f10d6b6..a046eb3 100644
--- a/kf5-knotifications.spec
+++ b/kf5-knotifications.spec
@@ -1,20 +1,21 @@
 %global framework knotifications
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 solution with abstraction for system notifications
 
 License:        LGPLv2+
 URL:            http://www.kde.org
 
+%global versiondir %(echo %{version} | cut -d. -f1-2)
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
 %global stable unstable
 %else
 %global stable stable
 %endif
-Source0:        http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz
+Source0:        http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
 
 BuildRequires:  libX11-devel
 
@@ -24,6 +25,7 @@ BuildRequires:  phonon-qt5-devel
 BuildRequires:  qt5-qtbase-devel
 BuildRequires:  qt5-qtx11extras-devel
 BuildRequires:  qt5-qttools-devel
+BuildRequires:  dbusmenu-qt5-devel
 
 BuildRequires:  kf5-kwindowsystem-devel
 BuildRequires:  kf5-kservice-devel
@@ -75,6 +77,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 %files -f knotifications5_qt.lang
 %doc COPYING.LIB README.md
 %{_kf5_libdir}/libKF5Notifications.so.*
+%{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop
 
 %files devel
 %{_kf5_includedir}/knotifications_version.h
@@ -86,6 +89,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Mon Dec 08 2014 Daniel Vrátil <dvratil at redhat.com> - 5.5.0-1
+- KDE Frameworks 5.5.0
+
 * Mon Nov 03 2014 Daniel Vrátil <dvratil at redhat.com> - 5.4.0-1
 - KDE Frameworks 5.4.0
 
diff --git a/sources b/sources
index 95cc7dd..d5e9e65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26759f849e6e9bcfa8fe33593c622741  knotifications-5.4.0.tar.xz
+a03c9f20dfb445e32270f2a6a0b4fe4a  knotifications-5.5.0.tar.xz


More information about the scm-commits mailing list