From 368ad9b9983149bd180920c5431e0fc87b5989ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:02:03 +0100 Subject: [PATCH] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-karchive.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6ed75d..77122ff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /karchive-5.2.0.tar.xz /karchive-5.3.0.tar.xz /karchive-5.4.0.tar.xz +/karchive-5.5.0.tar.xz diff --git a/kf5-karchive.spec b/kf5-karchive.spec index aee9d26..e986c61 100644 --- a/kf5-karchive.spec +++ b/kf5-karchive.spec @@ -1,20 +1,21 @@ %global framework karchive Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with archive functions License: LGPLv2+ and BSD 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: zlib-devel BuildRequires: bzip2-devel @@ -70,6 +71,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 e584ab8..2a2301e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e262c00b2df60c8e8cc78167c4581341 karchive-5.4.0.tar.xz +ff95f95a2fa8722c8e2f7f5035625348 karchive-5.5.0.tar.xz