From 0f750c74246a540ec62a3011f94318fdef855aed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Vr=C3=A1til?= <dvratil@redhat.com>
Date: Mon, 8 Dec 2014 15:10:28 +0100
Subject: [PATCH] KDE Frameworks 5.5.0

---
 .gitignore    | 1 +
 kf5-kpty.spec | 8 ++++++--
 sources       | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d7d9acf..896072b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kpty-5.2.0.tar.xz
 /kpty-5.3.0.tar.xz
 /kpty-5.4.0.tar.xz
+/kpty-5.5.0.tar.xz
diff --git a/kf5-kpty.spec b/kf5-kpty.spec
index 22d0514..9e66fc4 100644
--- a/kf5-kpty.spec
+++ b/kf5-kpty.spec
@@ -1,20 +1,21 @@
 %global framework kpty
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 2 module providing Pty abstraction
 
 License:        LGPLv2+ and GPLv2+
 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
@@ -71,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
+- KDE Frameworks 5.5.0
+
 * Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
 - KDE Frameworks 5.4.0
 
diff --git a/sources b/sources
index 4a148a3..90bc88d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2de8c2ba7ae950995c6a842176e8f7a1  kpty-5.4.0.tar.xz
+919207b8f2d1d7ee2953dafd1006af8b  kpty-5.5.0.tar.xz