[kf5-kjs/f20] KDE Frameworks 5.5.0

Daniel Vrátil dvratil at fedoraproject.org
Thu Dec 11 16:54:23 UTC 2014


commit 7651ee797fa7e59f35cd13f67fc8990880d5deef
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:06:22 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore   |    1 +
 kf5-kjs.spec |    8 ++++++--
 sources      |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30b69f3..c6fc6d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /kjs-5.2.0.tar.xz
 /kjs-5.3.0.tar.xz
 /kjs-5.4.0.tar.xz
+/kjs-5.5.0.tar.xz
diff --git a/kf5-kjs.spec b/kf5-kjs.spec
index a45b95f..1772221 100644
--- a/kf5-kjs.spec
+++ b/kf5-kjs.spec
@@ -1,20 +1,21 @@
 %global framework kjs
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 1 functional module with JavaScript interpret
 
 License:        GPLv2+ 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}/portingAids/%{framework}-%{version}.tar.xz
+Source0:        http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
 
 BuildRequires:  perl
 BuildRequires:  pcre-devel
@@ -77,6 +78,9 @@ chmod +x %{buildroot}/%{_kf5_datadir}/kf5/kjs/create_hash_table
 
 
 %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 47efc2b..7fb0356 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8066f2d86bb1230b676582198a923ea  kjs-5.4.0.tar.xz
+73a68d2d8a875998ed86874afbc7111c  kjs-5.5.0.tar.xz


More information about the scm-commits mailing list