rpms/slang/FC-6 slang-2.0.7-eol.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 slang.spec, 1.40, 1.41 sources, 1.8, 1.9 README.UTF-8, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 19 18:42:14 UTC 2007


Author: mlichvar

Update of /cvs/dist/rpms/slang/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv15339

Modified Files:
	.cvsignore slang.spec sources 
Added Files:
	slang-2.0.7-eol.patch 
Removed Files:
	README.UTF-8 
Log Message:
- update to 2.0.7
- ignore background color of trailing spaces if terminal has bce (#217276)
Resolves: #217276


slang-2.0.7-eol.patch:
 sldisply.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE slang-2.0.7-eol.patch ---
Index: slang/src/sldisply.c
===================================================================
--- slang/src/sldisply.c	(revision 78)
+++ slang/src/sldisply.c	(revision 79)
@@ -1808,7 +1808,8 @@
 #endif
    /* Find where the last non-blank character on old/new screen is */
 
-   if (CHAR_EQS_SPACE(pmax-1))
+   /* if (CHAR_EQS_SPACE(pmax-1)) */
+   if (((pmax-1)->wchars[0]==' ') && ((pmax-1)->nchars==1))
      {
 	/* If we get here, then we can erase to the end of the line to create
 	 * the final space.  However, this will only work _if_ erasing will 


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/slang/FC-6/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	22 May 2006 11:39:44 -0000	1.8
+++ .cvsignore	19 Feb 2007 18:42:12 -0000	1.9
@@ -1 +1 @@
-slang-2.0.6.tar.bz2
+slang-2.0.7.tar.bz2


Index: slang.spec
===================================================================
RCS file: /cvs/dist/rpms/slang/FC-6/slang.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- slang.spec	12 Jul 2006 14:18:02 -0000	1.40
+++ slang.spec	19 Feb 2007 18:42:12 -0000	1.41
@@ -1,13 +1,14 @@
 Summary: The shared library for the S-Lang extension language.
 Name: slang
-Version: 2.0.6
-Release: 3
+Version: 2.0.7
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Libraries
 Source: ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.0/slang-%{version}.tar.bz2
 Patch1: slang-makefile.patch
 Patch2: slang-nointerlibc2.patch
 Patch3: slang-LANG.patch
+Patch4: slang-2.0.7-eol.patch
 Url: http://www.s-lang.org/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -38,7 +39,7 @@
 %patch1 -p1 -b .makefile
 %patch2 -p1 -b .nointerlibc2
 %patch3 -p1 -b .LANG
-
+%patch4 -p1 -b .eol
 
 %build
 %configure --includedir=%{_includedir}/slang
@@ -69,6 +70,10 @@
 %{_includedir}/slang
 
 %changelog
+* Mon Feb 19 2007 Miroslav Lichvar <mlichvar at redhat.com> - 2.0.7-1.fc6
+- update to 2.0.7
+- ignore background color of trailing spaces if terminal has bce (#217276)
+
 * Wed Jul 12 2006 Miroslav Lichvar <mlichvar at redhat.com> - 2.0.6-3
 - don't build unpackaged stuff
 - package just txt files from doc directory


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/slang/FC-6/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	22 May 2006 11:39:44 -0000	1.8
+++ sources	19 Feb 2007 18:42:12 -0000	1.9
@@ -1 +1 @@
-efb055000636f312d5c3de56f3c70d12  slang-2.0.6.tar.bz2
+522d9075a721ebe235211dc96c7db2d1  slang-2.0.7.tar.bz2


--- README.UTF-8 DELETED ---




More information about the fedora-cvs-commits mailing list