From be526bb4578973e9423f6b9b14560a51c87c9075f8f6536ca0a127d33e1678b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 3 Jun 2016 10:03:15 +0000 Subject: [PATCH] - Updated to revision 1883, fixes the following problems * Python: encoding error with Python 2. * Memory leaks in test49. * Invalid memory access when exiting with EXITFREE defined. * Memory leak in test_matchstrpos. * Setting really_exiting causes memory leaks to be reported. * Appending to the quickfix list while the quickfix window is open is very slow. * When a callback adds a timer the GUI doesn't use it until later. * Comparing functions and partials doesn't work well. * Typing "k" at the hit-enter prompt has no effect. * Whether a job has exited isn't detected until a character is typed. After calling exit_cb the cursor is in the wrong place. * Channel test is flaky. * Appending to a long quickfix list is slow. * Check for line break at end of line wrong. * Cppcheck found 2 incorrect printf formats. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=367 --- v7.4.1862.tar.gz | 3 --- v7.4.1883.tar.gz | 3 +++ vim.changes | 21 +++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 v7.4.1862.tar.gz create mode 100644 v7.4.1883.tar.gz diff --git a/v7.4.1862.tar.gz b/v7.4.1862.tar.gz deleted file mode 100644 index fbf40f5..0000000 --- a/v7.4.1862.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd8643937fae4d652437629500398e389e53cb3dfa16639b86f326587742b26 -size 12577062 diff --git a/v7.4.1883.tar.gz b/v7.4.1883.tar.gz new file mode 100644 index 0000000..87e70ca --- /dev/null +++ b/v7.4.1883.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08ef3c093b78b9c08bea59c7b0b9a71bb5e5cb1604e5f86c7b7139d460e223c +size 12579985 diff --git a/vim.changes b/vim.changes index 91b3033..1d9b0bd 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jun 3 09:55:54 UTC 2016 - idonmez@suse.com + +- Updated to revision 1883, fixes the following problems + * Python: encoding error with Python 2. + * Memory leaks in test49. + * Invalid memory access when exiting with EXITFREE defined. + * Memory leak in test_matchstrpos. + * Setting really_exiting causes memory leaks to be reported. + * Appending to the quickfix list while the quickfix window is open + is very slow. + * When a callback adds a timer the GUI doesn't use it until later. + * Comparing functions and partials doesn't work well. + * Typing "k" at the hit-enter prompt has no effect. + * Whether a job has exited isn't detected until a character is typed. + After calling exit_cb the cursor is in the wrong place. + * Channel test is flaky. + * Appending to a long quickfix list is slow. + * Check for line break at end of line wrong. + * Cppcheck found 2 incorrect printf formats. + ------------------------------------------------------------------- Wed Jun 1 07:18:35 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 8d64f8b..702a45c 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1862 +%define patchlevel 1883 %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}