Accepting request 305297 from editors
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/305297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=154
This commit is contained in:
commit
6e268d8d91
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d394921eeb5478fd15681debffd9ef6b52fdb745ca2578d96bda05b80b83ff2
|
|
||||||
size 12169148
|
|
3
v7-4-712.tar.gz
Normal file
3
v7-4-712.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2990f82951b2b524f9a26190c9ea430990f4792ab75e7f3fed1465439e7d196
|
||||||
|
size 12169754
|
21
vim.changes
21
vim.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 712, fixes the following problems
|
||||||
|
* Out-of-bounds read, dectected by Coverity.
|
||||||
|
* Not freeing memory when encountering an error.
|
||||||
|
* The filename used for ":profile" must be given literally.
|
||||||
|
* Various problems with locked and fixed lists and dictionaries.
|
||||||
|
* E315 when trying to delete a fold. (Yutao Yuan)
|
||||||
|
* Fold can't be opened after ":move". (Ein Brown)
|
||||||
|
* Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto)
|
||||||
|
* Joining an empty list does uneccessary work.
|
||||||
|
* Compiler warning for start_dir unused when building unittests.
|
||||||
|
* Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle)
|
||||||
|
* Can't build with Ruby 2.2.
|
||||||
|
* Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo)
|
||||||
|
* Undo files can have their executable bit set.
|
||||||
|
* gettext() is called too often.
|
||||||
|
* ":tabmove" does not work as documented.
|
||||||
|
* It is not possible to make spaces visibible in list mode.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com
|
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 694
|
%define patchlevel 712
|
||||||
%define _rversion 7-4-%patchlevel
|
%define _rversion 7-4-%patchlevel
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
|
Loading…
Reference in New Issue
Block a user