diff --git a/.gitignore b/.gitignore index a9eece1..5262c24 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kconfig-5.2.0.tar.xz /kconfig-5.3.0.tar.xz /kconfig-5.4.0.tar.xz +/kconfig-5.5.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index afe8994..483b870 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -1,20 +1,21 @@ %global framework kconfig Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT 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 @@ -100,6 +101,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 dc64aaf..6c741f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2fcd2787e5c3c2df7265fc9f6ec8af10 kconfig-5.4.0.tar.xz +ef541258af67ea5b0612fa7ec345c639 kconfig-5.5.0.tar.xz