Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2015-10-14 16:39:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-09-24 06:13:05.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2015-10-14 
16:39:27.000000000 +0200
@@ -1,0 +2,27 @@
+Wed Sep 30 09:10:28 UTC 2015 - [email protected]
+
+- Updated to revision 889, fixes the following problems
+  * Crash when changing the 'tags' option from a remote command. (Benjamin 
Fritz)
+  * 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov)
+  * May get into an invalid state when using getchar() in an expression 
mapping.
+  * Vim leaks memory, when 'wildignore' filters out all matches.
+  * Compiler warning for unused variable. (Tony Mechelynck)
+  * Not obvious how to contribute.
+  * ":find" sometimes fails. (Excanoe)
+  * Coverity error for clearing only one byte of struct.
+  * Can't see line numbers in nested function calls.
+  * Test 49 fails.
+  * When leaving the command line window with CTRL-C while a completion menu 
is displayed the menu isn't removed.
+  * Block-mode replace works characterwise instead of blockwise after column 
147. (Issue #422)
+  * When doing an upwards search without wildcards the search fails if the 
initial directory doesn't exist.
+  * Using uninitialized memory for regexp with back reference. (Dominique 
Pelle)
+  * The OptionSet autocommands are not triggered from setwinvar().
+  * Triggering OptionSet from setwinvar() isn't tested. 
+
+-------------------------------------------------------------------
+Sat Sep 26 20:39:19 UTC 2015 - [email protected]
+
+- Updated apparmor.vim (taken from AppArmor 2.10.0)
+  * add support for the "ib" and "mpls" network keywords
+
+-------------------------------------------------------------------

Old:
----
  v7.4.865.tar.gz

New:
----
  v7.4.889.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.bKqklZ/_old  2015-10-14 16:39:29.000000000 +0200
+++ /var/tmp/diff_new_pack.bKqklZ/_new  2015-10-14 16:39:29.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define patchlevel 865
+%define patchlevel 889
 %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}

++++++ apparmor.vim ++++++
--- /var/tmp/diff_new_pack.bKqklZ/_old  2015-10-14 16:39:29.000000000 +0200
+++ /var/tmp/diff_new_pack.bKqklZ/_new  2015-10-14 16:39:29.000000000 +0200
@@ -142,9 +142,9 @@
 " Network line
 " Syntax: network domain (inet, ...) type (stream, ...) protocol (tcp, ...)
 " TODO: 'owner' isn't supported, but will be (JJ, 2011-01-11)
-syn match  sdNetwork         
/\v^\s*(audit\s+)?(deny\s+|allow\s+)?network(\s+(unix|inet|ax25|ipx|appletalk|netrom|bridge|atmpvc|x25|inet6|rose|netbeui|security|key|netlink|packet|ash|econet|atmsvc|rds|sna|irda|pppox|wanpipe|llc|can|tipc|bluetooth|iucv|rxrpc|isdn|phonet|ieee802154|caif|alg|nfc|vsock))?(\s+(stream|dgram|seqpacket|rdm|packet))?(\s+tcp|\s+udp|\s+icmp)?\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
+syn match  sdNetwork         
/\v^\s*(audit\s+)?(deny\s+|allow\s+)?network(\s+(unix|inet|ax25|ipx|appletalk|netrom|bridge|atmpvc|x25|inet6|rose|netbeui|security|key|netlink|packet|ash|econet|atmsvc|rds|sna|irda|pppox|wanpipe|llc|ib|mpls|can|tipc|bluetooth|iucv|rxrpc|isdn|phonet|ieee802154|caif|alg|nfc|vsock))?(\s+(stream|dgram|seqpacket|rdm|packet))?(\s+tcp|\s+udp|\s+icmp)?\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
 " network rules containing 'raw'
-syn match  sdNetworkDanger         
/\v^\s*(audit\s+)?(deny\s+|allow\s+)?network(\s+(unix|inet|ax25|ipx|appletalk|netrom|bridge|atmpvc|x25|inet6|rose|netbeui|security|key|netlink|packet|ash|econet|atmsvc|rds|sna|irda|pppox|wanpipe|llc|can|tipc|bluetooth|iucv|rxrpc|isdn|phonet|ieee802154|caif|alg|nfc|vsock))?(\s+(raw))(\s+tcp|\s+udp|\s+icmp)?\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
+syn match  sdNetworkDanger         
/\v^\s*(audit\s+)?(deny\s+|allow\s+)?network(\s+(unix|inet|ax25|ipx|appletalk|netrom|bridge|atmpvc|x25|inet6|rose|netbeui|security|key|netlink|packet|ash|econet|atmsvc|rds|sna|irda|pppox|wanpipe|llc|ib|mpls|can|tipc|bluetooth|iucv|rxrpc|isdn|phonet|ieee802154|caif|alg|nfc|vsock))?(\s+(raw))(\s+tcp|\s+udp|\s+icmp)?\s*,(\s*$|(\s*#.*$)\@=)/
 contains=sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
 " 'all networking' includes raw -> mark as dangerous
 syn match  sdNetworkDanger         
/\v^\s*(audit\s+)?(deny\s+|allow\s+)?network\s*,(\s*$|(\s*#.*$)\@=)/ 
contains=sdComment nextgroup=@sdEntry,sdComment,sdError,sdInclude
 


++++++ v7.4.865.tar.gz -> v7.4.889.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/v7.4.865.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v7.4.889.tar.gz differ: char 13, line 1


Reply via email to