- Update to version 5.1
* The print builtin has new options -x and -X to expand tabs. * Several new command completions and numerous updates to others. * Options to "fc" to segregate internal and shared history. * All emulations including "sh" use multibyte by default; several repairs to multibyte handling. * ZLE supports "bracketed paste" mode to avoid interpreting pasted newlines as accept-line. Pastes can be highlighted for visibility and to make it more obvious whether accept-line has occurred. * Improved (though still not perfect) POSIX compatibility for getopts builtin when POSIX_BUILTINS is set. * New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior. * Completion of date values now displays in a calendar format when the complist module is available. Controllable by zstyle. * New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat. * Several repairs/improvements to the contributed narrow-to-region ZLE function. * Many changes to child-process and signal handling to eliminate race conditions and avoid deadlocks on descriptor and memory management. * New builtin sysopen in zsh/system module for detailed control of file descriptor modes. - Remove printf-regress.patch, upstream. OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=158
This commit is contained in:
parent
587e1a1960
commit
033e276da2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8079cf08cb8beff22f84b56bd72bb6e6962ff4718d816f3d83a633b4c9e17d23
|
|
||||||
size 3250542
|
|
3
zsh-5.1.tar.xz
Normal file
3
zsh-5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c3a654fa0ef26cb1a3228c9257101870e72899fde1cd815388b1b2cbbdfa59b4
|
||||||
|
size 2785404
|
26
zsh.changes
26
zsh.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 06:36:57 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 5.1
|
||||||
|
* The print builtin has new options -x and -X to expand tabs.
|
||||||
|
* Several new command completions and numerous updates to others.
|
||||||
|
* Options to "fc" to segregate internal and shared history.
|
||||||
|
* All emulations including "sh" use multibyte by default; several
|
||||||
|
repairs to multibyte handling.
|
||||||
|
* ZLE supports "bracketed paste" mode to avoid interpreting pasted
|
||||||
|
newlines as accept-line. Pastes can be highlighted for visibility
|
||||||
|
and to make it more obvious whether accept-line has occurred.
|
||||||
|
* Improved (though still not perfect) POSIX compatibility for getopts
|
||||||
|
builtin when POSIX_BUILTINS is set.
|
||||||
|
* New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior.
|
||||||
|
* Completion of date values now displays in a calendar format when
|
||||||
|
the complist module is available. Controllable by zstyle.
|
||||||
|
* New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat.
|
||||||
|
* Several repairs/improvements to the contributed narrow-to-region
|
||||||
|
ZLE function.
|
||||||
|
* Many changes to child-process and signal handling to eliminate race
|
||||||
|
conditions and avoid deadlocks on descriptor and memory management.
|
||||||
|
* New builtin sysopen in zsh/system module for detailed control of
|
||||||
|
file descriptor modes.
|
||||||
|
- Remove printf-regress.patch, upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 14 12:55:42 UTC 2015 - idonmez@suse.com
|
Sun Jun 14 12:55:42 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
6
zsh.spec
6
zsh.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 5.0.8
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shell with comprehensive completion
|
Summary: Shell with comprehensive completion
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Url: http://www.zsh.org
|
Url: http://www.zsh.org
|
||||||
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.bz2
|
Source0: http://www.zsh.org/pub/zsh-%{version}.tar.xz
|
||||||
Source1: zshrc
|
Source1: zshrc
|
||||||
Source2: zshenv
|
Source2: zshenv
|
||||||
Source3: zprofile
|
Source3: zprofile
|
||||||
@ -39,7 +39,6 @@ Source17: zshprompt.pl
|
|||||||
Patch1: trim-unneeded-completions.patch
|
Patch1: trim-unneeded-completions.patch
|
||||||
# PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc completion
|
# PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc completion
|
||||||
Patch2: zsh-osc-completion.patch
|
Patch2: zsh-osc-completion.patch
|
||||||
Patch3: printf-regress.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires(pre): %{install_info_prereq}
|
Requires(pre): %{install_info_prereq}
|
||||||
@ -99,7 +98,6 @@ This package contains the Zsh manual in html format.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
# Remove executable bit
|
# Remove executable bit
|
||||||
chmod 0644 Etc/changelog2html.pl
|
chmod 0644 Etc/changelog2html.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user