dvratil pushed to extra-cmake-modules (f20). "KDE Frameworks 5.9.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 12:50:31 UTC 2015


>From 6b94e85ee8474bca36752e798d22a70b7442db9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Vr=C3=A1til?= <dvratil at redhat.com>
Date: Tue, 7 Apr 2015 14:48:54 +0200
Subject: KDE Frameworks 5.9.0


diff --git a/.gitignore b/.gitignore
index ee42d4f..e068c8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /extra-cmake-modules-1.6.1.tar.xz
 /extra-cmake-modules-1.7.0.tar.xz
 /extra-cmake-modules-1.8.0.tar.xz
+/extra-cmake-modules-5.9.0.tar.xz
diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec
index 9521ac9..8b2c764 100644
--- a/extra-cmake-modules.spec
+++ b/extra-cmake-modules.spec
@@ -1,15 +1,19 @@
-%global frameworksversion 5.8
-
 Name:           extra-cmake-modules
 Summary:        Additional modules for CMake build system
-# ECM does not follow the frameworks versioning, but is currently being
-# released together with it
-Version:        1.8.0
+Version:        5.9.0
 Release:        1%{?dist}
 
 License:        BSD
 URL:            http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
-Source0:        http://download.kde.org/stable/frameworks/%{frameworksversion}/%{name}-%{version}.tar.xz
+
+%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/%{versiondir}/%{name}-%{version}.tar.xz
 BuildArch:      noarch
 
 BuildRequires:  cmake >= 2.8.12
@@ -40,6 +44,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %{_datadir}/ECM
 
 %changelog
+* Tue Apr 07 2015 Daniel Vrátil <dvratil at redhat.com> - 5.9.0-1
+- KDE Frameworks 5.9.0
+
 * Mon Mar 16 2015 Daniel Vrátil <dvratil at redhat.com> - 1.8.0-1
 - extra-cmake-modules 1.8.0 (KDE Frameworks 5.8.0)
 
diff --git a/sources b/sources
index de63389..ca7c686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e877d996f478419c3a749cfc425bd6c0  extra-cmake-modules-1.8.0.tar.xz
+98633e740805a56be02a23ffa1c57a73  extra-cmake-modules-5.9.0.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/extra-cmake-modules.git/commit/?h=f20&id=6b94e85ee8474bca36752e798d22a70b7442db9a


More information about the scm-commits mailing list