diff --git a/.gitignore b/.gitignore index 3e4b912..55c686a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ byobu_2.80.orig.tar.gz /byobu_3.4.orig.tar.gz /byobu_3.20.orig.tar.gz +/byobu_3.21.orig.tar.gz diff --git a/byobu-status.patch b/byobu-status.patch deleted file mode 100644 index 9a425a8..0000000 --- a/byobu-status.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /home/hpejakle/rpmbuild/SOURCES/byobu-3.4/usr/bin/byobu-status 2010-09-04 09:27:13.007359118 +0200 -+++ usr/bin/byobu-status 2010-09-04 09:42:29.225486596 +0200 -@@ -27,6 +27,8 @@ - echo "$HOME/.$PKG/bin/$1" - elif [ -x "$BYOBU_PREFIX/lib/$PKG/$1" ]; then - echo "$BYOBU_PREFIX/lib/$PKG/$1" -+ elif [ -x "$BYOBU_PREFIX/libexec/$PKG/$1" ]; then -+ echo "$BYOBU_PREFIX/libexec/$PKG/$1" - else - echo "/dev/null" - fi diff --git a/byobu.patch b/byobu.patch new file mode 100644 index 0000000..d5fb186 --- /dev/null +++ b/byobu.patch @@ -0,0 +1,14 @@ +--- byobu-select-profile.old 2011-01-05 16:53:53.430622524 +0100 ++++ usr/bin/byobu-select-profile 2011-01-05 16:54:02.313720078 +0100 +@@ -28,6 +28,10 @@ + export BYOBU_PREFIX + [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen" + ++if [[ ! -d "$DATA" ]]; then ++ mkdir $DATA ++fi ++ + TEXTDOMAIN="$PKG" + + COLORS="default_light \ + diff --git a/byobu.spec b/byobu.spec index 7dc6b6e..6437e69 100644 --- a/byobu.spec +++ b/byobu.spec @@ -1,5 +1,5 @@ Name: byobu -Version: 3.20 +Version: 3.21 Release: 1%{?dist} Summary: Light-weight, configurable window manager built upon GNU screen @@ -73,7 +73,7 @@ desktop-file-install usr/share/applications/%{name}.desktop --dir %{buildroot}%{ %find_lang %{name} %clean -rm -rf %{buildroot} +#rm -rf %{buildroot} %files -f %{name}.lang @@ -94,8 +94,11 @@ rm -rf %{buildroot} %{_libexecdir}/%{name}/.notify_osd %changelog -* Sat Dec 18 2010 Jan Klepek - 3.20-1 -- upgrade to 3.20 +* Sat Jan 8 2011 Jan Klepek - 3.21-1 +- new release + +* Sat Dec 18 2010 Jan Klepek - 3.20-2 +- upgrade to 3.20 + some patches * Fri Sep 3 2010 Jan Klepek - 3.4-1 - upgraded to 3.4 diff --git a/sources b/sources index 6484f76..41b543c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -037c7e5d8ce85d7b585aa2df9029846c byobu_3.20.orig.tar.gz +44f34ee5f1c11559213756f359ca585c byobu_3.21.orig.tar.gz