diff --git a/v7.4.1635.tar.gz b/v7.4.1635.tar.gz deleted file mode 100644 index 4013ba5..0000000 --- a/v7.4.1635.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71f37906b55d310c4d81b7c67b954332ed5e1f98cc3dbcc4c9ecf5d758109c94 -size 12551687 diff --git a/v7.4.1665.tar.gz b/v7.4.1665.tar.gz new file mode 100644 index 0000000..b80ccbd --- /dev/null +++ b/v7.4.1665.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae787836f0c352640e1ee6b33943a9ff3c2f08f0f17403edeedf7ca218e76b9 +size 12553998 diff --git a/vim.changes b/vim.changes index 20d25f4..f2f36da 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Mar 28 07:32:06 UTC 2016 - idonmez@suse.com + +- Updated to revision 1665, fixes the following problems + * When 'F' is in 'shortmess' the prompt for the encryption key + isn't displayed. + * When binding a function to a dict the reference count is wrong. + * Invoking garbage collection may cause a double free. + * Crash when an autocommand changes a quickfix list. + * Handling emoji characters as full width has problems with + backwards compatibility. + * Terminating file name has side effects. + * Using string() on a partial that exists in the dictionary it binds + results in an error. + * When a dict contains a partial it can't be redefined as a function. + * Using Python vim.bindeval() on a partial doesn't work. + * Using freed memory after setqflist() and ":caddbuffer". + * Compiler has a problem copying a string into di_key[]. + * The matchit plugin needs to be copied to be used. + * Quickfix test fails. + * Old style test for fnamemodify(). + * Users who loaded matchit.vim manually have to change their startup. + * Crash when using expand('%:S') in a buffer without a name. + * remote_expr() hangs. + * Crash when using partial with a timer. + * On Unix in a terminal: channel messages are not handled right away. + * A plugin does not know when VimEnter autocommands were already triggered. + * has('patch-7.4.1') doesn't work. + * No test for special characters in channel eval command. + * No test for an invalid Ex command on a channel. + * Crash in :cgetexpr. + * Crash when calling job_start() with a NULL string. + ------------------------------------------------------------------- Tue Mar 22 11:02:39 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index f98ed4c..3263032 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1635 +%define patchlevel 1665 %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}