diff --git a/.gitignore b/.gitignore index 8b79bb3..29285c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /ktexteditor-5.2.0.tar.xz /ktexteditor-5.3.0.tar.xz /ktexteditor-5.4.0.tar.xz +/ktexteditor-5.5.0.tar.xz diff --git a/kf5-ktexteditor.spec b/kf5-ktexteditor.spec index 3c7e535..24a4b9f 100644 --- a/kf5-ktexteditor.spec +++ b/kf5-ktexteditor.spec @@ -1,20 +1,21 @@ %global framework ktexteditor Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor 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 @@ -96,6 +97,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 fbbc9a0..2a99c2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7237f56db8b953f456ef0a208ef2792a ktexteditor-5.4.0.tar.xz +e0f30e95e0c63253c4942b10cfb9b26b ktexteditor-5.5.0.tar.xz