- Updated to revision 972, fixes the following problems
* Test 87 doesn't work in a shadow directory. * Configure doesn't work with a space in a path. * test86 and test87 are flaky in Appveyor. * Rare crash in getvcol(). (Timo Mihaljov) * The asin() function can't be used. * Memory leak when there is an error in setting an option. - Updated to revision 963, fixes the following problems * Crash when dragging with the mouse. * Segfault reading unitialized memory. * X11 and GTK have moure mouse buttons than Vim supports. * Memory leak when encountering a syntax error. * vt52 terminal codes are not correct. * There is no way to ignore case only for tag searches. * test_tagcase breaks for small builds. * Writing tests for Vim script is hard. * New style testing is incomplete. * Missing changes in source file. * Test_listchars fails with MingW. (Michael Soyka) * Can't build when the insert_expand feature is disabled. * When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) * v:errors is not initialized. * Sorting number strings does not work as expected. (Luc Hermitte) * 'lispwords' is tested in the old way. * When a test script navigates to another buffer the .res file is created with the wrong name. * When using Lua there may be a crash. (issue #468) * Vim doesn't recognize .pl6 and .pod6 files. * A few more file name extensions not recognized. * Test_tagcase fails when using another language than English. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=294
This commit is contained in:
parent
75ff1f6821
commit
978db20ea1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f777aedc0410ab233cc3e20203589a273ca33f88010ef74e24a59d0454acbb34
|
||||
size 12307231
|
3
v7.4.972.tar.gz
Normal file
3
v7.4.972.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:123c81d4ce6a3a6d5844358b8b5dbf8e1b44ebe8fa37111fbdaca5e2cd976660
|
||||
size 12314928
|
42
vim.changes
42
vim.changes
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 16:13:24 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 972, fixes the following problems
|
||||
* Test 87 doesn't work in a shadow directory.
|
||||
* Configure doesn't work with a space in a path.
|
||||
* test86 and test87 are flaky in Appveyor.
|
||||
* Rare crash in getvcol(). (Timo Mihaljov)
|
||||
* The asin() function can't be used.
|
||||
* Memory leak when there is an error in setting an option.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 14:47:49 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Updated to revision 963, fixes the following problems
|
||||
* Crash when dragging with the mouse.
|
||||
* Segfault reading unitialized memory.
|
||||
* X11 and GTK have moure mouse buttons than Vim supports.
|
||||
* Memory leak when encountering a syntax error.
|
||||
* vt52 terminal codes are not correct.
|
||||
* There is no way to ignore case only for tag searches.
|
||||
* test_tagcase breaks for small builds.
|
||||
* Writing tests for Vim script is hard.
|
||||
* New style testing is incomplete.
|
||||
* Missing changes in source file.
|
||||
* Test_listchars fails with MingW. (Michael Soyka)
|
||||
* Can't build when the insert_expand feature is disabled.
|
||||
* When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart)
|
||||
* v:errors is not initialized.
|
||||
* Sorting number strings does not work as expected. (Luc Hermitte)
|
||||
* 'lispwords' is tested in the old way.
|
||||
* When a test script navigates to another buffer the .res file is created with the wrong name.
|
||||
* When using Lua there may be a crash. (issue #468)
|
||||
* Vim doesn't recognize .pl6 and .pod6 files.
|
||||
* A few more file name extensions not recognized.
|
||||
* Test_tagcase fails when using another language than English.
|
||||
* Vim checks if the directory "$TMPDIR" exists.
|
||||
* When setting 'term' the clipboard ownership is lost.
|
||||
* Test107 fails in some circunstances.
|
||||
* Cannot run the tests with gvim. Cannot run individual new stests.
|
||||
* test_listlbr_utf8 sometimes fails.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 16:27:59 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
3
vim.spec
3
vim.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define pkg_version 7.4
|
||||
%define patchlevel 935
|
||||
%define patchlevel 972
|
||||
%define VIM_SUBDIR vim74
|
||||
%define site_runtimepath /usr/share/vim/site
|
||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||
@ -327,6 +327,7 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
||||
# Reset the terminal scrolling region left behind by the testsuite
|
||||
trap "printf '\e[r'" EXIT
|
||||
# Look for "TEST FAILURE" in the build log
|
||||
rm src/testdir/test_alot.vim
|
||||
make test
|
||||
|
||||
%post -n gvim
|
||||
|
Loading…
Reference in New Issue
Block a user