diff --git a/vim-8.1.0479.tar.gz b/vim-8.1.0479.tar.gz deleted file mode 100644 index e20c313..0000000 --- a/vim-8.1.0479.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:934386069b6b91343daa6865153fdf392c42cab1a46098138e85078b0400bdb7 -size 13858493 diff --git a/vim-8.1.0503.tar.gz b/vim-8.1.0503.tar.gz new file mode 100644 index 0000000..a5ed636 --- /dev/null +++ b/vim-8.1.0503.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20be35739d9102b3a5c821b42780cb7d4d460f768e384c80544b54f8a6c26952 +size 13865571 diff --git a/vim-changelog.sh b/vim-changelog.sh index b607f11..974367b 100644 --- a/vim-changelog.sh +++ b/vim-changelog.sh @@ -3,7 +3,7 @@ directory=http://ftp.vim.org/pub/vim/patches version=8.1 -echo "Updated to revision $(echo $2 | sed 's/^0*//'), fixes the following problems" +echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems" for i in {$1..$2}; do curl $directory/$version/$version.$i -s | grep -v "Binary file (standard input) matches" | \ tr -d '\n' | grep -oP "Problem:.*Solution:" | sed s,"Problem: "," * ", | sed s,"Solution:",, | \ diff --git a/vim.changes b/vim.changes index a42ee72..5bbfaf9 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Nov 2 12:49:10 UTC 2018 - Ondřej Súkup + +- Updated to 8.1.0503, fixes the following problems +- small change in vim-changelog.sh + * Failure when setting 'varsofttabstop' to end in a comma. + * When "Terminal" highlight is reverted cursor doesn't show. + * Some file types are not recognized. + * term_start() does not check if directory is accessible. + * Can't build in MS-Windows. + * No menus specifically for the terminal window. + * Using freed memory in quickfix code. + * Crash when autocmd clears vimpgrep location list. + * If a terminal dump has CR it is considered corrupt. + * "Edit with existing Vim" list can get long. + * argv() and argc() only work on the current argument list. + * Functions do not check for a window ID in other tabs. + * :filter only supports some commands. + * No tests for indent files. + * :%diffput changes order of lines. + * /etc/gitconfig not recognized at a gitconfig file. + * :2vimgrep causes an ml_get error + * Cleaning up in src/tee may not always work. + * Cppcheck warns for using array index before bounds check. + * Internal diff fails when diffing a context diff. + * Missing change to diff test. + ------------------------------------------------------------------- Tue Oct 16 07:19:18 UTC 2018 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 16a0eae..50946d3 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 0479 +%define patchlevel 0503 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site