[kf5-kio/f20] KDE Frameworks 5.5.0

Daniel Vrátil dvratil at fedoraproject.org
Thu Dec 11 17:02:44 UTC 2014


commit c1bbb8e3c2473f13444181bfdf5bbe5e9755245c
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:27:05 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore   |    1 +
 kf5-kio.spec |    9 +++++++--
 sources      |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34d56b4..21dc06f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kio-5.2.0.tar.xz
 /kio-5.3.0.tar.xz
 /kio-5.4.0.tar.xz
+/kio-5.5.0.tar.xz
diff --git a/kf5-kio.spec b/kf5-kio.spec
index 9fa1394..80b948c 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -1,20 +1,21 @@
 %global framework kio
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 solution for filesystem abstraction
 
 License:        GPLv2+ and MIT and BSD
 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:  libxml2-devel
 BuildRequires:  libxslt-devel
@@ -24,6 +25,7 @@ BuildRequires:  kf5-rpm-macros
 BuildRequires:  extra-cmake-modules
 BuildRequires:  qt5-qtbase-devel
 BuildRequires:  qt5-qtscript-devel
+BuildRequires:  qt5-qtx11extras-devel
 
 BuildRequires:  kf5-karchive-devel
 BuildRequires:  kf5-kbookmarks-devel
@@ -248,6 +250,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Mon Dec 08 2014 Daniel Vrátil <dvratil at redhat.com> - 5.5.0-1
+- KDE Frameworks 5.5.0
+
 * Mon Nov 03 2014 Daniel Vrátil <dvratil at redhat.com> - 5.4.0-1
 - KDE Frameworks 5.4.0
 
diff --git a/sources b/sources
index 95dae46..4a3116b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8966a0ec972104dbbfd4b86ea5425ad6  kio-5.4.0.tar.xz
+644b8b200ed739f6be2ce216910976ed  kio-5.5.0.tar.xz


More information about the scm-commits mailing list