Accepting request 984835 from editors
- Updated to version 8.2.5154, fixes the following problems - fixed boo#1200184 * Debugger test fails when run with valgrind. * Cannot build without the +channel feature. (Dominique Pellé) * Various small issues. * TIME_WITH_SYS_TIME is no longer supported by autoconf. * Seachpair timeout test is flaky. * Using "volatile int" in a signal handler might be wrong. * Startup test fails if there is a status bar at the top of the screen. (Ernie Rael) * Some tests fail when using valgrind. Spurious leak reports. * With 'lazyredraw' set completion menu may be displayed wrong. * Exit test causes spurious valgrind reports. * Memory leak when substitute expression nests. * Flaky test always fails on retry. * Invalid memory access when using an expression on the command line. * Cannot build without the +eval feature. (Tony Mechelynck) * Read past the end of the first line with ":0;'{". * Reading beyond the end of the line with lisp indenting. * search() gets stuck with "c" and skip evaluates to true. * "make uninstall" does not remove colors/lists. * Still mentioning version8, some cosmetic issues. OBS-URL: https://build.opensuse.org/request/show/984835 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=312
This commit is contained in:
commit
2f769e32e6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed011e94a799a903997e8e0e786a0b1129ccd749101b25f9db687b4cfed76a56
|
|
||||||
size 16512645
|
|
3
vim-8.2.5154.tar.gz
Normal file
3
vim-8.2.5154.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43bc45d305cf93fb4ba8f6619c7ac02209daee1f8f3ae071c2dbd635d9f587e3
|
||||||
|
size 16553923
|
26
vim.changes
26
vim.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 24 07:47:35 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.5154, fixes the following problems
|
||||||
|
- fixed boo#1200184
|
||||||
|
* Debugger test fails when run with valgrind.
|
||||||
|
* Cannot build without the +channel feature. (Dominique Pellé)
|
||||||
|
* Various small issues.
|
||||||
|
* TIME_WITH_SYS_TIME is no longer supported by autoconf.
|
||||||
|
* Seachpair timeout test is flaky.
|
||||||
|
* Using "volatile int" in a signal handler might be wrong.
|
||||||
|
* Startup test fails if there is a status bar at the top of the
|
||||||
|
screen. (Ernie Rael)
|
||||||
|
* Some tests fail when using valgrind. Spurious leak reports.
|
||||||
|
* With 'lazyredraw' set completion menu may be displayed wrong.
|
||||||
|
* Exit test causes spurious valgrind reports.
|
||||||
|
* Memory leak when substitute expression nests.
|
||||||
|
* Flaky test always fails on retry.
|
||||||
|
* Invalid memory access when using an expression on the command line.
|
||||||
|
* Cannot build without the +eval feature. (Tony Mechelynck)
|
||||||
|
* Read past the end of the first line with ":0;'{".
|
||||||
|
* Reading beyond the end of the line with lisp indenting.
|
||||||
|
* search() gets stuck with "c" and skip evaluates to true.
|
||||||
|
* "make uninstall" does not remove colors/lists.
|
||||||
|
* Still mentioning version8, some cosmetic issues.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 08:06:56 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
Mon Jun 20 08:06:56 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
4
vim.spec
4
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 5136
|
%define patchlevel 5154
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim82
|
%define VIM_SUBDIR vim82
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
@ -657,6 +657,7 @@ fi
|
|||||||
%files data
|
%files data
|
||||||
# exclude common files
|
# exclude common files
|
||||||
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
||||||
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim
|
||||||
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim
|
||||||
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
||||||
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
%exclude %{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
||||||
@ -699,6 +700,7 @@ fi
|
|||||||
%dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/
|
%dir %{_datadir}/vim/%{VIM_SUBDIR}/syntax/
|
||||||
%{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc
|
%{_datadir}/vim/%{VIM_SUBDIR}/suse.vimrc
|
||||||
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/ft.vim
|
||||||
|
%{_datadir}/vim/%{VIM_SUBDIR}/autoload/dist/script.vim
|
||||||
%{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim
|
%{_datadir}/vim/%{VIM_SUBDIR}/colors/lists/default.vim
|
||||||
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/nosyntax.vim
|
||||||
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
%{_datadir}/vim/%{VIM_SUBDIR}/syntax/resolv.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user