[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/joe/devel joe-3.3-head.patch,NONE,1.1 joe.spec,1.27,1.28



Author: varekova

Update of /cvs/dist/rpms/joe/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5159

Modified Files:
	joe.spec 
Added Files:
	joe-3.3-head.patch 
Log Message:
 add forgotten header files - bug 183455 


joe-3.3-head.patch:
 i18n.c    |    1 +
 termcap.c |    1 +
 2 files changed, 2 insertions(+)

--- NEW FILE joe-3.3-head.patch ---
--- joe-3.3/i18n.c.head	2004-06-21 16:47:36.000000000 +0200
+++ joe-3.3/i18n.c	2006-03-01 11:34:56.323539464 +0100
@@ -11,6 +11,7 @@
  * was very easy to do with just the text editor.
  */
 
+#include "utils.h"
 #include "charmap.h"
 #include "utf8.h"
 #include "i18n.h"
--- joe-3.3/termcap.c.head	2005-04-25 15:11:24.000000000 +0200
+++ joe-3.3/termcap.c	2006-03-01 11:35:38.892068064 +0100
@@ -8,6 +8,7 @@
 #include "config.h"
 #include "types.h"
 
+#include <term.h>
 #include <stdio.h>
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>


Index: joe.spec
===================================================================
RCS file: /cvs/dist/rpms/joe/devel/joe.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- joe.spec	11 Feb 2006 03:42:00 -0000	1.27
+++ joe.spec	1 Mar 2006 11:59:44 -0000	1.28
@@ -3,7 +3,7 @@
 Summary: An easy to use, modeless text editor.
 Name: joe
 Version: 3.3
-Release: 1.2.1
+Release: 2
 License: GPL
 Group: Applications/Editors
 Source: http://prdownloads.sourceforge.net/joe-editor/joe-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Patch0: joe-3.1-joerc.patch
 Patch2: joe-3.1-selinux.patch
 Patch4: joe-3.1-ret.patch
+Patch5: joe-3.3-head.patch
 
 %description
 Joe is a powerful, easy to use, modeless text editor.
@@ -25,6 +26,7 @@
 %patch0 -p1 -b .joerc
 %patch2 -p1 -b .selinux
 %patch4 -p1 -b .ret
+%patch5 -p1 -b .head
 
 %build
 %configure
@@ -54,6 +56,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Wed Mar  1 2006 Ivana Varekova <varekova redhat com> 3.3-2
+- add forgotten header files - bug 183455
+
 * Fri Feb 10 2006 Jesse Keating <jkeating redhat com> - 3.3-1.2.1
 - bump again for double-long bug on ppc(64)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]