Commit Graph

147 Commits

Author SHA256 Message Date
Dominique Leuenberger
baea488471 Accepting request 309607 from shells
- Update to version 5.0.8
  * Global aliases can be created for syntactic tokens such as command
    separators (";", "&", "|", "&&", "||"), redirection operators, etc.
  * There have been various further improvements to builtin handling
    with the POSIX_BUILTINS option (off by default) for compatibility with
    the POSIX standard.
  * 'whence -v' is now more informative, and 'whence -S' shows you
    how a full chain of symbolic links resolves to a command.
  * The 'p' parameter flag now allows an argument to be specified
    as a reference to a variable, e.g. ${(ps.$sep.)foo} to split $foo
    on a string given by $sep.
  * The option FORCE_FLOAT now forces variables, not just constants,
    to floating point in arithmetic expressions.
  * The type of an assignment in arithmetic expressions, e.g. the
    type seen by the variable res in $(( res = a = b )), is now
    more logical and C-like.
  * The default binding of 'u' in vi command mode has changed to undo
    multiple changes when invoked repeatedly. '^R' is now bound to redo
    changes. To revert to toggling of the last edit use:
    bindkey -a u vi-undo-change
  * Compatibility with Vim has been improved for vi editing mode. Most
    notably, Vim style text objects are supported and the region can be
    manipulated with vi commands in the same manner as Vim's visual mode.
  * Elements of the watch variable may now be patterns.
  * The logic for retrying history locking has been improved.
- Remove gcc5-fix.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/309607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=67
2015-06-03 06:23:27 +00:00
Ismail Dönmez
287e3e9a71 * Global aliases can be created for syntactic tokens such as command
separators (";", "&", "|", "&&", "||"), redirection operators, etc.
  * There have been various further improvements to builtin handling
    with the POSIX_BUILTINS option (off by default) for compatibility with
    the POSIX standard.
  * 'whence -v' is now more informative, and 'whence -S' shows you
    how a full chain of symbolic links resolves to a command.
  * The 'p' parameter flag now allows an argument to be specified
    as a reference to a variable, e.g. ${(ps.$sep.)foo} to split $foo
    on a string given by $sep.
  * The option FORCE_FLOAT now forces variables, not just constants,
    to floating point in arithmetic expressions.
  * The type of an assignment in arithmetic expressions, e.g. the
    type seen by the variable res in $(( res = a = b )), is now
    more logical and C-like.
  * The default binding of 'u' in vi command mode has changed to undo
    multiple changes when invoked repeatedly. '^R' is now bound to redo
    changes. To revert to toggling of the last edit use:
    bindkey -a u vi-undo-change
  * Compatibility with Vim has been improved for vi editing mode. Most
    notably, Vim style text objects are supported and the region can be
    manipulated with vi commands in the same manner as Vim's visual mode.
  * Elements of the watch variable may now be patterns.
  * The logic for retrying history locking has been improved.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=154
2015-06-01 08:10:13 +00:00
Ismail Dönmez
c020b1259e - Update to version 5.0.8
- Remove gcc5-fix.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=153
2015-05-31 19:26:04 +00:00
Stephan Kulow
f6e4b2683a Accepting request 305205 from shells
1

OBS-URL: https://build.opensuse.org/request/show/305205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=66
2015-05-10 08:53:51 +00:00
Ismail Dönmez
6286e536f6 Accepting request 305143 from home:Dmitry_R:branches:shells
- Fix openSUSE versions in osc completion
  * zsh-osc-completion.patch

OBS-URL: https://build.opensuse.org/request/show/305143
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=151
2015-05-03 13:25:23 +00:00
Ismail Dönmez
79d1bf0832 - Add gcc5-fix.patch to fix signames.c generation with gcc5
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=150
2015-04-29 08:34:05 +00:00
Stephan Kulow
3b21b20f27 Accepting request 298564 from shells
1

OBS-URL: https://build.opensuse.org/request/show/298564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=65
2015-04-25 14:46:10 +00:00
Ismail Dönmez
d853728465 Accepting request 298548 from home:hennevogel:branches:shells
OBS-URL: https://build.opensuse.org/request/show/298548
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=148
2015-04-22 11:40:37 +00:00
Stephan Kulow
5346e0c7ef Accepting request 285134 from shells
1

OBS-URL: https://build.opensuse.org/request/show/285134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=64
2015-02-16 14:02:26 +00:00
Ismail Dönmez
7a526a731d Accepting request 285043 from home:dimstar:Factory
- BuildRequire texi2html instead of texinfo: the packages have been
  split completely now.

OBS-URL: https://build.opensuse.org/request/show/285043
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=146
2015-02-10 16:12:54 +00:00
Ismail Dönmez
ba4be0b64c -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=145
2015-02-05 11:33:27 +00:00
Ismail Dönmez
9ee160ad3d - Add zsh-texi2html-randomness.patch to prevent random changes
in texi2html output (bnc#916186)

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=144
2015-02-05 10:56:22 +00:00
Dominique Leuenberger
39da245432 Accepting request 283223 from shells
- Add back rpm completion file (bnc#900424)

OBS-URL: https://build.opensuse.org/request/show/283223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=63
2015-01-30 19:30:57 +00:00
Ismail Dönmez
78d9ded217 - Add back rpm completion file (bnc#900424)
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=142
2015-01-28 17:53:51 +00:00
Dominique Leuenberger
0d01000eb4 Accepting request 281259 from shells
- Harden CFLAGS/LDFLAGS

OBS-URL: https://build.opensuse.org/request/show/281259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=62
2015-01-20 18:11:51 +00:00
Ismail Dönmez
3f8a572ebb - Harden CFLAGS/LDFLAGS
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=140
2015-01-14 10:02:14 +00:00
Stephan Kulow
e6f1581bfc Accepting request 254813 from shells
- Update to version 5.0.7
  * Small bugfixes
  * Includes a security fix to disallow evaluation of the
    initial values of integer variables imported from the environment
- Remove zsh-fix-pcre-n.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/254813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=61
2014-10-11 17:24:56 +00:00
Ismail Dönmez
ae6f9666d7 -
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=138
2014-10-09 08:27:40 +00:00
Ismail Dönmez
d4f7a02a88 - Update to version 5.0.7
* Small bugfixes
  * Includes a security fix to disallow evaluation of the
    initial values of integer variables imported from the environment
- Remove zsh-fix-pcre-n.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=137
2014-10-09 08:27:29 +00:00
Stephan Kulow
b7841c587e Accepting request 247923 from shells
- Add zsh-fix-pcre-n.patch to fix pcre_match() -n option

OBS-URL: https://build.opensuse.org/request/show/247923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=60
2014-09-10 05:27:36 +00:00
Ismail Dönmez
eac5e1dadc - Add zsh-fix-pcre-n.patch to fix pcre_match() -n option
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=135
2014-09-07 20:11:03 +00:00
Stephan Kulow
9107179e04 Accepting request 246763 from shells
- Update to version 5.0.6
  * See included ChangeLog
- Remove zsh-update-zypper-completion.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/246763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=59
2014-08-31 07:58:42 +00:00
Ismail Dönmez
7141b29768 - Update to version 5.0.6
* See included ChangeLog
- Remove zsh-update-zypper-completion.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=133
2014-08-28 19:23:29 +00:00
Stephan Kulow
5ce2c864f7 Accepting request 243775 from shells
- Rename Completion/openSUSE/Command/_SuSEconfig to _SUSEconfig
  (bnc#888989 fate#316521)

OBS-URL: https://build.opensuse.org/request/show/243775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=57
2014-08-07 06:07:33 +00:00
Ismail Dönmez
2d84176d17 - Rename Completion/openSUSE/Command/_SuSEconfig to _SUSEconfig
(bnc#888989 fate#316521)

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=131
2014-08-06 13:02:37 +00:00
Stephan Kulow
ed78d96e25 Accepting request 214151 from shells
- Update zsh-update-zypper-completion.patch to v0.3

OBS-URL: https://build.opensuse.org/request/show/214151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=56
2014-01-17 12:18:37 +00:00
Ismail Dönmez
7fa8ba6e31 - Update zsh-update-zypper-completion.patch to v0.3
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=129
2014-01-17 09:42:38 +00:00
Stephan Kulow
67dff67695 Accepting request 214085 from shells
- Add zsh-update-zypper-completion.patch to update zypper
  completions, patch by Holger Macht and Thomas Mitterfellner.

OBS-URL: https://build.opensuse.org/request/show/214085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=55
2014-01-16 14:38:30 +00:00
Ismail Dönmez
27bcc0a928 - Add zsh-update-zypper-completion.patch to update zypper
completions, patch by Holger Macht and Thomas Mitterfellner.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=127
2014-01-16 09:52:00 +00:00
Stephan Kulow
f5c5c4d40c Accepting request 212971 from shells
- Update to version 5.0.5
  * Fixes a couple of regression in 5.0.4
- Remove zsh-pipefix.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/212971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=54
2014-01-07 12:59:54 +00:00
Ismail Dönmez
b851a7a560 - Update to version 5.0.5
* Fixes a couple of regression in 5.0.4
- Remove zsh-pipefix.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=125
2014-01-07 08:45:48 +00:00
Stephan Kulow
cacb94037b Accepting request 212246 from shells
- Update to version 5.0.4
  * Small bugfix release
- Add zsh-pipefix.patch to import pipe fixes from zsh.git
- Remove upstream patches
  * zsh-osc-suseversion.patch
  * zsh-zypper-completion.patch

OBS-URL: https://build.opensuse.org/request/show/212246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=53
2013-12-26 16:42:43 +00:00
Ismail Dönmez
121ecfd234 - Update to version 5.0.4
* Small bugfix release
- Add zsh-pipefix.patch to import pipe fixes from zsh.git
- Remove upstream patches
  * zsh-osc-suseversion.patch
  * zsh-zypper-completion.patch

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=123
2013-12-25 12:35:38 +00:00
Stephan Kulow
390153be2f Accepting request 172801 from shells
- Don't set globdots it might lead to unexpected problems (bnc#815556)

OBS-URL: https://build.opensuse.org/request/show/172801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=51
2013-04-22 12:33:18 +00:00
Ismail Dönmez
0b90e2e3f6 - Don't set globdots it might lead to unexpected problems (bnc#815556)
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=121
2013-04-22 09:23:02 +00:00
Stephan Kulow
5966a6b506 Accepting request 162040 from shells
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/162040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=50
2013-04-02 12:02:24 +00:00
Ismail Dönmez
ef7e09ba45 - Fix custom completion support via /etc/zsh_completion.d (bnc#811356)
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=119
2013-03-25 12:03:02 +00:00
Stephan Kulow
fac14ea725 Accepting request 160415 from shells
- Fix custom completion support via /etc/zsh_completion.d
- Add trim-unneeded-completions.patch to remove unneeded completions
  when building for openSUSE

OBS-URL: https://build.opensuse.org/request/show/160415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=49
2013-03-22 08:22:17 +00:00
Ismail Dönmez
9918aee7eb - Fix custom completion support via /etc/zsh_completion.d
- Add trim-unneeded-completions.patch to remove unneeded completions
  when building for openSUSE

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=117
2013-03-21 10:20:30 +00:00
Stephan Kulow
a0d148d1e9 Accepting request 150181 from shells
- Fix zypper completion [bnc#752112]
  * zsh-zypper-completion.patch
- Fix osc completion
  * zsh-osc-suseversion.patch (forwarded request 150103 from Dmitry_R)

OBS-URL: https://build.opensuse.org/request/show/150181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=48
2013-01-29 05:49:17 +00:00
Ismail Dönmez
5659994e95 Accepting request 150103 from home:Dmitry_R:branches:shells
- Fix zypper completion [bnc#752112]
  * zsh-zypper-completion.patch
- Fix osc completion
  * zsh-osc-suseversion.patch

OBS-URL: https://build.opensuse.org/request/show/150103
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=115
2013-01-28 14:56:34 +00:00
Ismail Dönmez
9bdf530d85 Accepting request 146351 from shells
- Update to version 5.0.2
  * Numeric constants in mathematical contexts can contain
    underscores.
  * functions -T turns on tracing for specific functions.
- See the included NEWS file for other changes.

OBS-URL: https://build.opensuse.org/request/show/146351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=46
2012-12-28 21:52:35 +00:00
Ismail Dönmez
92ab442bd9 - Update to version 5.0.2
* Numeric constants in mathematical contexts can contain
    underscores.
  * functions -T turns on tracing for specific functions.
- See the included NEWS file for other changes.

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=113
2012-12-24 16:07:54 +00:00
Stephan Kulow
5a4b3ad994 Accepting request 141535 from shells
- Test suite runs flaky in qemu-arm, disable it for now. (forwarded request 141528 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/141535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=45
2012-11-16 13:53:30 +00:00
Ismail Dönmez
e1eabe529b Accepting request 141528 from home:elvigia:branches:shells
- Test suite runs flaky in qemu-arm, disable it for now.

OBS-URL: https://build.opensuse.org/request/show/141528
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=111
2012-11-16 08:16:12 +00:00
Stephan Kulow
a2d9ef82c7 Accepting request 139476 from shells
- buildrequire groff needed to build helpfiles (forwarded request 139458 from coolo)

OBS-URL: https://build.opensuse.org/request/show/139476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=44
2012-10-27 05:58:13 +00:00
Cristian Rodríguez
718ad4a919 Accepting request 139458 from home:coolo:branches:openSUSE:Factory
- buildrequire groff needed to build helpfiles

OBS-URL: https://build.opensuse.org/request/show/139458
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=109
2012-10-26 15:58:01 +00:00
Ismail Dönmez
6b52e70945 Accepting request 130572 from shells
- Version update to 5.0.0
  * No real changes since 4.3.17

OBS-URL: https://build.opensuse.org/request/show/130572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=43
2012-08-12 13:30:03 +00:00
Ismail Dönmez
72984c044d - Version update to 5.0.0
* No real changes since 4.3.17

OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=107
2012-08-09 21:28:39 +00:00
Stephan Kulow
61d8922369 Accepting request 128701 from shells
- we need tex2html too, which is provided by texinfo (forwarded request 128654 from coolo)

OBS-URL: https://build.opensuse.org/request/show/128701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=42
2012-07-23 08:49:16 +00:00