[kf5-kitemmodels/f20] KDE Frameworks 5.5.0

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


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

    KDE Frameworks 5.5.0

 .gitignore           |    1 +
 kf5-kitemmodels.spec |    8 ++++++--
 sources              |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42cc4e3..e0b8450 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /kitemmodels-5.2.0.tar.xz
 /kitemmodels-5.3.0.tar.xz
 /kitemmodels-5.4.0.tar.xz
+/kitemmodels-5.5.0.tar.xz
diff --git a/kf5-kitemmodels.spec b/kf5-kitemmodels.spec
index 021bc9d..17dbd1d 100644
--- a/kf5-kitemmodels.spec
+++ b/kf5-kitemmodels.spec
@@ -1,20 +1,21 @@
 %global framework kitemmodels
 
 Name:           kf5-%{framework}
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks 5 Tier 1 addon with item models
 
 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:  kf5-rpm-macros
 BuildRequires:  extra-cmake-modules
@@ -66,6 +67,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 8e9b9d4..5269395 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dc52012a41d75a8006fdccefdb95ff3  kitemmodels-5.4.0.tar.xz
+55b919eeed06caffe26aea681940659f  kitemmodels-5.5.0.tar.xz


More information about the scm-commits mailing list