Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2013-11-15 13:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2013-10-31 10:12:23.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2013-11-15 
13:39:32.000000000 +0100
@@ -1,0 +2,31 @@
+Thu Nov 14 09:27:18 UTC 2013 - [email protected]
+
+- Updated to revision 092, fixes the following problems
+  * Reading past end of the 'stl' string.
+  * byteidx() does not work for composing characters.
+  * set_last_cursor() may encounter w_buffer being NULL.  (Matt Mkaniaris)
+  * Declaration has wrong return type for PyObject_SetAttrString().
+  * Crash when using invalid key in Python dictionary.
+  * When replacing a character in Visual block mode, entering a CR does not 
cause a repeated line break.
+  * When recording, the character typed at the hit-enter prompt is recorded 
twice. (Urtica Dioica)
+  * After inserting comment leader, CTRL-\ CTRL-O does move the cursor. 
(Wiktor Ruben)
+  * Cannot right shift lines starting with #.
+  * Passing limits around too often.
+  * Crash when using Insert mode completion.
+  * Setting undolevels for one buffer changes undo in another.
+  * When undo'ing all changes and creating a new change the undo structure is 
incorrect. (Christian Brabandt)
+  * Locally setting 'undolevels' is not tested.
+  * "cgn" does not wrap around the end of the file. (Dimitrov Dimitrov)
+  * A script cannot detect whether 'hlsearch' highlighting is actually 
displayed.
+  * Missing documentation for v:hlsearch.
+  * Wrong logic when ANALYZE is "yes".
+  * Using "gf" in a changed buffer suggests adding "!", which is not possible. 
(Tim Chase)
+  * It's hard to avoid adding a used pattern to the search history.
+  * Python: interrupt not being properly discarded. (Yggdroot Chen)
+  * When inserting text in Visual block mode and moving the cursor the wrong 
text gets repeated in other lines.
+  * Skipping over an expression when not evaluating it does not work properly 
for dict members.
+  * When spell checking is enabled Asian characters are always marked as error.
+  * When editing a file in a directory mounted through sshfs Vim doesn't set 
the security context on a renamed file.
+- Drop vim-7.4-python-decl.patch, patch upstream now.
+
+-------------------------------------------------------------------

Old:
----
  vim-7.4-python-decl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.69cAyx/_old  2013-11-15 13:39:33.000000000 +0100
+++ /var/tmp/diff_new_pack.69cAyx/_new  2013-11-15 13:39:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 052
+%define official_ptchlvl 092
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE="make -e" %{?_smp_mflags}
@@ -102,7 +102,6 @@
 Patch19:        %{name}-7.3-diff_check.patch
 Patch21:        %{name}-7.3-filetype_changes.patch
 Patch22:        %{name}-7.4-filetype_mine.patch
-Patch23:        %{name}-7.4-python-decl.patch
 Patch100:       vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:       vim73-no-static-libpython.patch
 %{perl_requires}
@@ -191,7 +190,6 @@
 %patch19 -p1
 %patch21 -p1
 %patch22 -p1
-%patch23 -p1
 %patch100 -p1
 %patch101
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .

++++++ vim-7.4-patches.tar.bz2 ++++++
++++ 9583 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to