diff --git a/v7.4.1829.tar.gz b/v7.4.1829.tar.gz deleted file mode 100644 index 9da968d..0000000 --- a/v7.4.1829.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91e9c3ad6203033a9124f4b720cf9de82cd75358374cd3b4bcde8838ea2871c -size 12566744 diff --git a/v7.4.1842.tar.gz b/v7.4.1842.tar.gz new file mode 100644 index 0000000..bac7c32 --- /dev/null +++ b/v7.4.1842.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dbf5797569e40aff97b4dba549382464f42e9b10892280985e63952afab829 +size 12573082 diff --git a/vim.changes b/vim.changes index 5732204..f6b4755 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 25 10:53:20 UTC 2016 - idonmez@suse.com + +- Updated to revision 1842, fixes the following problems + * non-antialiased misnamed. + * When timer_stop() is called with a string there is no proper + error message. + * Memory leak in debug commands. + * Cannot use an Ex command for 'keywordprg'. + * Possible crash when conceal is active. + * When splitting and closing a window the status height changes. + * When using a partial on a dictionary it always gets bound to that + dictionary. + * The BufUnload event is triggered twice, when :bunload is used with + `bufhidden` set to `unload` or `delete`. + * Functions specifically for testing do not sort together. + * Cannot get the items stored in a partial. + * When using packages an "after" directory cannot be used. + * The code to reallocate the buffer used for quickfix is repeated. + * get() works for Partial but not for Funcref. + ------------------------------------------------------------------- Tue May 24 07:12:15 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index e0bca1c..41c61a1 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1829 +%define patchlevel 1842 %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}