diff --git a/README.patches b/README.patches index bc4469c..39ff134 100644 --- a/README.patches +++ b/README.patches @@ -76,3 +76,44 @@ Individual patches for Vim 7.4: 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 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() diff --git a/vim.spec b/vim.spec index 4f70350..5e8ff04 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 052 +%define patchlevel 094 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -99,6 +99,48 @@ 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 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 +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 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -296,6 +338,48 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch050 -p0 %patch051 -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 # install spell files %if %{withvimspell} @@ -796,6 +880,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Nov 20 2013 Karsten Hopp 7.4.094-1 +- patchlevel 094 + * Tue Oct 15 2013 Karsten Hopp 7.4.052-1 - patchlevel 052