[kde-runtime] 4.8.0

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 20 15:36:14 UTC 2012


commit 4dd832d0264ae47ec8de88cec7ccf450c23de2cb
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Fri Jan 20 16:36:07 2012 +0100

    4.8.0

 .gitignore       |    1 +
 kde-runtime.spec |   15 ++++++++++++---
 sources          |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbf591f..7135d0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kde-runtime-4.7.97.tar.bz2
+/kde-runtime-4.8.0.tar.bz2
diff --git a/kde-runtime.spec b/kde-runtime.spec
index 6b03a1c..a293a51 100644
--- a/kde-runtime.spec
+++ b/kde-runtime.spec
@@ -10,13 +10,19 @@
 
 Name:    kde-runtime
 Summary: KDE Runtime
-Version: 4.7.97
-Release: 12%{?dist}
+Version: 4.8.0
+Release: 1%{?dist}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+ and GPLv2+
 URL:     http://www.kde.org/
-Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-runtime-%{version}.tar.bz2
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: ftp://ftp.kde.org/pub/kde/%{stable}/%{version}/src/kde-runtime-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # add shortcuts for search provider
@@ -306,6 +312,9 @@ fi
 
 
 %changelog
+* Fri Jan 20 2012 Jaroslav Reznik <jreznik at redhat.com> - 4.8.0-1
+- 4.8.0
+
 * Sat Jan 14 2012 Bruno Wolff III 4.7.97-12
 - Fix typo in kde-runtime-flags obsolete that prevents updates
 
diff --git a/sources b/sources
index 338af2d..fcb85b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7eca0a653a732118efdfa50454a5bf9  kde-runtime-4.7.97.tar.bz2
+571563f6ab330348d3f917abdf9c69e4  kde-runtime-4.8.0.tar.bz2


More information about the scm-commits mailing list