[byobu] - new release

Jan Klepek hpejakle at fedoraproject.org
Sat Jan 8 11:50:56 UTC 2011


commit fad7306898fc3cd12c3579991e016333dca50d40
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Sat Jan 8 12:48:43 2011 +0100

    - new release

 .gitignore         |    1 +
 byobu-status.patch |   11 -----------
 byobu.patch        |   14 ++++++++++++++
 byobu.spec         |   11 +++++++----
 sources            |    2 +-
 5 files changed, 23 insertions(+), 16 deletions(-)
---
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.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 <jan.klepek at, gmail.com> - 3.20-1
-- upgrade to 3.20
+* Sat Jan 8 2011 Jan Klepek <jan.klepek at, gmail.com> - 3.21-1
+- new release
+
+* Sat Dec 18 2010 Jan Klepek <jan.klepek at, gmail.com> - 3.20-2
+- upgrade to 3.20 + some patches
 
 * Fri Sep 3 2010 Jan Klepek <jan.klepek at, gmail.com> - 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


More information about the scm-commits mailing list