From 42964609b2109ae3ab74c855a8d56c1ab37c7561 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 23 2011 21:31:01 +0000 Subject: - patchlevel 386 --- diff --git a/README.patches b/README.patches index 1dc2a79..0e3c8ef 100644 --- a/README.patches +++ b/README.patches @@ -353,3 +353,67 @@ Individual patches for Vim 7.3: 3363 7.3.320 0xa0 character in sourced file is hard to spot 7855 7.3.321 code not following Vim style 1585 7.3.322 #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef + 3022 7.3.323 the default 'efm' does not ignore some "included from" lines + 1676 7.3.324 (after 7.3.237) completion for ":compiler" shows color schemes + 1901 7.3.325 a duplicated function argument gives an internal error + 8244 7.3.326 MingW 4.6 no longer supports the -mno-cygwin option + 1902 7.3.327 when jumping to a help tag a closed fold doesn't open + 1487 7.3.328 wrapping command line displays wrong multi-byte cursor + 2337 7.3.329 error when skipping over dict function inside :for + 1340 7.3.330 state not properly restored when longjmp() is invoked + 1815 7.3.331 "vit" gets confused when one tag name starts contains another + 4994 7.3.332 indent after "public:" is not increased in C++ code + 7688 7.3.333 "." repeats a Visual delete by byte size instead of characters + 1710 7.3.334 latest MingW complains about XSUBPP referencing itself + 1532 7.3.335 changing 'imdisable' in Insert mode takes effect only later + 30504 7.3.336 encoding in tags file causes trouble + 1876 7.3.337 no screen update after resizing xterm until character typed + 2851 7.3.338 using getchar() in an expression mapping doesn't work well + 1762 7.3.339 "make shadow" doesn't link all test files + 1887 7.3.340 when 'verbosefile' is set ftplugof.vim can give an error + 9335 7.3.341 translated and local help files are not listed in help.* + 3079 7.3.342 code not in Vim style + 6949 7.3.343 no mouse support for urxvt + 3131 7.3.344 problem with GUI startup related to XInitThreads + 1395 7.3.345 window title not updated when switching language with ":lang" + 5238 7.3.346 it's hard to test netbeans commands + 1689 7.3.347 dropped text is HTML although "html" is not in 'clipboard' + 1634 7.3.348 "call range(1, 947948399)" causes a crash + 2793 7.3.349 opening swapfile loops forever when out of memory in startup + 1525 7.3.350 block of code after ":lua << EOF" may not work + 1453 7.3.351 text formatting uses insert start position when it should not + 3276 7.3.352 when completing functions script-local functions come first + 4245 7.3.353 (after 7.3.343) missing urxvt patch for term.c + 2182 7.3.354 ":set backspace+=eol" doesn't work when 'backspace' is 2 + 1683 7.3.355 GTK warnings when using netrw.vim + 2453 7.3.356 using "o" with 'cindent' set may freeze Vim + 1511 7.3.357 compiler warning in MS-Windows console build + 1994 7.3.358 (after 7.3.353) mouse support doesn't work properly + 1727 7.3.359 command line completion shows dict functions + 2183 7.3.360 interrupting autoload function load may cause a crash + 1733 7.3.361 accessing memory after it is freed when EXITFREE is defined + 1828 7.3.362 ml_get error when using ":g" with folded lines + 2914 7.3.363 C indenting is wrong after #endif followed by a semicolon + 1924 7.3.364 (after 7.3.353) can't compile on HP-UX + 3451 7.3.365 crash when using a large Unicode character with syntax highl. + 2192 7.3.366 a tags file with an extremely long name causes errors + 1650 7.3.367 :wundo and :rundo use a wrong checksum + 4734 7.3.368 gcc complains about redefining _FORTIFY_SOURCE + 1452 7.3.369 get an error message when using --help and compiled with Gnome + 1766 7.3.370 compiler warns for unused variable in Lua interface + 2155 7.3.371 crash in autocomplete + 1603 7.3.372 command line mapping to doesn't work for file completion + 2464 7.3.373 (after 7.3.366) infinite loop in tags file with long name + 1670 7.3.374 ++encoding is not recognized + 1716 7.3.375 duplicate return statement + 1817 7.3.376 Win32: Toolbar repainting not always right + 12178 7.3.377 no support for bitwise AND, OR, XOR and invert + 2773 7.3.378 configure fails when cross-compiling + 2257 7.3.379 C-indenting wrong for static enum + 7825 7.3.380 C-indenting wrong for function header + 7960 7.3.381 configure can't be told to stop when a language is unavailable + 4585 7.3.382 (after 7.3.376) IME characters are inserted twice + 1489 7.3.383 for EBCDIC pound sign is defined as 't' + 1869 7.3.384 mapping CTRL-K breaks CTRL-X CTRL-K for dictionary completion + 2220 7.3.385 with expression mapping cursor may end up in the wrong place + 1577 7.3.386 test 83 fails when iconv does not support cp932 diff --git a/vim.spec b/vim.spec index f988663..e33122f 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 322 +%define patchlevel 386 Summary: The VIM editor URL: http://www.vim.org/ @@ -376,6 +376,70 @@ Patch319: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.319 Patch320: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.320 Patch321: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.321 Patch322: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.322 +Patch323: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.323 +Patch324: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.324 +Patch325: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.325 +Patch326: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.326 +Patch327: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.327 +Patch328: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.328 +Patch329: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.329 +Patch330: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.330 +Patch331: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.331 +Patch332: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.332 +Patch333: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.333 +Patch334: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.334 +Patch335: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.335 +Patch336: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.336 +Patch337: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.337 +Patch338: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.338 +Patch339: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.339 +Patch340: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.340 +Patch341: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.341 +Patch342: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.342 +Patch343: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.343 +Patch344: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.344 +Patch345: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.345 +Patch346: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.346 +Patch347: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.347 +Patch348: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.348 +Patch349: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.349 +Patch350: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.350 +Patch351: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.351 +Patch352: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.352 +Patch353: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.353 +Patch354: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.354 +Patch355: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.355 +Patch356: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.356 +Patch357: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.357 +Patch358: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.358 +Patch359: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.359 +Patch360: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.360 +Patch361: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.361 +Patch362: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.362 +Patch363: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.363 +Patch364: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.364 +Patch365: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.365 +Patch366: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.366 +Patch367: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.367 +Patch368: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.368 +Patch369: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.369 +Patch370: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.370 +Patch371: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.371 +Patch372: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.372 +Patch373: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.373 +Patch374: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.374 +Patch375: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.375 +Patch376: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.376 +Patch377: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.377 +Patch378: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.378 +Patch379: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.379 +Patch380: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.380 +Patch381: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.381 +Patch382: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.382 +Patch383: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.383 +Patch384: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.384 +Patch385: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.385 +Patch386: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.386 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -840,6 +904,70 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch320 -p0 %patch321 -p0 %patch322 -p0 +%patch323 -p0 +%patch324 -p0 +%patch325 -p0 +%patch326 -p0 +%patch327 -p0 +%patch328 -p0 +%patch329 -p0 +%patch330 -p0 +%patch331 -p0 +%patch332 -p0 +%patch333 -p0 +%patch334 -p0 +%patch335 -p0 +%patch336 -p0 +%patch337 -p0 +%patch338 -p0 +%patch339 -p0 +%patch340 -p0 +%patch341 -p0 +%patch342 -p0 +%patch343 -p0 +%patch344 -p0 +%patch345 -p0 +%patch346 -p0 +%patch347 -p0 +%patch348 -p0 +%patch349 -p0 +%patch350 -p0 +%patch351 -p0 +%patch352 -p0 +%patch353 -p0 +%patch354 -p0 +%patch355 -p0 +%patch356 -p0 +%patch357 -p0 +%patch358 -p0 +%patch359 -p0 +%patch360 -p0 +%patch361 -p0 +%patch362 -p0 +%patch363 -p0 +%patch364 -p0 +%patch365 -p0 +%patch366 -p0 +%patch367 -p0 +%patch368 -p0 +%patch369 -p0 +%patch370 -p0 +%patch371 -p0 +%patch372 -p0 +%patch373 -p0 +%patch374 -p0 +%patch375 -p0 +%patch376 -p0 +%patch377 -p0 +%patch378 -p0 +%patch379 -p0 +%patch380 -p0 +%patch381 -p0 +%patch382 -p0 +%patch383 -p0 +%patch384 -p0 +%patch385 -p0 +%patch386 -p0 # install spell files @@ -1297,6 +1425,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Dec 23 2011 Karsten Hopp 7.3.386-1 +- patchlevel 386 + * Mon Sep 26 2011 Karsten Hopp 7.3.322-1 - patchlevel 322