From 6d778f77a6d0935f646bba3e6a1618da26fa7e496d252c8a156fea043379688f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 22 May 2023 15:45:52 +0000 Subject: [PATCH] Accepting request 1088123 from home:AndreasStieger:branches:editors vim 9.0.1572 OBS-URL: https://build.opensuse.org/request/show/1088123 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=814 --- vim-9.0.1538.tar.gz | 3 --- vim-9.0.1572.tar.gz | 3 +++ vim.changes | 40 ++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.1538.tar.gz create mode 100644 vim-9.0.1572.tar.gz diff --git a/vim-9.0.1538.tar.gz b/vim-9.0.1538.tar.gz deleted file mode 100644 index f103a5c..0000000 --- a/vim-9.0.1538.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1deb740a47eb8dd94c3282a371cf7f0d77b27c852278c456b83354cbca58b6c8 -size 17014991 diff --git a/vim-9.0.1572.tar.gz b/vim-9.0.1572.tar.gz new file mode 100644 index 0000000..7d244bb --- /dev/null +++ b/vim-9.0.1572.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e1bcd812e223fc658436352301656484364cf34637c5d5485168e7611d184f +size 17027980 diff --git a/vim.changes b/vim.changes index 20d9f49..119d705 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun May 21 11:37:17 UTC 2023 - Andreas Stieger + +- Updated to version 9.0.1572, fixes the following problems + * Typst filetype is not recognized. + * reverse() on string doesn't work in compiled function. + * CI: sound dummy is disabled. + * Line not fully displayed if it doesn't fit in the screen. + * Display errors when making topline shorter and 'smoothscroll' + is set. + * Recent glibc marks sigset() as a deprecated. + * Text not scrolled when cursor moved with "g0" and "h". + * Some commands for opening a file don't use 'switchbuf'. + * Coveralls workflow on CI is commented out. + * CI: check in sound-dummy module may throw an error. + * USD filetype is not recognized. + * In cmdline window S-Tab does not select previous completion. + * Position of marker for 'smoothscroll' not computed correctly. + * CI: sound-dummy module is not installed. + * CI: using slightly outdated gcc version. + * Code for handling 'switchbuf' is repeated. + * setcharsearch() does not clear last searched char properly. + * Vim9: error for missing "return" after "throw". + * Test failures for unreachable code. + * Wrong error for unreachable code after :throw. + * Function argument types not always checked and using v:none may + cause an error. + * Win32: When 'encoding' is set $PATH has duplicate entries. + * Mixing package managers is not a good idea. + * GTK3: window manager resize hints are incomplete. + * Display moves up and down with 'incsearch' and 'smoothscroll'. + * Json lines files are not recognized. + * Motif: GUI scrollbar test fails in 24 lines terminal. + * Profiler calculation may be wrong on 32 bit builds. + * With 'smoothscroll' cursor may move below botline. + * Cannot use "this.member" in lambda in class method. + * Some tests are slow. + * RedrawingDisabled not used consistently. + * Error messages are not translated. + ------------------------------------------------------------------- Wed May 10 17:04:52 UTC 2023 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 01478ef..5aed9ab 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1538 +%define patchlevel 1572 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site