Ismail Dönmez
6503091609
- Add read1char_signals.patch to fix workers/36373
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=160
2015-09-01 19:00:44 +00:00
Ismail Dönmez
3cf261b89e
-
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=159
2015-09-01 06:50:50 +00:00
Ismail Dönmez
033e276da2
- 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
2015-09-01 06:45:51 +00:00
Ismail Dönmez
587e1a1960
- Add printf-regress.patch to fix a printf regression boo#934175
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=156
2015-06-14 12:58:35 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Cristian Rodríguez
26e2479837
Accepting request 128654 from home:coolo:branches:openSUSE:Factory
...
- we need tex2html too, which is provided by texinfo
OBS-URL: https://build.opensuse.org/request/show/128654
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=105
2012-07-22 19:22:47 +00:00
Pavol Rusnak
7af91c9fb0
Accepting request 128306 from home:coolo:branches:openSUSE:Factory
...
- buildrequire makeinfo to fix build
OBS-URL: https://build.opensuse.org/request/show/128306
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=103
2012-07-19 23:57:32 +00:00
Ismail Dönmez
f2d637189f
Don't need this workaround anymore
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=102
2012-04-17 12:01:38 +00:00
Ismail Dönmez
683b947f3f
- Update to version 4.3.17
...
* Contains fixes for possible speed regression introduced
in 4.3.15 (new option HASH_EXECUTABLES_ONLY)
* Improvements to (bash) completion and shell emulation mode
- Drop all the patches, all upstream
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=100
2012-02-27 09:15:24 +00:00
Ismail Dönmez
125af727a6
Accepting request 103060 from home:hmacht:branches:shells
...
Enable installation of openSUSE completion functions which are upstream
OBS-URL: https://build.opensuse.org/request/show/103060
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=98
2012-02-07 14:58:03 +00:00
Ismail Dönmez
47701ce2cd
- Update _osc completion
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=95
2012-01-31 11:08:01 +00:00
Ismail Dönmez
3a58e4a8e4
Accepting request 102182 from home:seilerphilipp
...
I hope this is what you wanted
I didn't changed the *.changes
this patch provides new osc completion functions for the new opensuse versions. Also I removed old opensuse versions
OBS-URL: https://build.opensuse.org/request/show/102182
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=94
2012-01-31 11:04:28 +00:00
Ismail Dönmez
a5ec82c2a3
- Instead of disabling c02cond manually, add upstream patch to
...
automatically disable it on noatime mounted systems.
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=91
2011-12-31 10:48:20 +00:00
Ismail Dönmez
61630cdf59
-
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=90
2011-12-20 09:35:55 +00:00
Ismail Dönmez
2a5b48d91b
- Update to zsh 4.3.15
...
* Fix POSIX compatibility
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=89
2011-12-20 09:33:57 +00:00
Ismail Dönmez
e644007405
- Update to zsh 4.3.14
...
* Drop 74eed99c312de05e19b54ba6b5d37a0aeb4ba713.patch and
724fd07a67f135c74eba57e9f25fd342201ec722.patch, fixed upstream
* Fix for nanosecond timestamp support
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=88
2011-12-07 13:34:12 +00:00
Ismail Dönmez
d4737238b5
- 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/package/show/shells/zsh?expand=0&rev=87
2011-12-05 09:43:11 +00:00
Ismail Dönmez
df01f973e2
Whoops
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=84
2011-12-01 10:15:53 +00:00
Ismail Dönmez
310be89942
-
...
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=83
2011-12-01 07:08:25 +00:00
Ismail Dönmez
b0eb86fe99
- Update to zsh 4.2.13
...
* See included ChangeLog for details
- Drop zsh-4.3.12-ksh-emulation-syntax-checking.patch,
fixed upstream
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=82
2011-11-30 21:53:20 +00:00
Ismail Dönmez
e21ca8a6d2
- Cleanup spec file
...
- Make /bin/zsh a symlink to /usr/bin/zsh
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=81
2011-11-29 14:19:15 +00:00
Ismail Dönmez
0eed1e9c2c
- Update to 4.2.12-test3
...
* See included ChangeLog
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=80
2011-11-28 08:43:12 +00:00
Ismail Dönmez
cb7b2c23ab
- Add custom completion support via /etc/zsh_completion.d
...
- Fix build with new ncurses library
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=77
2011-11-24 10:22:24 +00:00
Ismail Dönmez
22e27d6c15
Accepting request 77731 from home:elvigia:branches:shells
...
- Enable pcre module
- Build against ncurses6w instead of plain old ncurses5
OBS-URL: https://build.opensuse.org/request/show/77731
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=75
2011-08-03 07:21:53 +00:00