Commit Graph

163 Commits

Author SHA1 Message Date
Kamil Dudka
024b7543ed Related: #1535422 make build of run-time loadable modules work again 2018-01-22 17:18:56 +01:00
Kamil Dudka
71407aafec Resolves: #1533176 - rebuild against latest gdbm-devel 2018-01-16 18:20:35 +01:00
Kamil Dudka
bde7c93140 Resolves: #1441092 - make the call depth limit configurable by $FUNCNEST 2017-10-04 19:01:08 +02:00
Kamil Dudka
71a78604d4 update to latest upstream release: 5.4.2 2017-08-28 23:12:10 +02:00
Kamil Dudka
0facfde4f6 update to latest upstream release: 5.4.1 2017-08-09 16:36:05 +02:00
Kamil Dudka
0f6b2f98a0 use %make_install instead of %makeinstall
... which is deprecated
2017-08-01 10:51:50 +02:00
Kamil Dudka
c7a0df2b5e modernize spec file (Group tag, %clean, %defattr) 2017-08-01 10:34:13 +02:00
Fedora Release Engineering
9b9d0e1f8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:46:09 +00:00
Kamil Dudka
5e1d734a99 improve the last commit
... such that the build does not fail on secondary arches
2017-07-07 14:45:24 +02:00
Kamil Dudka
296a50b161 enable parallel build 2017-07-07 13:38:36 +02:00
Kamil Dudka
914fcff0db Resolves: #1461483 - fix unsafe use of a static buffer in history isearch 2017-06-14 23:22:44 +02:00
Kamil Dudka
53b1ddc8be Resolves: #1459657 - make the zsh-html subpackage noarch 2017-06-09 00:05:43 +02:00
Kamil Dudka
79b8b8951b drop unmaintained and undocumented zshprompt.pl script 2017-05-25 14:48:37 +02:00
Kamil Dudka
16616a0fe1 Related: #56353 - drop workaround for broken terminals over serial port 2017-05-17 13:46:34 +02:00
Kamil Dudka
2524ac4722 Resolves: #1441092 - compile with -fconserve-stack to prevent stack overflow 2017-05-11 10:16:18 +02:00
Jason Tibbitts
3174c77ceb Enable gdbm and pcre modules. 2017-03-31 12:23:03 -05:00
Fedora Release Engineering
971da55522 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:27:04 +00:00
Kamil Dudka
eade29dea7 work around EPEL-6 bug in RPM macros 2016-12-22 11:27:06 +01:00
Kamil Dudka
f927889e50 do not require the hostname package when being built on RHEL-6 2016-12-22 10:42:16 +01:00
Kamil Dudka
aeca120e94 sort BuildRequires entries alphabetically 2016-12-22 10:24:51 +01:00
Kamil Dudka
45dc16fbe2 Update to latest upstream release: Zsh 5.3.1 2016-12-21 21:37:15 +01:00
Kamil Dudka
91b32e7a5d drop zsh-4.3.6-8bit-prompts.patch which was superseeded by an upstream patch
See http://www.zsh.org/mla/users/2007/msg00468.html for details.
2016-12-14 15:46:18 +01:00
Kamil Dudka
6250bc19e2 drop undocumented zsh-test-C02-dev_fd-mock.patch 2016-12-14 15:30:03 +01:00
Kamil Dudka
a130c3c541 apply patches automatically to ease maintenance 2016-12-13 21:59:03 +01:00
Kamil Dudka
f7609878a5 Update to latest upstream release: Zsh 5.3 2016-12-13 21:56:13 +01:00
Fedora Release Engineering
b1af2d5ba4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:09:04 +00:00
Kamil Dudka
47196ec13a Resolves: #1300958 - prevent zsh from crashing
... when printing the "out of memory" message
2016-01-27 10:02:10 +01:00
Kamil Dudka
8ed053f722 zsh-5.2-vcs_info.patch: use annotated upstream patches 2016-01-27 09:48:32 +01:00
Jason Tibbitts
6fca6daab2 Add patch to fix VCS_INFO_nbvsformats bug. 2016-01-07 00:47:05 -06:00
Adrien Vergé
d4994fb6d9 update zsh completion script for dnf to the latest upstream version 2015-12-25 13:04:23 +01:00
Kamil Dudka
624aa08874 Update to latest upstream release: Zsh 5.2 2015-12-03 10:57:50 +01:00
Kamil Dudka
b5cac6b431 Resolves: #1277996 - make loading of module's dependencies work again 2015-11-05 14:17:21 +01:00
Kamil Dudka
01a2dcb2f4 Resolves: #1269883 - fix crash in ksh mode with -n and $HOME 2015-10-08 15:03:40 +02:00
Kamil Dudka
10ded2c11a Update to latest upstream release: Zsh 5.1.1 2015-09-14 13:04:19 +02:00
Kamil Dudka
9335e8c240 remove outdated workarounds in %check 2015-09-01 14:32:50 +02:00
Kamil Dudka
818fbe1599 Update to latest upstream release: Zsh 5.1 2015-09-01 14:32:49 +02:00
Kamil Dudka
b8ecd5913f fix handling of command substitution in math context 2015-07-30 17:55:13 +02:00
Kamil Dudka
daebc620a0 Resolves: #1245712 - prevent infinite recursion in ihungetc() 2015-07-22 17:46:28 +02:00
Kamil Dudka
6f88cea129 Resolves: #1239337 - backport completion for dnf 2015-07-07 11:45:32 +02:00
Kamil Dudka
97afa7b098 Resolves: #1238544 - backport completion-related upstream fixes 2015-07-02 11:00:36 +02:00
Dennis Gilmore
c0bde132d6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:50:44 +00:00
Kamil Dudka
b84eb4bacc Update to latest upstream release: Zsh 5.0.8 2015-06-03 13:50:00 +02:00
Kamil Dudka
724b3efd39 Resolves: #1222867 - fix SIGSEGV of the syntax check in ksh emulation mode 2015-05-22 14:50:43 +02:00
Kamil Dudka
53bf4e6df6 improve signal name generation
Prevents Test/C03traps.ztst from failing.
2015-04-20 15:21:33 +02:00
Kamil Dudka
f4499343c8 queue signals when manipulating global state to avoid deadlock 2015-04-20 12:46:19 +02:00
Kamil Dudka
2aa46723aa Resolves: #972624 - fix SIGSEGV when handling heredocs and keyboard interrupt 2015-04-20 12:37:54 +02:00
Kamil Dudka
6a607c8c67 Related: #1183238 - use correct allocation function in the new 'cd' code 2015-01-25 22:26:59 +01:00
Kamil Dudka
0a558672ee Resolves: #1183238 - improve handling of NULL in the 'cd' built-in 2015-01-23 13:34:40 +01:00
Kamil Dudka
cb022dbd05 Resolves: #1184002 - suppress a warning about closing an already closed file descriptor 2015-01-23 13:31:24 +01:00
Kamil Dudka
85e12d8f44 remove patches no longer needed 2015-01-20 14:34:44 +01:00