- patchlevel 189
This commit is contained in:
parent
a45a93725d
commit
75de58f6cb
@ -164,3 +164,54 @@ Individual patches for Vim 7.3:
|
|||||||
1653 7.3.136 duplicate include of assert.h
|
1653 7.3.136 duplicate include of assert.h
|
||||||
2881 7.3.137 when 'lazyredraw' is set the screen may not be updated
|
2881 7.3.137 when 'lazyredraw' is set the screen may not be updated
|
||||||
2399 7.3.138 ":com" changes the multi-byte text of :echo
|
2399 7.3.138 ":com" changes the multi-byte text of :echo
|
||||||
|
3685 7.3.139 (after 7.3.137) can't read ":ver" output when 'lazyredraw' set
|
||||||
|
1797 7.3.140 crash when 'cursorline' and 'list' both set
|
||||||
|
2968 7.3.141 when a key code is not set get a confusing error message
|
||||||
|
2593 7.3.142 Python stdout doesn't have flush(), causing an import to fail
|
||||||
|
45956 7.3.143 memfile insufficiently tested; inefficient with many blocks
|
||||||
|
2387 7.3.144 crash with ":python help(dir)"
|
||||||
|
2400 7.3.145 (after 7.3.144) can't build with Python dynamically loading
|
||||||
|
6571 7.3.146 can assign to dict member with invalid name
|
||||||
|
1575 7.3.147 (after 7.3.143) can't build on HP-UX
|
||||||
|
7615 7.3.148 huge number of syntax items or clusters causes hang or crash
|
||||||
|
2205 7.3.149 the cursor disappears after the 'setDot' netbeans command
|
||||||
|
2960 7.3.150 readline() does not return the last line when NL is missing
|
||||||
|
2077 7.3.151 with "unnamedplus" in 'clipboard' selection also copied to "*
|
||||||
|
14784 7.3.152 xxd does not check for errors of library functions
|
||||||
|
1775 7.3.153 compiler warning for ambiguous else, missing prototype in xxd
|
||||||
|
3570 7.3.154 (after 7.3.148) can't compile with tiny features
|
||||||
|
8459 7.3.155 crash when using map(), filter(), remove(), extend() on v:
|
||||||
|
2727 7.3.156 Tty names possibly left unterminated
|
||||||
|
1583 7.3.157 superfluous assignment
|
||||||
|
1497 7.3.158 might use uninitialized memory in C indenting
|
||||||
|
1587 7.3.159 using uninitialized pointer when out of memory
|
||||||
|
13647 7.3.160 unsafe string copying
|
||||||
|
43528 7.3.161 items on the stack may be too big
|
||||||
|
2564 7.3.162 no error message assigning to a list with index out of range
|
||||||
|
2016 7.3.163 the default 'shellpipe' doesn't recognize "mksh" and "pdksh"
|
||||||
|
4014 7.3.164 C-indenting doesn't recognize some function declarations
|
||||||
|
1558 7.3.165 ":find" completion does not escape spaces in directory name
|
||||||
|
1765 7.3.166 buffer on the stack may be too big
|
||||||
|
2932 7.3.167 when using internal grep QuickFixCmdPost is not triggered
|
||||||
|
2019 7.3.168 CR in second argument of input() causes problems
|
||||||
|
3659 7.3.169 freeing memory already freed, warning from code analyzer
|
||||||
|
2429 7.3.170 VMS: test77 missing from Makefile
|
||||||
|
4511 7.3.171 confusing message from ":yank" when no clipboard support
|
||||||
|
8382 7.3.172 MS-Windows: rename() might delete a file
|
||||||
|
2429 7.3.173 ":cwindow" may open a window when the quickfix list is empty
|
||||||
|
4618 7.3.174 when Exuberant ctags binary is exctags it's not found
|
||||||
|
1482 7.3.175 ":new" may result in wrong 'colorcolumn' highlighting
|
||||||
|
6968 7.3.176 Ruby linking doesn't work properly on Mac OS X
|
||||||
|
2814 7.3.177 MS-Windows: mkdir() works wrong when 'encoding' is "utf-8"
|
||||||
|
4019 7.3.178 C-indent doesn't handle code right after { correctly
|
||||||
|
2144 7.3.179 C-indent doesn't handle colon in string correctly
|
||||||
|
8439 7.3.180 better matching end part of 'comments' not used after middle
|
||||||
|
4509 7.3.181 display update error when repeating insert of CTRL-V / digraph
|
||||||
|
1684 7.3.182 (after 7.3.180) unused variable compiler warning
|
||||||
|
3761 7.3.183 when Exuberant ctags binary is exuberant-ctags it's not found
|
||||||
|
2532 7.3.184 static code analysis errors in riscOS
|
||||||
|
2570 7.3.185 ":windo g/pattern/q" reports wrong number of lines
|
||||||
|
1713 7.3.186 v:register wrong when 'clipboard' contains "unnamed"
|
||||||
|
173872 7.3.187 the RISC OS port is not being maintained, remove it
|
||||||
|
7901 7.3.188 some more RISC OS files to be removed
|
||||||
|
1476 7.3.189 (after 7.3.186) build fails without +clipboard
|
||||||
|
107
vim.spec
107
vim.spec
@ -18,7 +18,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim73%{?beta}
|
%define vimdir vim73%{?beta}
|
||||||
%define patchlevel 138
|
%define patchlevel 189
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -202,6 +202,57 @@ Patch135: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.135
|
|||||||
Patch136: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.136
|
Patch136: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.136
|
||||||
Patch137: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.137
|
Patch137: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.137
|
||||||
Patch138: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.138
|
Patch138: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.138
|
||||||
|
Patch139: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.139
|
||||||
|
Patch140: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.140
|
||||||
|
Patch141: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.141
|
||||||
|
Patch142: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.142
|
||||||
|
Patch143: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.143
|
||||||
|
Patch144: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.144
|
||||||
|
Patch145: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.145
|
||||||
|
Patch146: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.146
|
||||||
|
Patch147: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.147
|
||||||
|
Patch148: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.148
|
||||||
|
Patch149: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.149
|
||||||
|
Patch150: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.150
|
||||||
|
Patch151: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.151
|
||||||
|
Patch152: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.152
|
||||||
|
Patch153: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.153
|
||||||
|
Patch154: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.154
|
||||||
|
Patch155: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.155
|
||||||
|
Patch156: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.156
|
||||||
|
Patch157: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.157
|
||||||
|
Patch158: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.158
|
||||||
|
Patch159: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.159
|
||||||
|
Patch160: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.160
|
||||||
|
Patch161: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.161
|
||||||
|
Patch162: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.162
|
||||||
|
Patch163: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.163
|
||||||
|
Patch164: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.164
|
||||||
|
Patch165: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.165
|
||||||
|
Patch166: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.166
|
||||||
|
Patch167: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.167
|
||||||
|
Patch168: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.168
|
||||||
|
Patch169: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.169
|
||||||
|
Patch170: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.170
|
||||||
|
Patch171: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.171
|
||||||
|
Patch172: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.172
|
||||||
|
Patch173: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.173
|
||||||
|
Patch174: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.174
|
||||||
|
Patch175: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.175
|
||||||
|
Patch176: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.176
|
||||||
|
Patch177: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.177
|
||||||
|
Patch178: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.178
|
||||||
|
Patch179: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.179
|
||||||
|
Patch180: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.180
|
||||||
|
Patch181: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.181
|
||||||
|
Patch182: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.182
|
||||||
|
Patch183: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.183
|
||||||
|
Patch184: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.184
|
||||||
|
Patch185: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.185
|
||||||
|
Patch186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.186
|
||||||
|
Patch187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.187
|
||||||
|
Patch188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.188
|
||||||
|
Patch189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.189
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -484,6 +535,57 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch136 -p0
|
%patch136 -p0
|
||||||
%patch137 -p0
|
%patch137 -p0
|
||||||
%patch138 -p0
|
%patch138 -p0
|
||||||
|
%patch139 -p0
|
||||||
|
%patch140 -p0
|
||||||
|
%patch141 -p0
|
||||||
|
%patch142 -p0
|
||||||
|
%patch143 -p0
|
||||||
|
%patch144 -p0
|
||||||
|
%patch145 -p0
|
||||||
|
%patch146 -p0
|
||||||
|
%patch147 -p0
|
||||||
|
%patch148 -p0
|
||||||
|
%patch149 -p0
|
||||||
|
%patch150 -p0
|
||||||
|
%patch151 -p0
|
||||||
|
%patch152 -p0
|
||||||
|
%patch153 -p0
|
||||||
|
%patch154 -p0
|
||||||
|
%patch155 -p0
|
||||||
|
%patch156 -p0
|
||||||
|
%patch157 -p0
|
||||||
|
%patch158 -p0
|
||||||
|
%patch159 -p0
|
||||||
|
%patch160 -p0
|
||||||
|
%patch161 -p0
|
||||||
|
%patch162 -p0
|
||||||
|
%patch163 -p0
|
||||||
|
%patch164 -p0
|
||||||
|
%patch165 -p0
|
||||||
|
%patch166 -p0
|
||||||
|
%patch167 -p0
|
||||||
|
%patch168 -p0
|
||||||
|
%patch169 -p0
|
||||||
|
%patch170 -p0
|
||||||
|
%patch171 -p0
|
||||||
|
%patch172 -p0
|
||||||
|
%patch173 -p0
|
||||||
|
%patch174 -p0
|
||||||
|
%patch175 -p0
|
||||||
|
%patch176 -p0
|
||||||
|
%patch177 -p0
|
||||||
|
%patch178 -p0
|
||||||
|
%patch179 -p0
|
||||||
|
%patch180 -p0
|
||||||
|
%patch181 -p0
|
||||||
|
%patch182 -p0
|
||||||
|
%patch183 -p0
|
||||||
|
%patch184 -p0
|
||||||
|
%patch185 -p0
|
||||||
|
%patch186 -p0
|
||||||
|
%patch187 -p0
|
||||||
|
%patch188 -p0
|
||||||
|
%patch189 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -951,6 +1053,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 11 2011 Karsten Hopp <karsten@redhat.com> 7.3.189-1
|
||||||
|
- patchlevel 189
|
||||||
|
|
||||||
* Wed Mar 16 2011 Karsten Hopp <karsten@redhat.com> 7.3.138-1
|
* Wed Mar 16 2011 Karsten Hopp <karsten@redhat.com> 7.3.138-1
|
||||||
- patchlevel 138
|
- patchlevel 138
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user