diff --git a/zsh-5.1.1.tar.xz b/zsh-5.1.1.tar.xz deleted file mode 100644 index 8f73d05..0000000 --- a/zsh-5.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec -size 2788676 diff --git a/zsh-5.2.tar.xz b/zsh-5.2.tar.xz new file mode 100644 index 0000000..d7b091c --- /dev/null +++ b/zsh-5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d +size 2820108 diff --git a/zsh.changes b/zsh.changes index 05ea696..10e1f6e 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 3 07:36:33 UTC 2015 - idonmez@suse.com + +- Update to version 5.2 + * The new module zsh/param/private can be loaded to allow the shell + to define parameters that are private to a function scope (i.e. are + not propagated to nested functions called within this function). + * The GLOB_STAR_SHORT option allows the pattern **/* to be shortened to + just ** if no / follows. so **.c searches recursively for a file whose + name has the suffix ".c". + * The effect of the WARN_CREATE_GLOBAL option has been significantly + extended, so expect it to cause additional warning messages about + parameters created globally within function scope. + ------------------------------------------------------------------- Thu Nov 5 15:51:37 UTC 2015 - idonmez@suse.com diff --git a/zsh.spec b/zsh.spec index a63e975..8315381 100644 --- a/zsh.spec +++ b/zsh.spec @@ -17,7 +17,7 @@ Name: zsh -Version: 5.1.1 +Version: 5.2 Release: 0 Summary: Shell with comprehensive completion License: MIT