From af907d0833677d37494a770d4b295de2dd0ef3c9 Mon Sep 17 00:00:00 2001 From: Jan Klepek Date: Oct 15 2011 09:17:45 +0000 Subject: update to 4.41 --- 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 - 4.41-1 +- update to 4.41 + * Mon Aug 1 2011 Jan Klepek - 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