OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 27-Oct-2002 08:40:37
Branch: HEAD Handle: 2002102707403601
Modified files:
openpkg-src/ncurses ncurses.spec
openpkg-web news.txt
Log:
upgrading package: ncurses 5.3.20021019 -> 5.3.20021026
Summary:
Revision Changes Path
1.54 +4 -2 openpkg-src/ncurses/ncurses.spec
1.1900 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/ncurses/ncurses.spec
============================================================
$ cvs diff -u -r1.53 -r1.54 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 20 Oct 2002 07:27:30 -0000 1.53
+++ openpkg-src/ncurses/ncurses.spec 27 Oct 2002 07:40:37 -0000 1.54
@@ -25,7 +25,8 @@
%define V_base 5.3
%define V_patch1 20021019
-%define V_patchL %{V_patch1}
+%define V_patch2 20021026
+%define V_patchL %{V_patch2}
# package information
Name: ncurses
@@ -42,6 +43,7 @@
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
Patch1:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch1}.patch.gz
+Patch2:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch2}.patch.gz
# build information
Prefix: %{l_prefix}
@@ -64,7 +66,7 @@
# patchbase.sh
# sh patchbase.sh
#)
- for patch in %{PATCH1}; do
+ for patch in %{PATCH1} %{PATCH2}; do
%{l_gzip} -d -c $patch | %{l_patch} -p1 || true
done
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1899 -r1.1900 news.txt
--- openpkg-web/news.txt 27 Oct 2002 07:40:30 -0000 1.1899
+++ openpkg-web/news.txt 27 Oct 2002 07:40:36 -0000 1.1900
@@ -1,3 +1,4 @@
+27-Oct-2002: Upgraded package: P<ncurses-5.3.20021026-20021020>
27-Oct-2002: Upgraded package: P<perl-dbi-20021027-20021027>
27-Oct-2002: Upgraded package: P<iozone-3.132-20021027>
26-Oct-2002: Upgraded package: P<xterm-1.70-20021026>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]