]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- updated to 53a auto/th/mksh-53a-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Oct 2016 19:07:50 +0000 (21:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Oct 2016 19:07:50 +0000 (21:07 +0200)
- removed obsolete cmdline-length patch (16k is now default if not using MKSH_SMALL)

mksh-cmdline-length.patch [deleted file]
mksh.spec

diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch
deleted file mode 100644 (file)
index 0225f51..0000000
+++ /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.
index 5c764f48235427462ec774df5d62e51331a412f0..622443294d53af7bd41f18919b4286855659550b 100644 (file)
--- 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
This page took 0.113314 seconds and 4 git commands to generate.