- Updated to revision 205, fixes the following problems

* Typos in messages.
  * Python tests fail.
  * Can't build Vim with Perl when -Dusethreads is not specified for
    building Perl, and building Vim with --enable-perlinterp=dynamic.
  * (issue 197) ]P doesn't paste over Visual selection.
  * Too many #ifdefs in the code.
  * 'lispwords' is a global option.
  * Parsing 'errorformat' is not correct.
  * A mapping where the second byte is 0x80 doesn't work.
  * ":mksession" writes command to move to second argument while it
    does not exist.  When it does exist the order might be wrong.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=204
This commit is contained in:
Ismail Dönmez 2014-03-13 11:19:59 +00:00 committed by Git OBS Bridge
parent 865a7f3d56
commit e4689c07ef
3 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7adcff22b214e52c5825f1e868e069501a0ed66d1193fddf0631e27ddedb9a6c
size 163615
oid sha256:b49cf6891e0af0bcb46695c2c8d27466ecc6e742811c3f4f80d5e8f4627b6cc8
size 181267

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 13 11:13:57 UTC 2014 - idonmez@suse.com
- Updated to revision 205, fixes the following problems
* Typos in messages.
* Python tests fail.
* Can't build Vim with Perl when -Dusethreads is not specified for
building Perl, and building Vim with --enable-perlinterp=dynamic.
* (issue 197) ]P doesn't paste over Visual selection.
* Too many #ifdefs in the code.
* 'lispwords' is a global option.
* Parsing 'errorformat' is not correct.
* A mapping where the second byte is 0x80 doesn't work.
* ":mksession" writes command to move to second argument while it
does not exist. When it does exist the order might be wrong.
-------------------------------------------------------------------
Thu Mar 6 22:24:41 UTC 2014 - idonmez@suse.com

View File

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