diff --git a/.gitignore b/.gitignore index 89ce714..02454ca 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcompletion-5.2.0.tar.xz /kcompletion-5.3.0.tar.xz /kcompletion-5.4.0.tar.xz +/kcompletion-5.5.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 7988aad..b7f3958 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,20 +1,21 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes 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 @@ -74,6 +75,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 fb02fda..b6dcae1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -816227f5a9e2f06792cce31d544e877f kcompletion-5.4.0.tar.xz +8ee781b4307058ae7092fad65fade5a1 kcompletion-5.5.0.tar.xz