]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- up to 52; upsteam dropped stop alias auto/th/mksh-52-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Dec 2015 08:31:48 +0000 (09:31 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Dec 2015 08:31:48 +0000 (09:31 +0100)
mksh-circumflex.patch
mksh-no_stop_alias.patch [deleted file]
mksh.spec

index 8533e44a0ae71b50dc4ca4893ad55454083f6cca..f52bbed77c3a945c3a6a51ea8028b7893f7dfd65 100644 (file)
@@ -31,18 +31,6 @@ diff -ur mksh-40.org//sh.h mksh-40/sh.h
  
  #define LINE          4096    /* input line size */
  
-diff -ur mksh-40.org//tree.c mksh-40/tree.c
---- mksh-40.org//tree.c        2011-05-29 04:19:21.000000000 +0200
-+++ mksh-40/tree.c     2011-07-07 18:30:12.088149284 +0200
-@@ -289,7 +289,7 @@
-               case CHAR:
-                       c = *wp++;
-                       if ((opmode & WDS_MAGIC) &&
--                          (ISMAGIC(c) || c == '[' || c == '!' ||
-+                          (ISMAGIC(c) || c == '[' || c == '!' || c == NOT2 ||
-                           c == '-' || c == ']' || c == '*' || c == '?'))
-                               shf_putc(MAGIC, shf);
-                       shf_putc(c, shf);
 diff -urN mksh.org/check.t mksh/check.t
 --- mksh.org/check.t   2014-01-11 19:10:02.000000000 +0100
 +++ mksh/check.t       2014-01-20 14:12:37.924222697 +0100
diff --git a/mksh-no_stop_alias.patch b/mksh-no_stop_alias.patch
deleted file mode 100644 (file)
index b026076..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -urN mksh.org/check.t mksh/check.t
---- mksh.org/check.t   2015-07-10 21:36:57.000000000 +0200
-+++ mksh/check.t       2015-07-13 09:29:23.388948055 +0200
-@@ -7467,7 +7467,6 @@
-       nohup='nohup '
-       r='\builtin fc -e -'
-       source='PATH=$PATH:. \command .'
--      stop='\kill -STOP'
-       type='\builtin whence -v'
- ---
- name: aliases-1-hartz4
-@@ -7532,7 +7531,6 @@
-       nohup='nohup '
-       r='\builtin fc -e -'
-       source='PATH=$PATH:. \command .'
--      stop='\kill -STOP'
-       type='\builtin whence -v'
- ---
- name: aliases-3b
-@@ -7555,7 +7553,6 @@
-       nohup='nohup '
-       r='\builtin fc -e -'
-       source='PATH=$PATH:. \command .'
--      stop='\kill -STOP'
-       type='\builtin whence -v'
- ---
- name: aliases-2b-hartz4
-diff -urN mksh.org/main.c mksh/main.c
---- mksh.org/main.c    2015-07-10 21:37:01.000000000 +0200
-+++ mksh/main.c        2015-07-13 09:29:08.398575771 +0200
-@@ -74,7 +74,6 @@
- #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
-       /* not in Android for political reasons */
-       /* not in ARGE mksh due to no job control */
--      "stop=\\kill -STOP",
- #endif
-       "autoload=\\typeset -fu",
-       "functions=\\typeset -f",
-diff -urN mksh.org/mksh.1 mksh/mksh.1
---- mksh.org/mksh.1    2015-07-10 21:36:05.000000000 +0200
-+++ mksh/mksh.1        2015-07-13 09:29:15.412083285 +0200
-@@ -1131,7 +1131,6 @@
- nohup=\*(aqnohup \*(aq
- r=\*(aq\ebuiltin fc \-e \-\*(aq
- source=\*(aqPATH=$PATH:. \ecommand .\*(aq
--stop=\*(aq\ekill \-STOP\*(aq
- type=\*(aq\ebuiltin whence \-v\*(aq
- .Ed
- .Pp
index 815fdb3e9ac03b2ae0bde6be08e26d0fb768fdf8..542738fedd699560dde379bd0086466d4f881aa8 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -6,18 +6,17 @@
 Summary:       MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
-Version:       51
-Release:       3
+Version:       52
+Release:       1
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
-# Source0-md5: 8e522475da795c60f35a6f8035481baf
+# Source0-md5: cd5b92fc2e455d33cbd59f3e7518f257
 Source1:       %{name}-mkshrc
 Source2:       get-source.sh
 Patch0:                %{name}-mkshrc_support.patch
 Patch1:                %{name}-circumflex.patch
-Patch2:                %{name}-no_stop_alias.patch
-Patch3:                %{name}-cmdline-length.patch
+Patch2:                %{name}-cmdline-length.patch
 URL:           https://www.mirbsd.org/mksh.htm
 %if %{with tests}
 BuildRequires: ed
@@ -85,7 +84,6 @@ mv mksh/* .; rmdir mksh
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -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.102802 seconds and 4 git commands to generate.