diff --git a/README.patches b/README.patches index 3a63fdc..c492be2 100644 --- a/README.patches +++ b/README.patches @@ -276,3 +276,47 @@ Individual patches for Vim 7.3: 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 + 4115 7.3.245 Python 3.2 libraries not correctly detected + 1927 7.3.246 Repeating "f4" in "4444" skips one 4 + 2825 7.3.247 tests change users viminfo file; no test for patch 7.3.246 + 4825 7.3.248 PC Install instructions missing install instructions + 3283 7.3.249 wrong indenting for array initializer + 3509 7.3.250 Python: Errors in Unicode characters not handled nicely + 5229 7.3.251 "gH" deletes current line, except when it's the last line + 1220 7.3.252 (after 7.3.247) tests fail + 16588 7.3.253 "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase' + 1369 7.3.254 coladd not reset for ":call" command + 2839 7.3.255 Windows: error when editing a file with invalid wildcard + 5982 7.3.256 Javascript indenting not sufficiently tested + 3310 7.3.257 not all completions are available to user commands + 2128 7.3.258 MS-Windows: can't disable edit with existing vim menu entries + 21799 7.3.259 equivalence classes only work for latin characters + 2138 7.3.260 CursorHold triggers on an incomplete mapping + 2969 7.3.261 G++ error message errornously recognized as error + 30045 7.3.262 Photon code style doesn't match Vim style + 4291 7.3.263 Perl and Tcl have a few code style problems + 5190 7.3.264 tags file not find when current dir name contains wildcards + 4017 7.3.265 storing search pattern in history without separator check + 1677 7.3.266 in Gvim with iBus typing space in Insert mode doesn't work + 1784 7.3.267 Ruby on Mac OS X 10.7 may crash + 2871 7.3.269 'shellcmdflag' only works with one flag + 1514 7.3.270 illegal memory access + 12980 7.3.271 code not following Vim coding style + 1545 7.3.272 ":put =list" does not add empty line for trailing empty item + 3544 7.3.273 a BOM in an error file is seen as text + 1791 7.3.274 with concealed characters tabs do not have the right size + 2872 7.3.275 MS-Windows: screen flicker when using a black background + 4279 7.3.276 GvimExt sets $LANG in the wrong way + 9130 7.3.277 MS-Windows: some characters do not show in dialogs + 2098 7.3.278 passing the file name to open in VisVim doesn't work + 3769 7.3.279 GTK: opening new tab may cause gvim window to be too big + 5024 7.3.280 ":lmake" does not update the quickfix window title + 3803 7.3.281 after expand('%:8') the current buffer name is changed + 1915 7.3.282 text displayed incorrect when using input() + :echo in a loop + 3387 7.3.283 multi-byte text in an expression mapping gets messed up + 5785 7.3.284 str2special() doesn't handle multi-byte chars properly + 3983 7.3.285 (after 7.3.284) mapping does not work + 2682 7.3.286 crash when using "zd" on a large number of folds + 2829 7.3.287 can't compile with MSVC and tiny options + 2545 7.3.288 has('python') may give an error message + 1763 7.3.289 complete function isn't called when the leader changed diff --git a/vim.spec b/vim.spec index 7f9bd4c..fc0aee6 100644 --- a/vim.spec +++ b/vim.spec @@ -18,13 +18,13 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 244 +%define patchlevel 289 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 @@ -298,6 +298,51 @@ 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 +Patch245: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.245 +Patch246: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.246 +Patch247: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.247 +Patch248: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.248 +Patch249: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.249 +Patch250: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.250 +Patch251: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.251 +Patch252: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.252 +Patch253: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.253 +Patch254: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.254 +Patch255: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.255 +Patch256: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.256 +Patch257: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.257 +Patch258: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.258 +Patch259: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.259 +Patch260: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.260 +Patch261: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.261 +Patch262: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.262 +Patch263: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.263 +Patch264: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.264 +Patch265: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.265 +Patch266: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.266 +Patch267: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.267 +Patch268: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.268 +Patch269: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.269 +Patch270: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.270 +Patch271: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.271 +Patch272: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.272 +Patch273: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.273 +Patch274: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.274 +Patch275: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.275 +Patch276: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.276 +Patch277: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.277 +Patch278: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.278 +Patch279: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.279 +Patch280: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.280 +Patch281: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.281 +Patch282: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.282 +Patch283: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.283 +Patch284: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.284 +Patch285: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.285 +Patch286: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.286 +Patch287: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.287 +Patch288: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.288 +Patch289: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.289 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -684,6 +729,51 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch242 -p0 %patch243 -p0 %patch244 -p0 +%patch245 -p0 +%patch246 -p0 +%patch247 -p0 +%patch248 -p0 +%patch249 -p0 +%patch250 -p0 +%patch251 -p0 +%patch252 -p0 +%patch253 -p0 +%patch254 -p0 +%patch255 -p0 +%patch256 -p0 +%patch257 -p0 +%patch258 -p0 +%patch259 -p0 +%patch260 -p0 +%patch261 -p0 +%patch262 -p0 +%patch263 -p0 +%patch264 -p0 +%patch265 -p0 +%patch266 -p0 +%patch267 -p0 +%patch268 -p0 +%patch269 -p0 +%patch270 -p0 +%patch271 -p0 +%patch272 -p0 +%patch273 -p0 +%patch274 -p0 +%patch275 -p0 +%patch276 -p0 +%patch277 -p0 +%patch278 -p0 +%patch279 -p0 +%patch280 -p0 +%patch281 -p0 +%patch282 -p0 +%patch283 -p0 +%patch284 -p0 +%patch285 -p0 +%patch286 -p0 +%patch287 -p0 +%patch288 -p0 +%patch289 -p0 # install spell files @@ -1141,6 +1231,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Aug 29 2011 Karsten Hopp 7.3.289-1 +- patchlevel 289 + * Mon Aug 29 2011 Karsten Hopp 7.3.244-4 - Remove old patched files. (Ricky Zhou ) (bugzilla #709456)