diff --git a/v7.4.1710.tar.gz b/v7.4.1710.tar.gz deleted file mode 100644 index f7cd409..0000000 --- a/v7.4.1710.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:130b7907e2534603c035188e9798207d64662d02b9d2602b24ff80255ad96103 -size 12556638 diff --git a/v7.4.1716.tar.gz b/v7.4.1716.tar.gz new file mode 100644 index 0000000..8afab2a --- /dev/null +++ b/v7.4.1716.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e647cf12ad14129b482aff076eb15c3ebc515b679e15ea76b376f8dc3706c5b0 +size 12557983 diff --git a/vim.changes b/vim.changes index eaf6b8b..eb66433 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 7 06:19:03 UTC 2016 - idonmez@suse.com + +- Updated to revision 1716, fixes the following problems + * When using try/catch in 'statusline' it is still considered an + error and the status line will be disabled. + * For plugins in packages, plugin authors need to take care of all + dependencies. + * GTK GUI doesn't work on Wayland. + * Non-GUI specific settings in the gvimrc_example file. + * Double free when a partial is in a cycle with a list or dict. + * 'autochdir' doesn't work for the first file. + ------------------------------------------------------------------- Tue Apr 5 08:26:17 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 3e954a1..2416565 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1710 +%define patchlevel 1716 %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}