- patchlevel 244
This commit is contained in:
parent
a91375fe61
commit
ae9d9fa09f
@ -22,6 +22,12 @@ patches for binaries.
|
||||
|
||||
Checksums for the patch files can be found in the file MD5.
|
||||
|
||||
These patches were edited after their original submission to avoid patch to
|
||||
fail. The original files are available with "orig." prepended:
|
||||
22565 7.3.202 cannot influence the indent inside a namespace
|
||||
5725 7.3.203 MS-Windows: Can't run external command without console window
|
||||
10891 7.3.223 MingW cross compilation doesn't work with tiny feat.
|
||||
|
||||
|
||||
Individual patches for Vim 7.3:
|
||||
|
||||
@ -227,8 +233,46 @@ Individual patches for Vim 7.3:
|
||||
1857 7.3.199 MS-Windows: Compilation problem of OLE with MingW compiler
|
||||
2213 7.3.200 (after 7.3.198) CTRL-D doesn't complete :lang
|
||||
3303 7.3.201 (after 7.3.195) still bad indenting after "} else"
|
||||
22565 7.3.202 cannot influence the indent inside a namespace
|
||||
5725 7.3.203 MS-Windows: Can't run external command without console window
|
||||
21467 7.3.202 (fixed) cannot influence the indent inside a namespace
|
||||
3199 7.3.203 (fixed) MS-Windows: Can't run ext. cmd without console window
|
||||
1588 7.3.204 (after 7.3.201) compiler warning
|
||||
2430 7.3.205 syntax "extend" doesn't work correctly
|
||||
1617 7.3.206 64bit MS-Windows compiler warning
|
||||
1603 7.3.207 can't compile with MSVC with pentium4 and 64 bit
|
||||
1597 7.3.208 early terminated if statement in Mac code
|
||||
2886 7.3.209 MSVC Install instructions point to wrong batch file
|
||||
5906 7.3.210 can't always find the file when using cscope
|
||||
1730 7.3.211 (after 7.3.210) compiler warning
|
||||
11261 7.3.212 with Python 3.2 ":py3" fails
|
||||
2985 7.3.213 javascript object literal is not indented correctly
|
||||
1615 7.3.214 the text displayed by ":z-" isn't exactly like old Vi
|
||||
2079 7.3.215 (after 7.3.210) wrong file names in previous patch
|
||||
9055 7.3.216 when recovering a file a range of lines is missing
|
||||
1916 7.3.217 inside an "if" a ":wincmd" causes problems
|
||||
4735 7.3.218 (after 7.3.212) tiny configuration problem with Python 3
|
||||
3087 7.3.219 can't compile with GTK on Mac
|
||||
37536 7.3.220 various Python 3 problems
|
||||
8061 7.3.221 text from clipboard is not consistently handled as linewise
|
||||
2214 7.3.222 warning for building GvimExt
|
||||
10890 7.3.223 (fixed) MingW cross compilation doesn't work with tiny feat.
|
||||
5522 7.3.224 can't pass dict to sort function
|
||||
18841 7.3.225 "\n" in a substitute() inside ":s" not handled correctly
|
||||
1838 7.3.226 on a 64 bit system "syn sync fromstart" is very slow
|
||||
3430 7.3.227 after 7.3.221) Mac OS doesn't have the linewise clipboard fix
|
||||
1390 7.3.228 "2gj" does not always move to the correct position
|
||||
1645 7.3.229 fork() makes Mac gvim crash when build with CoreFoundation
|
||||
2295 7.3.230 ":wundo" and ":rundo" don't unescape their argument
|
||||
5151 7.3.231 runtime file patches failed for 7.3.202 and 7.3.203
|
||||
2324 7.3.232 Python doesn't compile without +multi_byte
|
||||
2476 7.3.233 ":scriptnames" and ":breaklist" show long file names
|
||||
5209 7.3.234 with GTK menu may be popping down
|
||||
11651 7.3.235 ";" gets stuck on a "t" command, it's not useful
|
||||
2994 7.3.236 (after 7.3.232) Python 3 doesn't compile without +multi_byte
|
||||
7267 7.3.237 filetype completion doesn't work on Windows
|
||||
1599 7.3.238 compiler warning for conversion
|
||||
8837 7.3.239 Python corrects cursor column without using 'virtualedit'
|
||||
22002 7.3.240 external commands can't use pipes on MS-Windows
|
||||
2115 7.3.241 CTRL-R CTRL-W on command line may insert only part of word
|
||||
2070 7.3.242 illegal memory access in after_pathsep()
|
||||
1652 7.3.243 illegal memory access in readline()
|
||||
1537 7.3.244 MS-Windows: Build problem with old compiler
|
||||
|
83
vim.spec
83
vim.spec
@ -18,13 +18,13 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 206
|
||||
%define patchlevel 244
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
||||
@ -271,6 +271,44 @@ Patch203: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.203
|
||||
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.204
|
||||
Patch205: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.205
|
||||
Patch206: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.206
|
||||
Patch207: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.207
|
||||
Patch208: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.208
|
||||
Patch209: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.209
|
||||
Patch210: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.210
|
||||
Patch211: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.211
|
||||
Patch212: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.212
|
||||
Patch213: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.213
|
||||
Patch214: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.214
|
||||
Patch215: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.215
|
||||
Patch216: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.216
|
||||
Patch217: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.217
|
||||
Patch218: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.218
|
||||
Patch219: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.219
|
||||
Patch220: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.220
|
||||
Patch221: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.221
|
||||
Patch222: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.222
|
||||
Patch223: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.223
|
||||
Patch224: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.224
|
||||
Patch225: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.225
|
||||
Patch226: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.226
|
||||
Patch227: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.227
|
||||
Patch228: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.228
|
||||
Patch229: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.229
|
||||
Patch230: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.230
|
||||
Patch231: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.231
|
||||
Patch232: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.232
|
||||
Patch233: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.233
|
||||
Patch234: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.234
|
||||
Patch235: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.235
|
||||
Patch236: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.236
|
||||
Patch237: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.237
|
||||
Patch238: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.238
|
||||
Patch239: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.239
|
||||
Patch240: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.240
|
||||
Patch241: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.241
|
||||
Patch242: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.242
|
||||
Patch243: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.243
|
||||
Patch244: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.244
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -620,6 +658,44 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch204 -p0
|
||||
%patch205 -p0
|
||||
%patch206 -p0
|
||||
%patch207 -p0
|
||||
%patch208 -p0
|
||||
%patch209 -p0
|
||||
%patch210 -p0
|
||||
%patch211 -p0
|
||||
%patch212 -p0
|
||||
%patch213 -p0
|
||||
%patch214 -p0
|
||||
%patch215 -p0
|
||||
%patch216 -p0
|
||||
%patch217 -p0
|
||||
%patch218 -p0
|
||||
%patch219 -p0
|
||||
%patch220 -p0
|
||||
%patch221 -p0
|
||||
%patch222 -p0
|
||||
%patch223 -p0
|
||||
%patch224 -p0
|
||||
%patch225 -p0
|
||||
%patch226 -p0
|
||||
%patch227 -p0
|
||||
%patch228 -p0
|
||||
%patch229 -p0
|
||||
%patch230 -p0
|
||||
%patch231 -p0
|
||||
%patch232 -p0
|
||||
%patch233 -p0
|
||||
%patch234 -p0
|
||||
%patch235 -p0
|
||||
%patch236 -p0
|
||||
%patch237 -p0
|
||||
%patch238 -p0
|
||||
%patch239 -p0
|
||||
%patch240 -p0
|
||||
%patch241 -p0
|
||||
%patch242 -p0
|
||||
%patch243 -p0
|
||||
%patch244 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -1088,6 +1164,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 11 2011 Karsten Hopp <karsten@redhat.com> 7.3.244-1
|
||||
- patchlevel 244
|
||||
|
||||
* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2:7.3.206-3
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user