[kde-workspace] 4.8.0

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 20 15:33:09 UTC 2012


commit 73bac76439e77428f5f8e591038b94165d2bde51
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Fri Jan 20 16:33:01 2012 +0100

    4.8.0

 .gitignore         |    1 +
 kde-workspace.spec |   15 ++++++++++++---
 sources            |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f5d805..d50cc23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kde-workspace-4.7.97.tar.bz2
+/kde-workspace-4.8.0.tar.bz2
diff --git a/kde-workspace.spec b/kde-workspace.spec
index bf636cf..9589b7e 100644
--- a/kde-workspace.spec
+++ b/kde-workspace.spec
@@ -5,12 +5,18 @@
 
 Summary: KDE Workspace
 Name:    kde-workspace
-Version: 4.7.97
-Release: 10%{?dist}
+Version: 4.8.0
+Release: 1%{?dist}
 
 License: GPLv2
 URL:     https://projects.kde.org/projects/kde/kde-workspace
-Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-workspace-%{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-workspace-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # RH/Fedora-specific startkde changes
@@ -897,6 +903,9 @@ fi
 
 
 %changelog
+* Fri Jan 20 2012 Jaroslav Reznik <jreznik at redhat.com> - 4.8.0-1
+- 4.8.0
+
 * Wed Jan 04 2012 Rex Dieter <rdieter at fedoraproject.org> 4.7.97-10
 - rename kdebase-workspace -> kde-workspace
 
diff --git a/sources b/sources
index d49951e..dee4b40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9faa03982c2779854497efefd5bc65e7  kde-workspace-4.7.97.tar.bz2
+4a80d477c659bc1fed4c1829065db01b  kde-workspace-4.8.0.tar.bz2


More information about the scm-commits mailing list