- Updated to revision 192, fixes the following problems
* Warning for type-punned pointer. (Tony Mechelynck) * Older Python versions don't support %ld. * When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) * Building with mzscheme and racket does not work. (David Chimay) * match() does not work properly with a {count} argument. * Clang gives warnings. * Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) * Delete that crosses line break splits multi-byte character. * SIZEOF_LONG clashes with similar defines in header files. * Compiler warning for unused argument. * Compiler warning for using %lld for off_t. * Escaping a file name for shell commands can't be done without a function. * Memory leak when giving E853. - Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763) OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=191
This commit is contained in:
parent
ebdd880615
commit
cdf349dbe0
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4f16c3104b4350af67bfe23c48e5248b343d2e63e59dc13db25cf06498b4db12
|
oid sha256:7adcff22b214e52c5825f1e868e069501a0ed66d1193fddf0631e27ddedb9a6c
|
||||||
size 144702
|
size 163615
|
||||||
|
20
vim.changes
20
vim.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 09:56:21 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 192, fixes the following problems
|
||||||
|
* Warning for type-punned pointer. (Tony Mechelynck)
|
||||||
|
* Older Python versions don't support %ld.
|
||||||
|
* When using 'pastetoggle' the status lines are not updated. (Samuel
|
||||||
|
Ferencik, Jan Christoph Ebersbach)
|
||||||
|
* Building with mzscheme and racket does not work. (David Chimay)
|
||||||
|
* match() does not work properly with a {count} argument.
|
||||||
|
* Clang gives warnings.
|
||||||
|
* Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle)
|
||||||
|
* Delete that crosses line break splits multi-byte character.
|
||||||
|
* SIZEOF_LONG clashes with similar defines in header files.
|
||||||
|
* Compiler warning for unused argument.
|
||||||
|
* Compiler warning for using %lld for off_t.
|
||||||
|
* Escaping a file name for shell commands can't be done without a function.
|
||||||
|
* Memory leak when giving E853.
|
||||||
|
- Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 12 09:34:44 UTC 2014 - idonmez@suse.com
|
Wed Feb 12 09:34:44 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
3
vim.spec
3
vim.spec
@ -350,7 +350,8 @@ mkdir -p %{buildroot}/var/run/vi.recover
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Look for "TEST FAILURE" in the build log
|
# Look for "TEST FAILURE" in the build log
|
||||||
# Currently all tests pass
|
# rm ./src/testdir/test87.*
|
||||||
|
# http://bugs.python.org/issue20763
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user