[byobu] update to 4.23

Jan Klepek hpejakle at fedoraproject.org
Mon Aug 1 21:14:27 UTC 2011


commit cb3201c709a15bcb0afaacf34fc731d5a5b93531
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Mon Aug 1 23:14:08 2011 +0200

    update to 4.23

 .gitignore              |    1 +
 byobu.spec              |   16 +++++++---------
 byobu_byobu-shell.patch |   19 -------------------
 byobu_updates.patch     |   41 -----------------------------------------
 sources                 |    2 +-
 5 files changed, 9 insertions(+), 70 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3aff64b..30677ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ byobu_2.80.orig.tar.gz
 /byobu_3.20.orig.tar.gz
 /byobu_3.21.orig.tar.gz
 /byobu_4.22.orig.tar.gz
+/byobu_4.23.orig.tar.gz
diff --git a/byobu.spec b/byobu.spec
index 01813d3..e1797af 100644
--- a/byobu.spec
+++ b/byobu.spec
@@ -1,6 +1,6 @@
 Name:		byobu
-Version:	4.22
-Release:	2%{?dist}
+Version:	4.23
+Release:	1%{?dist}
 Summary:	Light-weight, configurable window manager built upon GNU screen
 
 Group:		Applications/System
@@ -9,11 +9,6 @@ URL:		http://launchpad.net/byobu
 Source0:	http://code.launchpad.net/byobu/trunk/%{version}/+download/byobu_%{version}.orig.tar.gz
 # default windows
 Source1:	fedoracommon
-# fix for https://bugs.launchpad.net/byobu/+bug/815579
-Patch0:		byobu_updates.patch
-
-# removed words Ubuntu from MOTD
-Patch1:		byobu_byobu-shell.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 %if 0%{?rhel}%{?fedora} > 5
@@ -35,8 +30,8 @@ such as toggle-able system status notifications.
 
 %prep
 %setup -q
-%patch0 
-%patch1
+# remove swap file
+rm usr/bin/.byobu-status-print.swp
 # 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;
@@ -98,6 +93,9 @@ rm -rf %{buildroot}
 %{_libexecdir}/%{name}/.shutil
 
 %changelog
+* Mon Aug 1 2011 Jan Klepek <jan.klepek at, gmail.com> - 4.23-1
+- update to 4.23
+
 * Sat Jul 23 2011 Jan Klepek <jan.klepek at, gmail.com> - 4.22-2
 - updated to 4.22 + various bugfixes
 
diff --git a/sources b/sources
index e2d1af4..bf1bd51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3c0e9b32e960a7497d7f918c25fbd50  byobu_4.22.orig.tar.gz
+f536dae64d520c11137adf2403cba8e4  byobu_4.23.orig.tar.gz


More information about the scm-commits mailing list