Author: glen Date: Mon Mar 8 15:52:29 2010 GMT Module: packages Tag: HEAD ---- Log message: - fifo bcond, however can't resume with 4.1 screen created with 4.0 - and oops for previous commit should had been branched, which is now under SCREEN_4_0 instead
---- Files affected: packages/screen: screen.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: packages/screen/screen.spec diff -u packages/screen/screen.spec:1.103 packages/screen/screen.spec:1.104 --- packages/screen/screen.spec:1.103 Mon Mar 8 15:48:43 2010 +++ packages/screen/screen.spec Mon Mar 8 16:52:24 2010 @@ -1,4 +1,13 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with fifo # force using fifos even if sockets detected + +# TODO +# - should we switch back fifos forcibly (so you could resume 4.0 sessions with 4.1?, stalled for me anyway) +# configure: checking socket implementation... +# - you are normal +# - both sockets and fifos usable. let's take sockets. Summary: Screen - Manages multiple sessions on one tty Summary(de.UTF-8): Screen - Verwaltet mehrere Sitzungen an einem tty Summary(es.UTF-8): Screen - Administra múltiples sesiones en un tty @@ -10,7 +19,7 @@ Summary(uk.UTF-8): Менеджер екрану, що підтримує кілька логінів з одного терміналу Name: screen Version: 4.1 -Release: 0.4 +Release: 0.6 License: GPL Group: Applications/Terminal Source0: http://git.savannah.gnu.org/cgit/screen.git/snapshot/screen-7851249fa3e5a9ce00ad3bf8bd0b417acb335f84.tar.gz @@ -124,6 +133,7 @@ %{__autoheader} %{__autoconf} CFLAGS="%{rpmcflags} -DMAXWIN=128" +%{?with_fifo:nore=1} \ %configure \ --enable-pam \ --enable-colors256 \ @@ -182,6 +192,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2010/03/08 15:52:24 glen +- fifo bcond, however can't resume with 4.1 screen created with 4.0 +- and oops for previous commit should had been branched, which is now under SCREEN_4_0 instead + Revision 1.103 2010/03/08 14:48:43 glen - up to 4.1 devel snapshot ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/screen/screen.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
