rpms/byobu/F-12 fedoracommon, NONE, 1.1 .cvsignore, 1.2, 1.3 byobu.spec, 1.1, 1.2 sources, 1.2, 1.3

Jan Klepek hpejakle at fedoraproject.org
Thu Jun 17 21:32:57 UTC 2010


Author: hpejakle

Update of /cvs/pkgs/rpms/byobu/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2120/F-12

Modified Files:
	.cvsignore byobu.spec sources 
Added Files:
	fedoracommon 
Log Message:
update to 2.80 version and various bugfixes


--- NEW FILE fedoracommon ---
# Default windows examples
#screen -t top top
#screen -t web w3m
#screen -t shell motd+shell


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/byobu/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	2 May 2010 19:09:56 -0000	1.2
+++ .cvsignore	17 Jun 2010 21:32:57 -0000	1.3
@@ -1 +1 @@
-byobu_2.73.orig.tar.gz
+byobu_2.80.orig.tar.gz


Index: byobu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/byobu/F-12/byobu.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- byobu.spec	2 May 2010 19:09:56 -0000	1.1
+++ byobu.spec	17 Jun 2010 21:32:57 -0000	1.2
@@ -1,5 +1,5 @@
 Name:		byobu
-Version:	2.73
+Version:	2.80
 Release:	1%{?dist}
 Summary:	Light-weight, configurable window manager built upon GNU screen
 
@@ -7,6 +7,8 @@ Group:		Applications/System
 License:	GPLv3
 URL:		http://launchpad.net/byobu
 Source0:	http://code.launchpad.net/byobu/trunk/%{version}/+download/byobu_%{version}.orig.tar.gz
+# default windows
+Source1:	fedoracommon
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -35,6 +37,11 @@ sed -i "s/GNOME;GTK;//g" usr/share/appli
 sed -i "s#gettext.bindtextdomain(PKG, SHARE+'/po')#gettext.bindtextdomain(PKG, '%{_datadir}/locale')#g" usr/bin/byobu-config
 # fix path for help file
 sed -i "s#DOC='/usr/share/doc/'+PKG#DOC='/usr/share/doc/'+PKG+'-%{version}'#g" usr/bin/byobu-config
+# remove apport which is not available in fedora
+rm usr/lib/byobu/apport
+sed -i 's#status\[\"apport\"\]=0##g' usr/bin/byobu-config
+# apply fedora default settings
+cp -p %{SOURCE1} usr/share/byobu/windows/common
 
 %build
 
@@ -73,14 +80,18 @@ rm -rf %{buildroot}
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %{_bindir}/%{name}*
-%{_bindir}/motd+shell
+%{_bindir}/shell
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/*
+%{_mandir}/man1/shell*
 %{_mandir}/man1/%{name}*.1.gz
-%{_mandir}/man1/motd+shell.1.gz
 %{_libexecdir}/%{name}/*
 
 %changelog
+* Thu Jun 17 2010 Jan Klepek - 2.80-1
+- bugfix for BZ#595087, changed default windows selection, removed apport from toggle status notification
+- upgraded to 2.80 version
+
 * Sun May 2 2010 Jan Klepek <jan.klepek at, gmail.com> - 2.73-1
 - new version released
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/byobu/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 May 2010 19:09:56 -0000	1.2
+++ sources	17 Jun 2010 21:32:57 -0000	1.3
@@ -1 +1 @@
-cc985d606bd28cb5572ea6794fe7e960  byobu_2.73.orig.tar.gz
+b3d9320c3f09a20e2282b6e495dbbc2f  byobu_2.80.orig.tar.gz



More information about the scm-commits mailing list