SHA256
1
0
forked from pool/vim

Accepting request 171102 from editors

- Updated to revision 905, fixes the following problems
  * Can't build with Ruby 2.0 on a 64 bit system.
  * Test 79 fails on Windows. (Michael Soyka)
  * Merging viminfo history doesn't work well.
  * Still merging problems for viminfo history.
  * Crash when using b:, w: or t: after closing the buffer, window or
    tabpage.
  * Using wrong RUBY_VER causing Ruby build to break.
  * Valgrind error in test 91. (Issue 128)
  * Memory leaks in Lua interface.
  * Configure doesn't always find the shared library.
  * Memory leak reported by valgrind in test 91.
  * #if indents are off.
  * Not obvious that some mouse features are mutual-exclusive.
  * Outdated comment, ugly condition.
  * When deleting last buffer in other tab the tabline is not updated.
  * Crash on exit writing viminfo. (Ron Aaron)
  * Using memory freed by the garbage collector.
  * Crash when writing viminfo. (Ron Aaron) 

- Updated to revision 888, fixes the following problems
  * Double free for list and dict in Lua. (Shougo Matsu)
  * Can't build with multi-byte on Solaris 10.
  * No tests for Visual mode operators, what 7.3.879 fixes.
  * Filename completion with 'fileignorecase' does not work for
    multi-byte characters.

- Updated to revision 884, fixes the following problems
  * Build problem with some combination of features.
  * #if indents are off.

OBS-URL: https://build.opensuse.org/request/show/171102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=102
This commit is contained in:
Stephan Kulow 2013-04-20 17:50:02 +00:00 committed by Git OBS Bridge
commit 7ef893dbc0
3 changed files with 53 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea52f8ae6322e3f60ca7b511dadd7f8f5161ddc39920fbe9251425d320932a3
size 940256
oid sha256:f7b93c2cdcf780c9c9b119a35a3878dcd859a3d509c8f4d59de6a573c6f89b84
size 960115

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Tue Apr 16 11:50:52 UTC 2013 - idonmez@suse.com
- Updated to revision 905, fixes the following problems
* Can't build with Ruby 2.0 on a 64 bit system.
* Test 79 fails on Windows. (Michael Soyka)
* Merging viminfo history doesn't work well.
* Still merging problems for viminfo history.
* Crash when using b:, w: or t: after closing the buffer, window or
tabpage.
* Using wrong RUBY_VER causing Ruby build to break.
* Valgrind error in test 91. (Issue 128)
* Memory leaks in Lua interface.
* Configure doesn't always find the shared library.
* Memory leak reported by valgrind in test 91.
* #if indents are off.
* Not obvious that some mouse features are mutual-exclusive.
* Outdated comment, ugly condition.
* When deleting last buffer in other tab the tabline is not updated.
* Crash on exit writing viminfo. (Ron Aaron)
* Using memory freed by the garbage collector.
* Crash when writing viminfo. (Ron Aaron)
-------------------------------------------------------------------
Sat Apr 13 07:44:52 UTC 2013 - idonmez@suse.com
- Updated to revision 888, fixes the following problems
* Double free for list and dict in Lua. (Shougo Matsu)
* Can't build with multi-byte on Solaris 10.
* No tests for Visual mode operators, what 7.3.879 fixes.
* Filename completion with 'fileignorecase' does not work for
multi-byte characters.
-------------------------------------------------------------------
Tue Apr 9 08:58:31 UTC 2013 - idonmez@suse.com
- Updated to revision 884, fixes the following problems
* Build problem with some combination of features.
* #if indents are off.
* Forward searching with search() is broken.
* 'fileignorecase' is missing in options window and quickref.
* When using an ex command in operator pending mode, using Esc to
abort the command still executes the operator. (David Bürgin)
* When writing viminfo, old history lines may replace lines written
more recently by another Vim instance.
* Python list does not work correctly.
* CursorHold may trigger after receiving the termresponse.
* Can't build with some combination of features.
* Compiler warning for variable shadowing another. (John Little)
-------------------------------------------------------------------
Wed Mar 20 16:09:34 UTC 2013 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.3
%define official_ptchlvl 874
%define official_ptchlvl 905
%define VIM_SUBDIR vim73
%define site_runtimepath /usr/share/vim/site