diff --git a/.gitignore b/.gitignore index d29970f..b1b30f9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcrash-5.2.0.tar.xz /kcrash-5.3.0.tar.xz /kcrash-5.4.0.tar.xz +/kcrash-5.5.0.tar.xz diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec index d633489..dc9dae1 100644 --- a/kf5-kcrash.spec +++ b/kf5-kcrash.spec @@ -1,20 +1,21 @@ %global framework kcrash Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes 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: libX11-devel @@ -75,6 +76,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 b4e8bf1..e544af6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -971649d12a57cf1c05c77fb3c4370aea kcrash-5.4.0.tar.xz +f0ab4e55e92596d2e7f8b52d14635884 kcrash-5.5.0.tar.xz