OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 16:38:43
Branch: HEAD Handle: 2003070215384201
Added files:
openpkg-src/joe joe.patch
Modified files:
openpkg-src/joe joe.spec
openpkg-web news.txt
Log:
term.h also requires inclusion of curses.h
Summary:
Revision Changes Path
1.1 +10 -0 openpkg-src/joe/joe.patch
1.5 +3 -1 openpkg-src/joe/joe.spec
1.5157 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/joe/joe.patch
============================================================================
$ cvs diff -u -r0 -r1.1 joe.patch
--- /dev/null 2003-07-02 16:38:43.000000000 +0200
+++ joe.patch 2003-07-02 16:38:43.000000000 +0200
@@ -0,0 +1,10 @@
+--- termcap.c.dist 2003-07-02 16:35:41.000000000 +0200
++++ termcap.c 2003-07-02 16:35:50.000000000 +0200
+@@ -20,6 +20,7 @@
+ #endif
+ #ifdef TERMINFO
+ #ifdef HAVE_TERM_H
++#include <curses.h>
+ #include <term.h>
+ #endif
+ #endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/joe/joe.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 joe.spec
--- openpkg-src/joe/joe.spec 30 Jun 2003 07:58:36 -0000 1.4
+++ openpkg-src/joe/joe.spec 2 Jul 2003 14:38:43 -0000 1.5
@@ -33,10 +33,11 @@
Group: Editor
License: GPL
Version: 2.9.8
-Release: 20030630
+Release: 20030702
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/joe-editor/joe-%{version}.tar.gz
+Patch0: joe.patch
# build information
Prefix: %{l_prefix}
@@ -59,6 +60,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5156 -r1.5157 news.txt
--- openpkg-web/news.txt 2 Jul 2003 14:22:40 -0000 1.5156
+++ openpkg-web/news.txt 2 Jul 2003 14:38:42 -0000 1.5157
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<joe-2.9.8-20030702>
02-Jul-2003: Upgraded package: P<gsoap-2.1.10-20030702>
02-Jul-2003: Upgraded package: P<gcrypt-1.1.12-20030702>
02-Jul-2003: Upgraded package: P<di-3.9-20030702>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]