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:53:43 Branch: HEAD Handle: 2006102218534300 Modified files: openpkg-src/libedit libedit.patch libedit.spec Log: upgrading package: libedit 2.9.20060829 -> 2.9.20061022 Summary: Revision Changes Path 1.6 +14 -6 openpkg-src/libedit/libedit.patch 1.29 +2 -2 openpkg-src/libedit/libedit.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/libedit/libedit.patch ============================================================================ $ cvs diff -u -r1.5 -r1.6 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:53:43 -0000 1.6 @@ -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.28 -r1.29 libedit.spec --- openpkg-src/libedit/libedit.spec 13 Oct 2006 17:29:22 -0000 1.28 +++ openpkg-src/libedit/libedit.spec 22 Oct 2006 17:53:43 -0000 1.29 @@ -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: 20061013 +Release: 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 openpkg-cvs@openpkg.org