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: 20-Apr-2007 14:58:28
Branch: HEAD Handle: 2007042013582800
Modified files:
openpkg-src/zsh zsh.patch zsh.spec
Log:
upgrading package: zsh 4.2.6 -> 4.3.4
Summary:
Revision Changes Path
1.2 +24 -5 openpkg-src/zsh/zsh.patch
1.49 +3 -3 openpkg-src/zsh/zsh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/zsh/zsh.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 zsh.patch
--- openpkg-src/zsh/zsh.patch 16 Aug 2006 18:56:40 -0000 1.1
+++ openpkg-src/zsh/zsh.patch 20 Apr 2007 12:58:28 -0000 1.2
@@ -1,6 +1,6 @@
Index: Config/defs.mk.in
---- Config/defs.mk.in.orig 2001-12-21 00:48:39 +0100
-+++ Config/defs.mk.in 2006-08-16 20:02:20 +0200
+--- Config/defs.mk.in.orig 2007-01-15 17:36:41 +0100
++++ Config/defs.mk.in 2007-04-20 13:38:47 +0200
@@ -37,7 +37,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
@@ -9,10 +9,10 @@
+MODDIR = $(libdir)
infodir = @infodir@
mandir = @mandir@
- datadir = @datadir@
+ datarootdir = @datarootdir@
Index: Src/Makefile.in
---- Src/Makefile.in.orig 2001-12-21 00:48:39 +0100
-+++ Src/Makefile.in 2006-08-16 20:05:28 +0200
+--- Src/Makefile.in.orig 2005-07-24 06:47:57 +0200
++++ Src/Makefile.in 2007-04-20 13:38:47 +0200
@@ -65,7 +65,7 @@
NSTMP = stamp-modobjs
NLIST = `cat stamp-modobjs`
@@ -22,3 +22,22 @@
NIBZSH =
INSTLIB = @INSTLIB@
UNINSTLIB = @UNINSTLIB@
+Index: Src/utils.c
+--- Src/utils.c.orig 2007-04-17 15:57:15 +0200
++++ Src/utils.c 2007-04-20 13:39:02 +0200
+@@ -4569,11 +4569,13 @@
+ int count;
+ #else
+ unsigned int wval;
+-# if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
++# if defined(HAVE_NL_LANGINFO) && defined(CODESET)
++ size_t count;
++# if defined(HAVE_ICONV)
+ iconv_t cd;
+ char inbuf[4];
+ size_t inbytes, outbytes;
+- size_t count;
++# endif
+ # endif
+ #endif
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/zsh/zsh.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 zsh.spec
--- openpkg-src/zsh/zsh.spec 1 Jan 2007 17:43:15 -0000 1.48
+++ openpkg-src/zsh/zsh.spec 20 Apr 2007 12:58:28 -0000 1.49
@@ -32,8 +32,8 @@
Class: BASE
Group: Shell
License: BSD-style
-Version: 4.2.6
-Release: 20061013
+Version: 4.3.4
+Release: 20070420
# package options
%option with_dynamic no
@@ -61,7 +61,7 @@
prog zsh = {
version = %{version}
url = ftp://ftp.zsh.org/pub/
- regex = zsh-(\d+\.[02468]\.\d+)\.tar\.bz2
+ regex = zsh-(\d+\.\d+\.\d+)\.tar\.bz2
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]