From 24f1f56199ce52946765df8ee6dd889713074977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:31:33 +0100 Subject: [PATCH] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-knotifyconfig.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2a3bc5..6156777 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /knotifyconfig-5.2.0.tar.xz /knotifyconfig-5.3.0.tar.xz /knotifyconfig-5.4.0.tar.xz +/knotifyconfig-5.5.0.tar.xz diff --git a/kf5-knotifyconfig.spec b/kf5-knotifyconfig.spec index d8bfd54..a90292a 100644 --- a/kf5-knotifyconfig.spec +++ b/kf5-knotifyconfig.spec @@ -1,20 +1,21 @@ %global framework knotifyconfig Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 module for KNotify configuration 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: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -79,6 +80,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index 2e7eb68..c519044 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -196eb36820d4160025360195f4b4ef20 knotifyconfig-5.4.0.tar.xz +609f3d88b5b9582272c58e48d4b351ab knotifyconfig-5.5.0.tar.xz