diff --git a/screen.changes b/screen.changes index e009c8c..691841c 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 14:22:07 CEST 2009 - mls@suse.de + +- re-add lost maxwin definition [fate#301190] + ------------------------------------------------------------------- Wed May 14 15:31:04 CEST 2008 - jw@suse.de diff --git a/screen.spec b/screen.spec index f531314..9a45665 100644 --- a/screen.spec +++ b/screen.spec @@ -1,15 +1,23 @@ # # spec file for package screen (Version 4.0.2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild +Url: http://www.gnu.org/software/screen/ Name: screen BuildRequires: ncurses-devel utempter @@ -18,7 +26,7 @@ Group: System/Console PreReq: %install_info_prereq AutoReqProv: on Version: 4.0.2 -Release: 162 +Release: 189 Summary: A program to allow multiple screens on a VT100/ANSI Terminal Source: screen-4.0.2.tar.gz Patch: screen-4.0.2.dif @@ -52,7 +60,7 @@ Authors: %patch4 -p1 %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_infodir} \ +CFLAGS="-DMAXWIN=1000 $RPM_OPT_FLAGS" ./configure --prefix=/usr --infodir=%{_infodir} \ --mandir=%{_mandir} \ --with-socket-dir='(eff_uid ? "/var/run/uscreens" : "/var/run/screens")' \ --with-sys-screenrc=/etc/screenrc \ @@ -93,6 +101,8 @@ install -m 644 screenrc $RPM_BUILD_ROOT/etc/screenrc %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %changelog +* Tue May 26 2009 mls@suse.de +- re-add lost maxwin definition [fate#301190] * Wed May 14 2008 jw@suse.de - A few lines added to docu explaining login-shells and starting with '-' trick.