- Updated to revision 1749, fixes the following problems

* Cannot detect a crash in tests when caused by garbagecollect().
  * The help for functions require a space after the "(".
  * The Perl interface cannot use 'print' operator for writing
    directly in standard IO.
  * It is not easy to get a character out of a string.
  * Python: turns partial into simple funcref.
  * Folds may close when using autocomplete.
  * Test fails when not using utf-8.
  * It is not possible to only see part of the message history.
    It is not possible to clear messages.
  * Count for ":messages" depends on number of lines.
  * syn-cchar defined with matchadd() does not appear if there are no
    other syntax definitions which matches buffer text.
  * Not testing utf-8 characters.
  * strgetchar() does not work correctly.
  * Clang warns for uninitialzed variable. (Michael Jarvis)
  * Python: Converting a sequence may leak memory.
  * Memory leak in Perl.
  * Coverity: missing check for NULL pointer.
  * "gD" does not find match in first column of first line.
  * When using GTK 3.20 there are a few warnings.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=349
This commit is contained in:
Ismail Dönmez 2016-04-18 07:53:50 +00:00 committed by Git OBS Bridge
parent 31b523cb90
commit cb34494a93
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2085d6115b8316c89e9bbe374d67f237d92840e1e72534802fa8621bbad97123
size 12549477

3
v7.4.1749.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fdfeb99b639ab0a4409d95c543ad44ee34d0816a2c3e0afabdd3b9600c1449e
size 12557700

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com
- Updated to revision 1749, fixes the following problems
* Cannot detect a crash in tests when caused by garbagecollect().
* The help for functions require a space after the "(".
* The Perl interface cannot use 'print' operator for writing
directly in standard IO.
* It is not easy to get a character out of a string.
* Python: turns partial into simple funcref.
* Folds may close when using autocomplete.
* Test fails when not using utf-8.
* It is not possible to only see part of the message history.
It is not possible to clear messages.
* Count for ":messages" depends on number of lines.
* syn-cchar defined with matchadd() does not appear if there are no
other syntax definitions which matches buffer text.
* Not testing utf-8 characters.
* strgetchar() does not work correctly.
* Clang warns for uninitialzed variable. (Michael Jarvis)
* Python: Converting a sequence may leak memory.
* Memory leak in Perl.
* Coverity: missing check for NULL pointer.
* "gD" does not find match in first column of first line.
* When using GTK 3.20 there are a few warnings.
-------------------------------------------------------------------
Thu Apr 14 08:03:14 UTC 2016 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 1726
%define patchlevel 1749
%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}