OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 25-Jan-2004 09:03:06
Branch: HEAD Handle: 2004012508030303
Modified files:
openpkg-re/vcheck vc.ncurses
openpkg-src/ncurses ncurses.spec
openpkg-web news.txt
Log:
upgrading package: ncurses 5.3.20040117 -> 5.4
Summary:
Revision Changes Path
1.95 +1 -1 openpkg-re/vcheck/vc.ncurses
1.132 +3 -21 openpkg-src/ncurses/ncurses.spec
1.8235 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.ncurses
============================================================================
$ cvs diff -u -r1.94 -r1.95 vc.ncurses
--- openpkg-re/vcheck/vc.ncurses 18 Jan 2004 09:44:11 -0000 1.94
+++ openpkg-re/vcheck/vc.ncurses 25 Jan 2004 08:03:03 -0000 1.95
@@ -2,7 +2,7 @@
}
prog ncurses = {
- version = 5.3
+ version = 5.4
url = ftp://invisible-island.net/ncurses/
regex = ncurses-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.spec
============================================================================
$ cvs diff -u -r1.131 -r1.132 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 23 Jan 2004 13:11:34 -0000 1.131
+++ openpkg-src/ncurses/ncurses.spec 25 Jan 2004 08:03:06 -0000 1.132
@@ -24,11 +24,7 @@
##
# package versions
-%define V_base 5.3
-%define V_patch0 20040110
-%define V_patch1 20040117
-%define V_patchL %{V_patch1}
-%define V_patches 1
+%define V_base 5.4
# package information
Name: ncurses
@@ -39,13 +35,11 @@
Distribution: OpenPKG [BASE]
Group: Terminal
License: GPL
-Version: %{V_base}.%{V_patchL}
-Release: 20040118
+Version: %{V_base}
+Release: 20040125
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
-Patch0:
ftp://invisible-island.net/ncurses/%{V_base}/patch-%{V_base}-%{V_patch0}.sh
-Patch1:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch1}.patch.gz
Patch100: ncurses.patch
# build information
@@ -62,18 +56,6 @@
%prep
%setup -q -n ncurses-%{V_base}
- ( cat %{PATCH0} >patchbase.sh
- %{l_shtool} subst \
- -e 's;gzip -dc;%{l_gzip} -dc;' \
- -e 's;patch -p1;%{l_patch} -p1;' \
- patchbase.sh
- sh patchbase.sh
- ) || exit $?
- for patchfile in \
- %{expand:%(i=1; while [ $i -le %{V_patches} ]; do %{l_shtool} echo -n "
%%{PATCH$i}"; i=`expr $i + 1`; done)}
- do
- %{l_gzip} -d -c $patchfile | %{l_patch} -p1 || true
- done
%patch100 -p0
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8234 -r1.8235 news.txt
--- openpkg-web/news.txt 25 Jan 2004 07:58:36 -0000 1.8234
+++ openpkg-web/news.txt 25 Jan 2004 08:03:04 -0000 1.8235
@@ -1,3 +1,4 @@
+25-Jan-2004: Upgraded package: P<ncurses-5.4-20040125>
25-Jan-2004: Upgraded package: P<coreutils-5.1.2-20040125>
25-Jan-2004: Upgraded package: P<unrar-3.3.5-20040125>
24-Jan-2004: Upgraded package: P<zlex-1.02-20040124>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]