- Updated to revision 253, fixes the following problems

* Crash for "vim -u NONE -N  -c '&&'".
  * Configure message for detecting smack are out of sequence.
  * When passing input to system() there is no way to keep NUL and
    NL characters separate.
  * Cannot distinguish between NL and NUL in output of system().
  * Some test files missing from distribution.
  * Crash when BufAdd autocommand wipes out the buffer.
  * Critical error in GTK, removing timer twice.
  * Crash when using cpp syntax file with pattern using external
    match. (Havard Garnes)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=211
This commit is contained in:
Ismail Dönmez 2014-04-07 13:49:19 +00:00 committed by Git OBS Bridge
parent caf8e2c273
commit 74132c5882
3 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efb72d3ad775ef92b9438f0e641ff7d4cc9ab6076212cae075ada631776c4d64
size 276362
oid sha256:d963bdb18f766b6322214358e10bed79348ada6c38ba82f4c102cfab0ef9099c
size 283771

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 7 13:43:01 UTC 2014 - idonmez@suse.com
- Updated to revision 253, fixes the following problems
* Crash for "vim -u NONE -N -c '&&'".
* Configure message for detecting smack are out of sequence.
* When passing input to system() there is no way to keep NUL and
NL characters separate.
* Cannot distinguish between NL and NUL in output of system().
* Some test files missing from distribution.
* Crash when BufAdd autocommand wipes out the buffer.
* Critical error in GTK, removing timer twice.
* Crash when using cpp syntax file with pattern using external
match. (Havard Garnes)
-------------------------------------------------------------------
Thu Apr 3 12:12:45 UTC 2014 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define official_ptchlvl 244
%define official_ptchlvl 253
%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}