From 15bcb39bb88c01fe2d53e49a83bb6ec9b4fdb345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:34:58 +0100 Subject: [PATCH] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kwallet.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d87a1e1..84b3af6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwallet-5.2.0.tar.xz /kwallet-5.3.0.tar.xz /kwallet-5.4.0.tar.xz +/kwallet-5.5.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6f9f0d2..70f9088 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -1,20 +1,21 @@ %global framework kwallet Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management 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: libgcrypt-devel BuildRequires: kf5-rpm-macros @@ -116,6 +117,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 45c9f7e..7e05aba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -244af5c935e94271c5a7781e629a2a78 kwallet-5.4.0.tar.xz +63220a388da231ff99da277a879d0a9b kwallet-5.5.0.tar.xz