Author: arekm Date: Sun Sep 2 12:54:59 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 46; unset shouldn't fail if variable wasn't set
---- Files affected: SPECS: pdksh.spec (1.111 -> 1.112) ---- Diffs: ================================================================ Index: SPECS/pdksh.spec diff -u SPECS/pdksh.spec:1.111 SPECS/pdksh.spec:1.112 --- SPECS/pdksh.spec:1.111 Mon Jul 16 20:30:47 2007 +++ SPECS/pdksh.spec Sun Sep 2 14:54:54 2007 @@ -14,7 +14,7 @@ Summary(uk.UTF-8): Вілбна реалізація командного процесора Korn shell (ksh) Name: pdksh Version: 5.2.14 -Release: 45 +Release: 46 License: Mostly Public Domain with Free & GPL additions Group: Applications/Shells Source0: ftp://ftp.cs.mun.ca/pub/pdksh/%{name}-%{version}.tar.gz @@ -32,6 +32,7 @@ Patch13: %{name}-hex.patch Patch14: %{name}-kshrc_support.patch Patch15: %{name}-ulimit-vmem.patch +Patch16: %{name}-unset.patch URL: http://www.cs.mun.ca/~michael/pdksh/ %{?with_static:BuildRequires: glibc-static} # is needed for /etc directory existence @@ -121,6 +122,7 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p0 %build CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -DDEBIAN=1" @@ -219,6 +221,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.112 2007/09/02 12:54:54 arekm +- rel 46; unset shouldn't fail if variable wasn't set + Revision 1.111 2007/07/16 18:30:47 arekm - rel 45; trying out R: FHS ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pdksh.spec?r1=1.111&r2=1.112&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
