- 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:
Ondřej Súkup 2021-11-03 17:32:25 +00:00 committed by Git OBS Bridge
parent c9da5603c9
commit 3f2d5483e0
4 changed files with 18 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9544ad47bdc18bedcc0da2d4f57b58573276eb7d3480cb040051348f979e2346
size 15773780

View File

@ -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>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2
%define patchlevel 3570
%define patchlevel 3577
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site