[kf5-kdesu/f20] KDE Frameworks 5.5.0

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


commit c24a8db1d434a615e5507c5080f30941e766a3f4
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:24:57 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore     |    1 +
 kf5-kdesu.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7cf6c8d..12910b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kdesu-5.2.0.tar.xz
 /kdesu-5.3.0.tar.xz
 /kdesu-5.4.0.tar.xz
+/kdesu-5.5.0.tar.xz
diff --git a/kf5-kdesu.spec b/kf5-kdesu.spec
index b52b7f7..1c7ba62 100644
--- a/kf5-kdesu.spec
+++ b/kf5-kdesu.spec
@@ -1,20 +1,21 @@
 %global framework kdesu
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 3 integration with su
 
 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
 
@@ -78,6 +79,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 335c362..3f69a01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31cb272872efdc276e2bd751446ad0e0  kdesu-5.4.0.tar.xz
+ff7fa1300162c4fd14a1dc439fe21917  kdesu-5.5.0.tar.xz


More information about the scm-commits mailing list