[packages/mksh] - updated to 53a - removed obsolete cmdline-length patch (16k is now default if not using MKSH_SMALL
qboosh
qboosh at pld-linux.org
Tue Oct 25 21:05:33 CEST 2016
commit a311ce57b7d818346ca6514a653f91e0482482fa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Oct 25 21:07:50 2016 +0200
- updated to 53a
- removed obsolete cmdline-length patch (16k is now default if not using MKSH_SMALL)
mksh-cmdline-length.patch | 11 -----------
mksh.spec | 8 +++-----
2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index 5c764f4..6224432 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -6,17 +6,16 @@
Summary: MirBSD Korn Shell
Summary(pl.UTF-8): Powłoka Korna z MirBSD
Name: mksh
-Version: 52c
+Version: 53a
Release: 1
License: BSD
Group: Applications/Shells
Source0: https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
-# Source0-md5: cc3884e02314447e7b4a3073b8d65d1e
+# Source0-md5: 43fc3e32963cc1795a299bcec531d770
Source1: %{name}-mkshrc
Source2: get-source.sh
Patch0: %{name}-mkshrc_support.patch
Patch1: %{name}-circumflex.patch
-Patch2: %{name}-cmdline-length.patch
URL: https://www.mirbsd.org/mksh.htm
%if %{with tests}
BuildRequires: ed
@@ -79,11 +78,10 @@ W tym pakiecie jest mksh skonsolidowany statycznie.
%prep
%setup -qc
-mv mksh/* .; rmdir mksh
+%{__mv} mksh/* .; rmdir mksh
%patch0 -p1
%patch1 -p1
-%patch2 -p1
# sed rules instead of patch (needed update for every release)
sed -i -e 's|\(#define.*MKSH_VERSION.*\)"|\1 @DISTRO@"|g' sh.h
diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch
deleted file mode 100644
index 0225f51..0000000
--- a/mksh-cmdline-length.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mksh-48b/sh.h~ 2013-10-15 09:18:13.000000000 +0200
-+++ mksh-48b/sh.h 2013-10-15 09:18:46.706838235 +0200
-@@ -985,7 +985,7 @@
- EXTERN char *current_wd;
-
- /* input line size */
--#define LINE (4096 - ALLOC_OVERHEAD)
-+#define LINE (16384 - ALLOC_OVERHEAD)
- /*
- * Minimum required space to work with on a line - if the prompt leaves
- * less space than this on a line, the prompt is truncated.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mksh.git/commitdiff/a311ce57b7d818346ca6514a653f91e0482482fa
More information about the pld-cvs-commit
mailing list