[kdegames] 4.8.0

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 20 16:02:38 UTC 2012


commit f278f22e9babdc40832975b77925300368aac55d
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Fri Jan 20 17:02:28 2012 +0100

    4.8.0

 .gitignore    |    2 +-
 kdegames.spec |   13 +++++++++++--
 sources       |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac22fe9..fcc2815 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kdegames-4.7.97.tar.bz2
+/kdegames-4.8.0.tar.bz2
diff --git a/kdegames.spec b/kdegames.spec
index b21f87f..dc97276 100644
--- a/kdegames.spec
+++ b/kdegames.spec
@@ -1,13 +1,19 @@
 Name:    kdegames
 Summary: KDE Games
 Epoch:   6
-Version: 4.7.97
+Version: 4.8.0
 Release: 1%{?dist}
 
 License: GPLv2
 URL:     http://www.kde.org/
 Group:   Amusements/Games
-Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdegames-%{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/kdegames-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Fix building with g++4.7
@@ -502,6 +508,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 20 2012 Jaroslav Reznik <jreznik at redhat.com> - 6:4.8.0-1
+- 4.8.0
+
 * Wed Jan 04 2012 Radek Novacek <rnovacek at redhat.com> - 6:4.7.97-1
 - 4.7.97
 - Fix build with g++ 4.7
diff --git a/sources b/sources
index e4aaf9a..07a73d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-020198dc37a59427482efc37b4e00a17  kdegames-4.7.97.tar.bz2
+20d3b5ead912bc8d6d326cdb305f1b90  kdegames-4.8.0.tar.bz2


More information about the scm-commits mailing list