- patchlevel 131

This commit is contained in:
Karsten Hopp 2013-12-17 11:35:12 +01:00
parent d0ca2e3200
commit 7472552781
2 changed files with 240 additions and 1 deletions

View File

@ -76,3 +76,81 @@ Individual patches for Vim 7.4:
2605 7.4.050 "gn" may select too much when there are two matching lines 2605 7.4.050 "gn" may select too much when there are two matching lines
2068 7.4.051 syntax highlighting a Yaml file causes a crash 2068 7.4.051 syntax highlighting a Yaml file causes a crash
5890 7.4.052 cursor may end up in the wrong position when auto-formatting 5890 7.4.052 cursor may end up in the wrong position when auto-formatting
1251 7.4.053 test75 has a wrong header
1441 7.4.054 reading past end of the 'stl' string
4758 7.4.055 Mac: Where macros are defined depends on the system
1651 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks
7773 7.4.057 byteidx() does not work for composing characters
2094 7.4.058 warnings on 64 bit Windows
1479 7.4.059 set_last_cursor() may encounter w_buffer being NULL
3582 7.4.060 declaration has wrong return type for PyObject_SetAttrString()
4688 7.4.061 (after 7.4.056) configure check in the wrong place
2634 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h
3619 7.4.063 crash when using invalid key in Python dictionary
5347 7.4.064 in Visual block mode replacing with CR does not break lines
2117 7.4.065 the character typed at the hit-enter prompt is recorded twice
9483 7.4.066 MS-Windows: swap file name wrong if colon in file name
4139 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader
5093 7.4.068 cannot build Vim on Mac with non-Apple compilers
73551 7.4.069 cannot right shift comment lines starting with #
1387 7.4.070 (after 7.4.069) can't compile with tiny features
38365 7.4.071 (after 7.4.069) passing limits around too often
1748 7.4.072 crash when using Insert mode completion
11426 7.4.073 setting undolevels for one buffer changes undo in another
2054 7.4.074 when undo'ing all and making a change, undo structure is wrong
9907 7.4.075 locally setting 'undolevels' is not tested
1894 7.4.076 "cgn" does not wrap around the end of the file
3552 7.4.078 MSVC 2013 is not supported
13657 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on
1873 7.4.080 (after 7.4.079) missing documentation for v:hlsearch
1659 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes"
11034 7.4.082 using "gf" in a changed buffer suggests adding "!"
4493 7.4.083 hard to avoid adding a used pattern to the search history
5971 7.4.084 Python: interrupt not being properly discarded
3581 7.4.085 can't move cursor when inserting text in Visual block mode
4786 7.4.086 can't skip over expression when not evaluating for dict member
1770 7.4.087 compiler warning on 64 bit Windows systems
16587 7.4.088 Asian characters are always marked as spell errors
1397 7.4.089 Vim doesn't set the security context on a renamed file
7859 7.4.090 Win32: no completion if dir name contains an exclamation mark
1926 7.4.091 (after 7.4.089) missing semicolon
1697 7.4.092 (after 7.4.088) can't build small version
2993 7.4.093 configure can't use LuaJIT on ubuntu 12.04
4837 7.4.094 configure may not find that -lint is needed for gettext()
3138 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD
2294 7.4.096 can't change directory to an UNC path
1615 7.4.097 unexpected behavior change related to 'virtualedit'
8357 7.4.098 error for line numbers out of range when using ":'<,'>del"
3122 7.4.099 append in blockwise Visual mode with "$" is wrong
3069 7.4.100 NFA regexp doesn't handle backreference correctly
2899 7.4.101 using \1 in pattern goes one line too far
2128 7.4.102 crash when interrupting "z="
3846 7.4.103 dos installer escapes spaces in the diff command wrong
2823 7.4.104 ":help s/\_" reports an internal error
1792 7.4.105 completing a tag pattern may give an error for invalid pattern
1971 7.4.106 can't build with Ruby using Cygwin
21498 7.4.107 Python try/catch doesn't catch Vim error in vim.eval()
5478 7.4.108 "zG" and "zW" leave temp files around on MS-Windows
3775 7.4.109 ColorScheme autocommand matches with the current buffer name
3703 7.4.110 "gUgn" cannot be repeeated
1709 7.4.111 memory leak in Python OptionsAssItem
1862 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP
2561 7.4.113 MSVC static analysis gives warnings
3353 7.4.114 new GNU make directory change messages are different
1633 7.4.115 Zsh: expanding ~abc fails when the result contains a space
1381 7.4.116 'showcmd' does not show a typed space
8049 7.4.117 can't build with Cygwin/MingW and Perl 5.18
2394 7.4.118 redrawing status lines may causes recursive call
7060 7.4.119 Vim doesn't work well on OpenVMS
1702 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux
1426 7.4.121 completion doesn't work for ":py3d" and ":py3f"
6071 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ
1883 7.4.123 Win32: Getting user name does not use wide function
1730 7.4.124 Win32: Getting host name does not use wide function
1568 7.4.125 Win32: Dealing with messages may not work for multi-byte chars
1946 7.4.126 compiler warnings for "const" and incompatible types
1949 7.4.127 Perl 5.18 on Unix doesn't work
1948 7.4.128 Perl 5.18 for MSVC doesn't work
1499 7.4.129 getline(-1) returns zero
2064 7.4.130 relative line numbers mix up windows when using folds
3038 7.4.131 syncbind causes E315 errors in some situations

163
vim.spec
View File

@ -1,4 +1,4 @@
%define patchlevel 052 %define patchlevel 131
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -99,6 +99,85 @@ Patch049: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.049
Patch050: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.050 Patch050: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.050
Patch051: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.051 Patch051: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.051
Patch052: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.052 Patch052: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.052
Patch053: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.053
Patch054: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.054
Patch055: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.055
Patch056: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.056
Patch057: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.057
Patch058: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.058
Patch059: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.059
Patch060: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.060
Patch061: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.061
Patch062: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.062
Patch063: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.063
Patch064: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.064
Patch065: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.065
Patch066: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.066
Patch067: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.067
Patch068: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.068
Patch069: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.069
Patch070: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.070
Patch071: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.071
Patch072: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.072
Patch073: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.073
Patch074: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.074
Patch075: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.075
Patch076: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.076
Patch077: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.077
Patch078: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.078
Patch079: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.079
Patch080: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.080
Patch081: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.081
Patch082: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.082
Patch083: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.083
Patch084: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.084
Patch085: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.085
Patch086: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.086
Patch087: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.087
Patch088: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.088
Patch089: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.089
Patch090: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.090
Patch091: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.091
Patch092: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.092
Patch093: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.093
Patch094: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.094
Patch095: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.095
Patch096: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.096
Patch097: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.097
Patch098: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.098
Patch099: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.099
Patch100: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.100
Patch101: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.101
Patch102: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.102
Patch103: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.103
Patch104: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.104
Patch105: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.105
Patch106: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.106
Patch107: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.107
Patch108: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.108
Patch109: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.109
Patch110: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.110
Patch111: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.111
Patch112: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.112
Patch113: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.113
Patch114: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.114
Patch115: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.115
Patch116: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.116
Patch117: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.117
Patch118: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.118
Patch119: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.119
Patch120: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.120
Patch121: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.121
Patch122: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.122
Patch123: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.123
Patch124: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.124
Patch125: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.125
Patch126: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.126
Patch127: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.127
Patch128: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.128
Patch129: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.129
Patch130: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.130
Patch131: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.131
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -296,6 +375,85 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch050 -p0 %patch050 -p0
%patch051 -p0 %patch051 -p0
%patch052 -p0 %patch052 -p0
%patch053 -p0
%patch054 -p0
%patch055 -p0
%patch056 -p0
%patch057 -p0
%patch058 -p0
%patch059 -p0
%patch060 -p0
%patch061 -p0
%patch062 -p0
%patch063 -p0
%patch064 -p0
%patch065 -p0
%patch066 -p0
%patch067 -p0
%patch068 -p0
%patch069 -p0
%patch070 -p0
%patch071 -p0
%patch072 -p0
%patch073 -p0
%patch074 -p0
%patch075 -p0
%patch076 -p0
%patch077 -p0
%patch078 -p0
%patch079 -p0
%patch080 -p0
%patch081 -p0
%patch082 -p0
%patch083 -p0
%patch084 -p0
%patch085 -p0
%patch086 -p0
%patch087 -p0
%patch088 -p0
%patch089 -p0
%patch090 -p0
%patch091 -p0
%patch092 -p0
%patch093 -p0
%patch094 -p0
%patch095 -p0
%patch096 -p0
%patch097 -p0
%patch098 -p0
%patch099 -p0
%patch100 -p0
%patch101 -p0
%patch102 -p0
%patch103 -p0
%patch104 -p0
%patch105 -p0
%patch106 -p0
%patch107 -p0
%patch108 -p0
%patch109 -p0
%patch110 -p0
%patch111 -p0
%patch112 -p0
%patch113 -p0
%patch114 -p0
%patch115 -p0
%patch116 -p0
%patch117 -p0
%patch118 -p0
%patch119 -p0
%patch120 -p0
%patch121 -p0
%patch122 -p0
%patch123 -p0
%patch124 -p0
%patch125 -p0
%patch126 -p0
%patch127 -p0
%patch128 -p0
%patch129 -p0
%patch130 -p0
%patch131 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -796,6 +954,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Dec 17 2013 Karsten Hopp <karsten@redhat.com> 7.4.131-1
- patchlevel 131
* Tue Oct 15 2013 Karsten Hopp <karsten@redhat.com> 7.4.052-1 * Tue Oct 15 2013 Karsten Hopp <karsten@redhat.com> 7.4.052-1
- patchlevel 052 - patchlevel 052