rpms/powwow/devel powwow-long-prompt.patch, 1.1, 1.2 powwow.spec, 1.4, 1.5

Kalev Lember kalev at fedoraproject.org
Fri Aug 7 10:03:13 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/powwow/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5519/devel

Modified Files:
	powwow-long-prompt.patch powwow.spec 
Log Message:
Update powwow-long-prompt.patch to the version sent upstream.


powwow-long-prompt.patch:
 main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: powwow-long-prompt.patch
===================================================================
RCS file: /cvs/pkgs/rpms/powwow/devel/powwow-long-prompt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- powwow-long-prompt.patch	7 Aug 2009 08:58:02 -0000	1.1
+++ powwow-long-prompt.patch	7 Aug 2009 10:03:13 -0000	1.2
@@ -1,4 +1,4 @@
-commit 8d6fc5e4f31623d3ff7a00d54f5a7d4acc03ae93
+commit 4f8d9b7abffbdb9a41d174e16d5345e6d9f87387
 Author: Kalev Lember <kalev at smartlink.ee>
 Date:   Thu Aug 6 21:35:48 2009 +0300
 
@@ -7,20 +7,9 @@ Date:   Thu Aug 6 21:35:48 2009 +0300
     Fixes https://bugzilla.redhat.com/show_bug.cgi?id=509288
 
 diff --git a/main.c b/main.c
-index 9e680a2..0c3ec7e 100644
+index 9e680a2..508015a 100644
 --- a/main.c
 +++ b/main.c
-@@ -694,8 +694,8 @@ static int grab_prompt __P3 (char *,linestart, int,len, int,islast)
-      * match #prompts. They usually have no #print, so we print manually
-      * if islast is not set and a #prompt matches.
-      */
--    if ((is_iac_prompt || islast || printstrlen(linestart) < cols) &&
--	((search_prompt(linestart, 1) && surely_isprompt) || is_iac_prompt)) {
-+    if ((is_iac_prompt || islast)
-+        && search_prompt(linestart, 1) && surely_isprompt) {
- 
- 	char *reprint;
- 	/*
 @@ -783,7 +783,7 @@ static void process_singleline __P2 (char **,pbuf, int *,psize)
       * if a #prompt matches and sets #isprompt, then it is REALLY a prompt
       *     so never match #actions on it.


Index: powwow.spec
===================================================================
RCS file: /cvs/pkgs/rpms/powwow/devel/powwow.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- powwow.spec	7 Aug 2009 08:58:02 -0000	1.4
+++ powwow.spec	7 Aug 2009 10:03:13 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           powwow
 Version:        1.2.15
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A console MUD client
 
 Group:          Applications/Internet
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 07 2009 Kalev Lember <kalev at smartlink.ee> - 1.2.15-4
+- Update powwow-long-prompt.patch to the version sent upstream.
+
 * Fri Aug 07 2009 Kalev Lember <kalev at smartlink.ee> - 1.2.15-3
 - Apply patch to match prompts longer than terminal width (#509288).
 




More information about the fedora-extras-commits mailing list