diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index b23194e..6e737d4 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9db752f88c1f0217d5bd0e618383cbec1e987522f2c12eb8f3b6b97c5d3295f5 -size 717425 +oid sha256:ce463691ddaa699b5d237b7d394038c07ff0685ba68008885219b592966f79ad +size 758462 diff --git a/vim.changes b/vim.changes index cd8f303..d111d68 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Sep 12 21:27:54 UTC 2012 - idonmez@suse.com + +- Update to patchlevel 661, fixes the following problems + * "gnd" doesn't work correctly in Visual mode. + * Crash when using a very long file name. (ZyX) + * When 'clipboard' is set to "unnamed" small deletes end up in the + * Completion after ":help \{-" gives an error message and messes up + * Completion after ":help \{-" gives an error message. + * Workaround for Python crash isn't perfect. + * MingW needs build rule for included XPM files. Object directory + * When creating a Vim dictionary from Python objects an empty key + * Internal error in :pyeval. + * Python bindings silently truncate string values containing NUL. + * NUL bytes truncate strings when converted from Python. + * Recent Python changes are not tested. + * ":help !" jumps to help for ":!". + * SEGV in Python code. + ------------------------------------------------------------------- Sat Sep 1 17:51:41 UTC 2012 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 8823d8b..517ab37 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.3 -%define official_ptchlvl 646 +%define official_ptchlvl 661 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site @@ -478,6 +478,11 @@ mkdir -p %{buildroot}/var/run/vi.recover %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin %endif +%check +# Look for "TEST FAILURE" in the build log +# Currently test16 (needs X) & test83 fails +make test || true + %post /usr/sbin/update-alternatives --install \ /bin/vim vim /bin/vim-normal 15