Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2016-03-01 09:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-01-30 11:31:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2016-03-01 09:33:18.000000000 +0100 @@ -1,0 +2,110 @@ +Fri Feb 26 08:21:14 UTC 2016 - idonmez@suse.com + +- Updated to revision 1421, fixes the following problems + * When calling ch_close() the close callback is invoked, + even though the docs say it isn't. + * Using "u_char" intead of "char_u", which doesn't work everywhere. + * Tests slowed down because of the "not a terminal" warning. + * May free a channel when a callback may need to be invoked. + +------------------------------------------------------------------- +Wed Feb 24 19:56:00 UTC 2016 - idonmez@suse.com + +- Disable sniff support, its unmaintained. + +------------------------------------------------------------------- +Wed Feb 24 09:06:22 UTC 2016 - idonmez@suse.com + +- Updated to revision 1410, fixes the following problems + * The close-cb option is not implemented yet. + * Perl eval doesn't work properly on 64-bit big-endian machine. + * Having 'autochdir' set during startup and using diff mode doesn't work. + * GTK 3 is not supported. + * Completion menu flickers. + * Leaking memory in cs_print_tags_priv(). + * json_encode() does not handle NaN and inf properly. + * Leaking memory in cscope interface. + +------------------------------------------------------------------- +Tue Feb 23 08:25:46 UTC 2016 - idonmez@suse.com + +- Updated to revision 1397, fixes the following problems + * When the Job exit callback is invoked, the job may be freed too + soon. + * Starting a job hangs in the GUI. + * Can't sort inside a sort function. + +------------------------------------------------------------------- +Mon Feb 22 13:17:45 UTC 2016 - idonmez@suse.com + +- Drop vim-7.1.314-CVE-2009-0316-debian.patch, Python 2.7 has + the appropriate fix. + +------------------------------------------------------------------- +Mon Feb 22 09:53:40 UTC 2016 - idonmez@suse.com + +- Updated to revision 1385, fixes the following problems + * Job and channel options parsing is scattered. + * Channel test ch_sendexpr() times out. + * Can't remove a callback with ch_setoptions(). + * Channels don't have a queue for stderr. + * X11 GUI callbacks don't specify the part of the channel. + * Channel read implementation is incomplete. + * Calling a Vim function over a channel requires turning the + arguments into a string. + * ch_setoptions() cannot set all options. + * Can't change job settings after it started. + * The job exit callback is not implemented. + * Can't get the job of a channel. + * It is not easy to use a set of plugins and their dependencies. + +------------------------------------------------------------------- +Fri Feb 19 08:32:41 UTC 2016 - idonmez@suse.com + +- Updated to revision 1353, fixes the following problems + * Compiler warnings in build with -O2. + * When there is any error Vim will use a non-zero exit code. + * When the test server fails to start Vim hangs. + * When the port isn't opened yet when ch_open() is called it may + fail instead of waiting for the specified time. + * The test script lists all functions before executing them. + +------------------------------------------------------------------- +Thu Feb 18 11:12:03 UTC 2016 - idonmez@suse.com + +- Updated to revision 1345, fixes the following problems + * Crash when using channel that failed to open. + * Crash when closing the channel in a callback. + * Channel test fails on non-darwin builds. + * Channel NL mode is not supported yet. + * It's difficult to add more arguments to ch_sendraw() and ch_sendexpr(). + * Can't compile with +job but without +channel. + +------------------------------------------------------------------- +Tue Feb 16 09:57:19 UTC 2016 - idonmez@suse.com + +- Updated to revision 1328, fixes the following problems + * Cursor changes column with up motion when the matchparen + plugin saves and restores the cursor position. (Martin Kunev) + * "\%1l^#.*" does not match on a line starting with "#". + * Channel with pipes doesn't work in GUI. + * Crash when unletting the variable that holds the channel + in a callback function. + * Can't compile with +job but without +channel. + +------------------------------------------------------------------- +Mon Feb 8 13:22:33 UTC 2016 - idonmez@suse.com + +- Updated to revision 1294, fixes the following problems + * copy() and deepcopy() fail with special variables. + * Encoding {'key':} to JSON doesn't give an error. + * assert_false(v:false) reports an error. + * When jsonencode() fails it still returns something. + * jsonencode() is not producing strict JSON. + * Crash when evaluating the pattern of ":catch" causes an error. + * The job feature isn't available on MS-Windows. + * ch_open() with a timeout doesn't work correctly. + * ch_sendexpr() does not use JS encoding. +- Remove vim-7.3-diff_check.patch + +------------------------------------------------------------------- Old: ---- v7.4.1194.tar.gz vim-7.1.314-CVE-2009-0316-debian.patch vim-7.3-diff_check.patch New: ---- v7.4.1421.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.f6XGsq/_old 2016-03-01 09:33:20.000000000 +0100 +++ /var/tmp/diff_new_pack.f6XGsq/_new 2016-03-01 09:33:20.000000000 +0100 @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1194 +%define patchlevel 1421 %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} @@ -88,11 +88,9 @@ Patch11: %{name}-7.3-mktemp_tutor.patch Patch15: %{name}-7.4-filetype_apparmor.patch Patch18: %{name}-7.3-filetype_spec.patch -Patch19: %{name}-7.3-diff_check.patch Patch21: %{name}-7.3-filetype_changes.patch Patch22: %{name}-7.4-filetype_mine.patch -Patch100: vim-7.1.314-CVE-2009-0316-debian.patch -Patch101: vim73-no-static-libpython.patch +Patch100: vim73-no-static-libpython.patch %description Vim (Vi IMproved) is an almost compatible version of the UNIX editor @@ -164,11 +162,9 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim %patch15 -p1 %patch18 -p1 -%patch19 -p1 %patch21 -p1 %patch22 -p1 %patch100 -p1 -%patch101 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} . %build @@ -181,7 +177,6 @@ --with-view-name=view \ --enable-cscope \ --enable-multibyte \ - --enable-sniff \ --with-features=huge \ --with-compiledby='http://www.opensuse.org/' \ %if 0%{?suse_version} > 1210 @@ -472,6 +467,7 @@ %files -n gvim %defattr(-,root,root,-) +%doc runtime/doc/gui_x11.txt %ghost %config(missingok) %{_sysconfdir}/gvimrc %{_bindir}/egview %{_bindir}/egvim ++++++ v7.4.1194.tar.gz -> v7.4.1421.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/v7.4.1194.tar.gz /work/SRC/openSUSE:Factory/.vim.new/v7.4.1421.tar.gz differ: char 22, line 1
participants (1)
-
root@hilbert.suse.de