Accepting request 97159 from shells
- Update to zsh 4.3.15 * Fix POSIX compatibility - Update to zsh 4.3.14 * Drop 74eed99c312de05e19b54ba6b5d37a0aeb4ba713.patch and 724fd07a67f135c74eba57e9f25fd342201ec722.patch, fixed upstream * Fix for nanosecond timestamp support - Fix license to be MIT, zsh seems to be using the "Modern" variant of the license text. - Import git commits 74eed99c312de05e19b54ba6b5d37a0aeb4ba713 and 724fd07a67f135c74eba57e9f25fd342201ec722 * metafy() added null termination even if buffer was not modifiable * Fix uninitialised memory after lexer realloc OBS-URL: https://build.opensuse.org/request/show/97159 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=36
This commit is contained in:
commit
80609779f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:173bafa9f363050de40c50492eccbd8c55d85401a42b076b2178c2d9d5355d9c
|
|
||||||
size 2964918
|
|
3
zsh-4.3.15.tar.bz2
Normal file
3
zsh-4.3.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8708f485823fb7e51aa696776d0dfac7d3558485182672cf9311c12a50a95486
|
||||||
|
size 2969951
|
25
zsh.changes
25
zsh.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 09:27:59 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to zsh 4.3.15
|
||||||
|
* Fix POSIX compatibility
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 13:28:25 UTC 2011 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to zsh 4.3.14
|
||||||
|
* Drop 74eed99c312de05e19b54ba6b5d37a0aeb4ba713.patch and
|
||||||
|
724fd07a67f135c74eba57e9f25fd342201ec722.patch, fixed upstream
|
||||||
|
* Fix for nanosecond timestamp support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 09:40:23 UTC 2011 - idoenmez@suse.de
|
||||||
|
|
||||||
|
- Fix license to be MIT, zsh seems to be using the "Modern" variant
|
||||||
|
of the license text.
|
||||||
|
- Import git commits 74eed99c312de05e19b54ba6b5d37a0aeb4ba713 and
|
||||||
|
724fd07a67f135c74eba57e9f25fd342201ec722
|
||||||
|
|
||||||
|
* metafy() added null termination even if buffer was not modifiable
|
||||||
|
* Fix uninitialised memory after lexer realloc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 21:49:26 UTC 2011 - idoenmez@suse.de
|
Wed Nov 30 21:49:26 UTC 2011 - idoenmez@suse.de
|
||||||
|
|
||||||
|
18
zsh.spec
18
zsh.spec
@ -16,18 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.3.13
|
Version: 4.3.15
|
||||||
Release: 4
|
Release: 0
|
||||||
License: BSD
|
|
||||||
Summary: Shell with comprehensive completion
|
Summary: Shell with comprehensive completion
|
||||||
Url: http://www.zsh.org
|
License: MIT
|
||||||
%if 0%{?suse_version}
|
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
%else
|
Url: http://www.zsh.org
|
||||||
Group: System Environment/Shells
|
|
||||||
%endif
|
|
||||||
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
|
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
|
||||||
Source1: zshrc
|
Source1: zshrc
|
||||||
Source2: zshenv
|
Source2: zshenv
|
||||||
@ -76,12 +71,7 @@ Zsh is well known for its command line completion.
|
|||||||
%package htmldoc
|
%package htmldoc
|
||||||
|
|
||||||
Summary: Zsh shell manual in html format
|
Summary: Zsh shell manual in html format
|
||||||
%if 0%{?suse_version}
|
|
||||||
Group: System/Shells
|
|
||||||
%else
|
|
||||||
Group: System Environment/Shells
|
|
||||||
Obsoletes: %{name}-html < %{version}
|
Obsoletes: %{name}-html < %{version}
|
||||||
%endif
|
|
||||||
|
|
||||||
%description htmldoc
|
%description htmldoc
|
||||||
The zsh shell is a command interpreter usable as an interactive login
|
The zsh shell is a command interpreter usable as an interactive login
|
||||||
|
Loading…
Reference in New Issue
Block a user