OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Oct-2006 19:57:23
Branch: OPENPKG_2_STABLE Handle: 2006102218572200
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/libedit libedit.patch libedit.spec
Log:
MFC: latest version
Summary:
Revision Changes Path
1.5.2.1 +14 -6 openpkg-src/libedit/libedit.patch
1.23.2.3 +2 -2 openpkg-src/libedit/libedit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libedit/libedit.patch
============================================================================
$ cvs diff -u -r1.5 -r1.5.2.1 libedit.patch
--- openpkg-src/libedit/libedit.patch 4 Jun 2006 13:50:15 -0000 1.5
+++ openpkg-src/libedit/libedit.patch 22 Oct 2006 17:57:22 -0000 1.5.2.1
@@ -1,6 +1,6 @@
Index: src/unvis.c
---- src/unvis.c.orig 2006-06-03 21:54:21 +0200
-+++ src/unvis.c 2006-06-04 15:47:58 +0200
+--- src/unvis.c.orig 2006-10-22 15:25:36 +0200
++++ src/unvis.c 2006-10-22 19:51:19 +0200
@@ -45,7 +45,7 @@
#include <stdio.h>
#include <vis.h>
@@ -11,9 +11,17 @@
#endif
Index: src/vi.c
---- src/vi.c.orig 2006-06-03 21:54:21 +0200
-+++ src/vi.c 2006-06-04 15:48:16 +0200
-@@ -919,7 +919,7 @@
+--- src/vi.c.orig 2006-10-22 15:25:36 +0200
++++ src/vi.c 2006-10-22 19:51:55 +0200
+@@ -915,14 +915,14 @@
+ * NB: posix implies that we should enter insert mode, however
+ * this is against historical precedent...
+ */
+-#ifdef __weak_reference
++#if defined(__linux__) && defined(__weak_reference)
+ extern char *get_alias_text(const char *) __weak_reference(get_alias_text);
+ #endif
+ protected el_action_t
/*ARGSUSED*/
vi_alias(EditLine *el, int c)
{
@@ -21,4 +29,4 @@
+#if defined(__linux__) && defined(__weak_reference)
char alias_name[3];
char *alias_text;
- extern char *get_alias_text(const char *)
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libedit/libedit.spec
============================================================================
$ cvs diff -u -r1.23.2.2 -r1.23.2.3 libedit.spec
--- openpkg-src/libedit/libedit.spec 16 Oct 2006 14:51:50 -0000 1.23.2.2
+++ openpkg-src/libedit/libedit.spec 22 Oct 2006 17:57:22 -0000 1.23.2.3
@@ -24,7 +24,7 @@
# package version
%define V_main 2.9
-%define V_snap 20060829
+%define V_snap 20061022
# package information
Name: libedit
@@ -37,7 +37,7 @@
Group: Terminal
License: BSD
Version: %{V_main}.%{V_snap}
-Release: 2.20061018
+Release: 2.20061022
# list of sources
Source0:
http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]