Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-05-13 20:45:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-04-09 18:17:32.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2014-05-13 
20:45:59.000000000 +0200
@@ -1,0 +2,49 @@
+Mon May 12 13:04:17 UTC 2014 - idon...@suse.com
+
+- Updated to revision 283, fixes the following problems
+  * Smack support detection is incomplete.
+  * Configure check for smack doesn't work with all shells. (David
+    Larson)
+  * Using systemlist() may cause a crash and does not handle NUL
+    characters properly.
+  * Compiler warning, possibly for mismatch in parameter name.
+  * Configure fails if $CC contains options.
+  * Warning for misplaced "const".
+  * It is possible to define a function with a colon in the name.  It
+    is possible to define a function with a lower case character if a
+    "#" appears after the name.
+  * When updating the window involves a regexp pattern, an interactive
+    substitute to replace a "\n" with a line break fails. (Ingo
+    Karkat)
+  * Duplicate code in regexec().
+  * GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz)
+  * Can't define a function starting with "g:".  Can't assign a
+    funcref to a buffer-local variable.
+  * Can't call a global function with "g:" in an expression.
+  * Test 62 fails.
+  * The '[ mark is in the wrong position after "gq". (Ingo Karkat)
+  * Using exists() on a funcref for a script-local function does not
+    work.
+  * CTRL-U in Insert mode does not work after using a cursor key.
+    (Pine Wu)
+  * Comparing pointers instead of the string they point to.
+  * Using just "$" does not cause an error message.
+  * "make autoconf" and "make reconfig" may first run configure and
+    then remove the output.
+  * When doing ":update" just before running an external command that
+    changes the file, the timestamp may be unchanged and the file
+    is not reloaded.
+  * When changing the type of a sign that hasn't been placed ther is
+    no error message.
+  * The fish shell is not supported.
+  * Using ":sign unplace *" may leave the cursor in the wrong position
+    (Christian Brabandt)
+  * globpath() returns a string, making it difficult to get a list of
+    matches. (Greg Novack)
+  * When using a session file the relative position of the cursor is
+    not restored if there is another tab. (Nobuhiro Takasaki)
+  * When a session file has more than one tabpage and 'showtabline' is
+    one the positions may be slightly off.
+  * Compiler warning about unused variable. (Charles Cooper)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.iPuk6i/_old  2014-05-13 20:46:00.000000000 +0200
+++ /var/tmp/diff_new_pack.iPuk6i/_new  2014-05-13 20:46:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 253
+%define official_ptchlvl 283
 %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}
@@ -227,8 +227,7 @@
 export GUI_OPTIONS="\
     --enable-xim \
     --enable-fontset \
-    --enable-gui=gtk2 \
-    --enable-gtk2-check"
+    --enable-gui=gtk2"
 
 pushd src
 autoconf

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to