[konsole] 4.8.0

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 20 15:48:35 UTC 2012


commit 8c7fc3144e6d34306579127d7431cca9c9e8ecd2
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Fri Jan 20 16:48:27 2012 +0100

    4.8.0

 .gitignore   |    2 +-
 konsole.spec |   15 ++++++++++++---
 sources      |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86fb6b1..194322f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /konsole-4.7.4.tar.bz2
-/konsole-4.7.97.tar.bz2
+/konsole-4.8.0.tar.bz2
diff --git a/konsole.spec b/konsole.spec
index 139ed07..5af50e5 100644
--- a/konsole.spec
+++ b/konsole.spec
@@ -1,12 +1,18 @@
 Name:    konsole
 Summary: KDE Terminal emulator
-Version: 4.7.97
+Version: 4.8.0
 Release: 1%{?dist}
 
 # sources: MIT and LGPLv2 and LGPLv2+ and GPLv2+
 License: GPLv2 
-URL:     http://konsole.kde.org/ 
-Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
+URL:     http://konsole.kde.org/
+%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/%{name}-%{version}.tar.bz2
 
 ## upstreamable patches
 # Some fonts get chopped with Qt 4.8, http://bugs.kde.org/280896
@@ -79,6 +85,9 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/konsole.des
 
 
 %changelog
+* Fri Jan 20 2012 Jaroslav Reznik <jreznik at redhat.com> - 4.8.0-1
+- 4.8.0
+
 * Wed Jan 04 2012 Radek Novacek <rnovacek at redhat.com> - 4.7.97-1
 - 4.7.97
 
diff --git a/sources b/sources
index 1ecf8a0..3377aa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e659e5f4d16817abc841835f1d95bef0  konsole-4.7.97.tar.bz2
+630da3df5545457f69e3aa86327b76b4  konsole-4.8.0.tar.bz2


More information about the scm-commits mailing list