[kf5-khtml/f20] KDE Frameworks 5.5.0

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


commit f09e35760e1a371480bc235e3c09cee9d82fbc72
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Dec 8 15:59:29 2014 +0100

    KDE Frameworks 5.5.0

 .gitignore     |    1 +
 kf5-khtml.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48dd5e4..0ac3dd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /khtml-5.2.0.tar.xz
 /khtml-5.3.0.tar.xz
 /khtml-5.4.0.tar.xz
+/khtml-5.5.0.tar.xz
diff --git a/kf5-khtml.spec b/kf5-khtml.spec
index 659f04f..4160714 100644
--- a/kf5-khtml.spec
+++ b/kf5-khtml.spec
@@ -1,20 +1,21 @@
 %global framework khtml
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
 
 License:        LGPLv2+ and GPLv3 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}/portingAids/%{framework}-%{version}.tar.xz
+Source0:        http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
@@ -115,6 +116,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 51e9d38..d08ec2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65f90421ff7c061b025251ad07373d18  khtml-5.4.0.tar.xz
+c9e88a77ecaf32699fbd8e261614c733  khtml-5.5.0.tar.xz


More information about the scm-commits mailing list