diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 1decaf7..29736a9 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7918669723e57feaff44490b76b4c890a596233edad5c3fb02b19a5e1ebd0463 -size 286920 +oid sha256:7e1f4b8fceadd809f66a3345e48d9bf2db918b28572031dfff16f90e93e7650b +size 323984 diff --git a/vim.changes b/vim.changes index af44384..41867b4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Sep 22 09:14:38 UTC 2011 - idonmez@suse.com + +- Update to official patchlevel 289 + Following bugs are fixed: + + * Redobuff doesn't always include changes of the completion leader. + * "C" on the last line deletes that line if it's blank. + * Calling debug.debug() in Lua may cause Vim to hang. + * Crash when 'colorcolumn' is set and closing buffer. + * Opening a window before forking causes problems for GTK. + * Complete function isn't called when the leader changed. + * Writing to 'verbosefile' has problems, e.g. for :highlight. + * Python 3 doesn't support slice assignment. + * When closing a window there is a chance that deleting a scrollbar + triggers a GUI resize, which uses the window while it is not in a + valid state. + * Auto-loading a function while editing the command line causes + scrolling up the display. + * Python doesn't parse multi-byte argument correctly. + * Built-in colors are different from rgb.txt. + * Can't load Perl 5.14 dynamically. + * When writing to an external command a zombie process may be left + behind. + * When filtering text with an external command Vim may not read all + the output. + * Crash when using fold markers and selecting a visual block that + includes a folded line and goes to end of line. (Sam Lidder) + * Configure doesn't work properly with Python3. + * When a BufWriteCmd autocommand resets 'modified' this doesn't + change older buffer states to be marked as 'modified' like + ":write" does. (Yukihiro Nakadaira) + ------------------------------------------------------------------- Fri Sep 16 17:53:21 UTC 2011 - opensuse@cboltz.de diff --git a/vim.spec b/vim.spec index 5cb92b2..d40cf0d 100644 --- a/vim.spec +++ b/vim.spec @@ -19,7 +19,7 @@ Name: vim Version: 7.3 -Release: 16 +Release: 1 License: Vim Group: Productivity/Editors/Vi BuildRequires: db-devel @@ -46,7 +46,7 @@ BuildRequires: gpm %endif # %define pkg_version 7.3 -%define official_ptchlvl 289 +%define official_ptchlvl 322 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site #