diff --git a/vim-9.0.2078.tar.gz b/vim-9.0.2078.tar.gz deleted file mode 100644 index a2e131d..0000000 --- a/vim-9.0.2078.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce29f8735616e15dc72fdab6850ff19cf5d4db00c397d95b28bc73867a2ead1f -size 17357582 diff --git a/vim-9.0.2103.tar.gz b/vim-9.0.2103.tar.gz new file mode 100644 index 0000000..866ba5e --- /dev/null +++ b/vim-9.0.2103.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b420ff634a4c63a959c65ea07fc516ba9844e658648705a48c4c7b911b302e +size 17362750 diff --git a/vim-changelog.sh b/vim-changelog.sh deleted file mode 100644 index 0c30c0f..0000000 --- a/vim-changelog.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env zsh - -directory=https://ftp.nluug.nl/pub/vim/patches/ -version=9.0 - -if [ $# -ne 2 ]; then - echo "usage: $0 " 1>&2 - exit 1 -fi - -echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the following problems" -for i in $(seq -w $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:",, | \ - tr '\t' '\n' | sed s,' ','', | fmt -w 80 -done diff --git a/vim.changes b/vim.changes index b1b21b8..78c1df7 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,63 @@ +------------------------------------------------------------------- +Mon Nov 13 19:03:12 UTC 2023 - Ondřej Súkup + +- Update to version 9.0.2103 +- drop vim-changelog.sh + * recursive callback may cause issues on some archs + * matchparen highlight not cleared in completion mode + * improve the breakpoint sign label (#13525) + * Improve CONTRIBUTING.md + * Renamed "makefile_*.mak" for Vim documentation (#13517) + * Update for Lynx 2.8.9 (#13510) + * Improve :let-heredoc syntax highlighting (#12923) + * clarify when formatoptions applies + * Update for i3 4.23 (#13522) + * Update usr_51.txt to be more inclusive (#13496) + * Add missing null_ help tags (#13498) + * labeler.yml use all instead of any for doc detection (#13507) + * No filetype support for xcompose files + * clarify `:help inclusion` section + * labeler.yml: Add some more component detection rules (#13511) + * No support for cypher files + * Vim9: confusing usage of private + * labeler.yml: add documentation label (#13506) + * fix grammar in termdebug doc, remove trailing spaces (#13505) + * improve window handling, shorten var types + * handle buffer-local mappings properly + * statusline may look different than expected + * Vim9: need more assignment tests + * Update for Wget2 2.1.0 (#13497) + * Unsupported option causes skipping of modeline test + * tests: failure in test_arabic + * Switch Hindu-Arabic to Arabic numerals in arabic keymap (#13430) + * Update the translation of Russian messages to Vim 9.0.2091 (#13490) + * improve the error detection + * document vim-script library function + * Make dist/vim.vim work properly when lacking vim9script support (#13487) + * Vim9: cannot convert list to string using += + * add legacy version for central vim library + * centralize safe executable check and add vim library (#13413) + * clarify terminal capabilities for focus reporting + * complete_info() skips entries with 'noselect' + * Add Makefile for the Vim documentation on Windows (#13467) + * sound_playfile() fails when using powershell + * Vim9: still allows abstract static methods + * Update sh syntax and add shDerefOffset to shDerefVarArray for bash (#13480) + * make strace ft check less strict (#13482) + * build-failure in vim9class + * code cleanup for option callbacks needed + * Vim9: abstract can be used in interface + * Vim9: abstract static methods are possible + * runtime(sh) Update sh syntax and add shDblParen to shCaseList (#13469) + * Perl: xsubpp may be in non-standard location + * Add noble (24.04 LTS) as Ubuntu release name (#13472) + * test_channel may fail because of IPv6 config issue + * smoothscroll may result in wrong cursor position + * add shDblParen to shLoopList for bash (#13445) + * vim9_script test too large + * all secure options should note this restriction in the documentation (#13448) + * Not all Dart files detected + ------------------------------------------------------------------- Sat Oct 28 14:45:34 UTC 2023 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 8b5a2be..11f9f20 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 2078 +%define patchlevel 2103 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site @@ -60,7 +60,6 @@ Source30: gvim_128.png Source31: gvim_256.png Source32: gvim_512.png # /Section -Source98: vim-changelog.sh Source99: %{name}-7.4-rpmlintrc Patch3: %{name}-7.4-disable_lang_no.patch Patch4: %{name}-7.3-gvimrc_fontset.patch