Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2011-12-07 21:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2011-12-06 18:03:20.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2011-12-07 
21:41:22.000000000 +0100
@@ -1,0 +2,55 @@
+Wed Dec  7 10:09:25 UTC 2011 - [email protected]
+
+- Move require of systemd to base package since the base postinstall
+  needs it.
+
+-------------------------------------------------------------------
+Mon Dec  5 12:45:08 UTC 2011 - [email protected]
+
+- Update to patchlevel 364, fixes the following problems
+  * C indenting is wrong after #endif followed by a semicolon.
+  * ml_get error when using ":g" with folded lines.
+  * Accessing memory after it is freed when EXITFREE is defined.
+  * Interrupting the load of an autoload function may cause a crash.
+  * Command line completion shows dict functions.
+  * Using "o" with 'cindent' set may freeze Vim.
+  * ":set backspace+=eol" doesn't work when 'backspace' has a 
+    backwards compatible value of 2.
+  * When completing methods dict functions and script-local functions
+    get in the way.
+  * Text formatting uses start of insert position when it should not.
+  * Block of code after ":lua << EOF" may not work.
+  * When running out of memory during startup trying to open a
+    swapfile will loop forever.
+  * "call range(1, 947948399)" causes a crash
+  * When dropping text from a browser on Vim it receives HTML even
+    though "html" is excluded from 'clipboard'
+  * When switching language with ":lang" the window title doesn't
+    change until later.
+  * Problem with GUI startup related to XInitThreads.
+  * No mouse support for urxvt.
+  * Using getchar() in an expression mapping doesn't work well.
+  * Screen doesn't update after resizing the xterm until a character
+    is typed.
+  * When a tags file specifies an encoding different from 'enc' it
+    may hang and using a pattern doesn't work.
+  * When 'imdisable' is reset from an autocommand in Insert mode it
+    doesn't take effect.
+  * Using "." to repeat a Visual delete counts the size in bytes, not
+    characters. 
+  * Indent after "public:" is not increased in C++ code.
+  * "vit" selects wrong text when a tag name starts with the same text
+    as an outer tag name.
+  * When longjmp() is invoked if the X server gives an error the state
+    is not properly restored.
+  * When skipping over code from ":for" to ":endfor" get an error for
+    calling a dict function.
+  * When command line wraps the cursor may be displayed wrong when
+    there are multi-byte characters.
+  * When jumping to a help tag a closed fold doesn't open.
+  * A duplicated function argument gives an internal error.
+  * Completion for ":compiler" shows color scheme names.
+  * The default 'errorformat' does not ignore some "included from"
+    lines.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.G8bVA9/_old  2011-12-07 21:41:24.000000000 +0100
+++ /var/tmp/diff_new_pack.G8bVA9/_new  2011-12-07 21:41:24.000000000 +0100
@@ -47,7 +47,7 @@
 %endif
 #
 %define pkg_version 7.3
-%define official_ptchlvl 322
+%define official_ptchlvl 364
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 #
@@ -66,8 +66,6 @@
 PreReq:         fileutils
 PreReq:         sh-utils
 PreReq:         update-alternatives
-# For post script
-Requires:       systemd
 #
 Provides:       vim_client
 Provides:       vi
@@ -159,6 +157,8 @@
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
 PreReq:         update-alternatives
+# For post script
+Requires:       systemd
 
 %description base
 Vim (Vi IMproved) is an almost compatible version of the UNIX editor


++++++ vim-7.3-patches.tar.bz2 ++++++
++++ 5144 lines of diff (skipped)

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

Reply via email to