[kf5-attica/f20] KDE Frameworks 5.5.0

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


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

    KDE Frameworks 5.5.0

 .gitignore      |    1 +
 kf5-attica.spec |    8 ++++++--
 sources         |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fad3b00..bc1acf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /attica-5.2.0.tar.xz
 /attica-5.3.0.tar.xz
 /attica-5.4.0.tar.xz
+/attica-5.5.0.tar.xz
diff --git a/kf5-attica.spec b/kf5-attica.spec
index 71686dd..815d098 100644
--- a/kf5-attica.spec
+++ b/kf5-attica.spec
@@ -1,7 +1,7 @@
 %global framework attica
 
 Name:           kf5-attica
-Version:        5.4.0
+Version:        5.5.0
 Release:        1%{?dist}
 Summary:        KDE Frameworks Tier 1 Addon with Open Collaboration Services API
 
@@ -9,13 +9,14 @@ Group:          Development/Libraries
 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
@@ -68,6 +69,9 @@ make install/fast DESTDIR=%{buildroot} -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 7692cc3..9ae5d12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-493c08ce82d5ab34bf2efeb1a01349ab  attica-5.4.0.tar.xz
+094b6d024cc171b9350c44f7870011e1  attica-5.5.0.tar.xz


More information about the scm-commits mailing list