- Updated to version 8.2.3577, fixes the following problems
* Test_very_large_count fails on 32bit systems. * Some unicode control characters are considered printable. * Memory leak when closing window and using "multispace" in 'listchars'. * Cannot decide whether to skip test that fails with 64 bit ints. (closes #9072) * Divide by zero. * Overflow check still fails when sizeof(int) == sizeof(long). * Some functions are not documented for use with a method. * Overflow check fails with 32 ints. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=690
This commit is contained in:
parent
c9da5603c9
commit
3f2d5483e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50e15a2c1c21ea3b9b4decd63aa158cd86d6cf4e5d48f9ab75a2167d2eeda6dd
|
|
||||||
size 15773288
|
|
3
vim-8.2.3577.tar.gz
Normal file
3
vim-8.2.3577.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9544ad47bdc18bedcc0da2d4f57b58573276eb7d3480cb040051348f979e2346
|
||||||
|
size 15773780
|
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 3 17:31:20 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 8.2.3577, fixes the following problems
|
||||||
|
* Test_very_large_count fails on 32bit systems.
|
||||||
|
* Some unicode control characters are considered printable.
|
||||||
|
* Memory leak when closing window and using "multispace" in 'listchars'.
|
||||||
|
* Cannot decide whether to skip test that fails with 64 bit ints. (closes
|
||||||
|
#9072)
|
||||||
|
* Divide by zero.
|
||||||
|
* Overflow check still fails when sizeof(int) == sizeof(long).
|
||||||
|
* Some functions are not documented for use with a method.
|
||||||
|
* Overflow check fails with 32 ints.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 3 15:16:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Wed Nov 3 15:16:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.2
|
%define pkg_version 8.2
|
||||||
%define patchlevel 3570
|
%define patchlevel 3577
|
||||||
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user