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: 02-Sep-2007 20:19:00
Branch: HEAD Handle: 2007090219185900
Modified files:
openpkg-src/ncurses ncurses.patch ncurses.spec
Log:
upgrading package: ncurses 5.6.20070825 -> 5.6.20070901
Summary:
Revision Changes Path
1.14 +7 -7 openpkg-src/ncurses/ncurses.patch
1.338 +5 -3 openpkg-src/ncurses/ncurses.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.patch
============================================================================
$ cvs diff -u -r1.13 -r1.14 ncurses.patch
--- openpkg-src/ncurses/ncurses.patch 26 Aug 2007 07:49:19 -0000 1.13
+++ openpkg-src/ncurses/ncurses.patch 2 Sep 2007 18:18:59 -0000 1.14
@@ -133,13 +133,13 @@
Index: tack/edit.c
--- tack/edit.c.orig 2006-06-24 23:22:42 +0200
-+++ tack/edit.c 2007-08-26 09:45:19 +0200
-@@ -23,6 +23,8 @@
- #include <time.h>
- #include <tic.h>
++++ tack/edit.c 2007-09-02 20:16:00 +0200
+@@ -33,6 +33,8 @@
+ static void show_untested(struct test_list *, int *, int *);
+ static void show_changed(struct test_list *, int *, int *);
+#define _nc_info_hash_table _nc_get_hash_table(0)
+
- MODULE_ID("$Id: ncurses.patch,v 1.13 2007/08/26 07:49:19 rse Exp $")
-
- /*
+ #define SHOW_VALUE 1
+ #define SHOW_EDIT 2
+ #define SHOW_DELETE 3
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.spec
============================================================================
$ cvs diff -u -r1.337 -r1.338 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 26 Aug 2007 07:49:19 -0000 1.337
+++ openpkg-src/ncurses/ncurses.spec 2 Sep 2007 18:18:59 -0000 1.338
@@ -50,9 +50,10 @@
%define V_patch24 20070812
%define V_patch25 20070818
%define V_patch26 20070825
+%define V_patch27 20070901
%define V_patchB %{V_patch1}
-%define V_patchL %{V_patch26}
-%define V_patches 26
+%define V_patchL %{V_patch27}
+%define V_patches 27
# package information
Name: ncurses
@@ -65,7 +66,7 @@
Group: Terminal
License: MIT-style
Version: %{V_base}.%{V_patchL}
-Release: 20070826
+Release: 20070902
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
@@ -95,6 +96,7 @@
Patch24:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch24}.patch.gz
Patch25:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
Patch26:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
+Patch27:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
Patch100: ncurses.patch
# build information
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]