Accepting request 347277 from shells

- 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.

OBS-URL: https://build.opensuse.org/request/show/347277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2015-12-09 18:32:40 +00:00 committed by Git OBS Bridge
commit 9a33b84b0f
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74e9453b5470b3c0970f9f93cfd603d241c3d7b1968adc0e4b3951073e8d3dec
size 2788676

3
zsh-5.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d
size 2820108

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: zsh
Version: 5.1.1
Version: 5.2
Release: 0
Summary: Shell with comprehensive completion
License: MIT