diff --git a/.gitignore b/.gitignore index f575e9a..72d23b6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kinit-5.2.0.tar.xz /kinit-5.3.0.tar.xz /kinit-5.4.0.tar.xz +/kinit-5.5.0.tar.xz diff --git a/kf5-kinit.spec b/kf5-kinit.spec index 7c22a39..b0739c7 100644 --- a/kf5-kinit.spec +++ b/kf5-kinit.spec @@ -1,20 +1,21 @@ %global framework kinit Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 tier 3 solution for process launching 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: libX11-devel @@ -91,6 +92,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 2cf9239..fd76804 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb7ace9196147831921eacb682074b40 kinit-5.4.0.tar.xz +227b468562c9229d37c9a3ee98d35787 kinit-5.5.0.tar.xz