Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2014-08-03 15:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksh (Old)
 and      /work/SRC/openSUSE:Factory/.ksh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2014-07-18 14:03:49.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes     2014-08-03 
15:36:20.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Aug  1 06:58:17 UTC 2014 - wer...@suse.de
+
+- Disable patch ksh93-backticks.dif as it breaks several test cases 
+
+-------------------------------------------------------------------
+Thu Jul 31 12:42:49 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+-------------------------------------------------------------------
+Fri Jul 18 14:14:23 UTC 2014 - wer...@suse.de
+
+-  Add patch ksh93-backticks.dif to allow the ksh to use more than
+   65536 characters in the output of old fashion `...` commands (bnc#887320)
+
+-------------------------------------------------------------------

Old:
----
  rpmlintrc

New:
----
  ksh-rpmlintrc
  ksh93-backticks.dif

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksh.spec ++++++
--- /var/tmp/diff_new_pack.AqiPGA/_old  2014-08-03 15:36:21.000000000 +0200
+++ /var/tmp/diff_new_pack.AqiPGA/_new  2014-08-03 15:36:21.000000000 +0200
@@ -91,7 +91,7 @@
 Source14:       leak3.sh
 Source20:       Agreement
 Source21:       Warning
-Source30:       rpmlintrc
+Source30:       ksh-rpmlintrc
 Source31:       vmbalance
 Source42:       sigexec.c
 Patch:          ksh93.dif
@@ -132,6 +132,8 @@
 Patch36:        ksh93-fs3d.dif
 # PATCH-FIX-SUSE Various crashes fixed for bnc#844071
 Patch37:        ksh93-crashes.dif
+# PATCH-FIX-SUSE Strings in backticks cannot be longer than 65536 characters 
bnc#887320
+Patch38:        ksh93-backticks.dif
 Patch42:        ksh-locale.patch
 
 %description
@@ -216,6 +218,7 @@
 %patch34
 %patch36
 %patch37
+#%patch38
 %patch42
 
 %build

++++++ ksh-rpmlintrc ++++++
addFilter(".*binary-or-shlib-defines-rpath.*/lib/ast/.*\.so.*")
addFilter(".*binary-or-shlib-defines-rpath.*/lib/ast/bin/shcomp.*")
addFilter(".*binary-or-shlib-defines-rpath.*/lib/ast/bin/ksh.*")
addFilter(".*binary-or-shlib-defines-rpath.*/lib64/ast/.*\.so.*")
addFilter(".*binary-or-shlib-defines-rpath.*/lib64/ast/bin/shcomp.*")
addFilter(".*binary-or-shlib-defines-rpath.*/lib64/ast/bin/ksh.*")
addFilter(".*suse-filelist-forbidden-devel-in-lib.*/lib/ast/.*\.so.*")
addFilter(".*suse-filelist-forbidden-devel-in-lib.*/lib64/ast/.*\.so.*")
addFilter(".*devel-file-in-non-devel-package.*/lib/ast/.*\.so")
addFilter(".*devel-file-in-non-devel-package.*/lib64/ast/.*\.so")
addFilter(".*script-without-shebang.*/usr/share/ksh/fun/.*")
addFilter(".*no-rpm-opt-flags.*ldtest.c.*")
addFilter(".*invalid-suse-version-check.*")
addFilter(".*obsolete-suse-version-check.*")
++++++ ksh93-backticks.dif ++++++
---
 src/cmd/ksh93/sh/macro.c        |    2 -
 1 file changed, 1 insertion(+), 1 deletion(-)

--- src/cmd/ksh93/sh/macro.c
+++ src/cmd/ksh93/sh/macro.c    2014-07-18 13:50:47.590235743 +0000
@@ -2198,7 +2198,7 @@ static void comsubst(Mac_t *mp,register
                mp->shp->inlineno = error_info.line+mp->shp->st.firstline;
                t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL);
                mp->shp->inlineno = c;
-               type = 1;
+               type = 3;
        }
 #if KSHELL
        if(t)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to