[byobu/f15] update to 4.41

Jan Klepek hpejakle at fedoraproject.org
Sat Oct 15 09:20:12 UTC 2011


commit af907d0833677d37494a770d4b295de2dd0ef3c9
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Sat Oct 15 11:17:45 2011 +0200

    update to 4.41

 .gitignore |    1 +
 byobu.spec |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30677ef..f1253a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ byobu_2.80.orig.tar.gz
 /byobu_3.21.orig.tar.gz
 /byobu_4.22.orig.tar.gz
 /byobu_4.23.orig.tar.gz
+/byobu_4.41.orig.tar.gz
diff --git a/byobu.spec b/byobu.spec
index e1797af..ea31815 100644
--- a/byobu.spec
+++ b/byobu.spec
@@ -1,5 +1,5 @@
 Name:		byobu
-Version:	4.23
+Version:	4.41
 Release:	1%{?dist}
 Summary:	Light-weight, configurable window manager built upon GNU screen
 
@@ -31,7 +31,8 @@ such as toggle-able system status notifications.
 %prep
 %setup -q
 # remove swap file
-rm usr/bin/.byobu-status-print.swp
+if [ -e "usr/bin/.byobu-status-print.swp" ]; then rm usr/bin/.byobu-status-print.swp
+fi
 # fix path for lib directory in scripts
 for i in `grep -Ri {BYOBU_PREFIX}/lib/ * | awk -F: '{print $1}' | uniq`; do
 sed -i "s#{BYOBU_PREFIX}/lib/#{BYOBU_PREFIX}/libexec/#g" $i;
@@ -93,6 +94,9 @@ rm -rf %{buildroot}
 %{_libexecdir}/%{name}/.shutil
 
 %changelog
+* Sat Oct 15 2011 Jan Klepek <jan.klepek at, gmail.com> - 4.41-1
+- update to 4.41
+
 * Mon Aug 1 2011 Jan Klepek <jan.klepek at, gmail.com> - 4.23-1
 - update to 4.23
 
diff --git a/sources b/sources
index bf1bd51..e583f18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f536dae64d520c11137adf2403cba8e4  byobu_4.23.orig.tar.gz
+c20ca6529f377ca7186f97a42a204256  byobu_4.41.orig.tar.gz


More information about the scm-commits mailing list