- 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)

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=139
This commit is contained in:
Ismail Dönmez 2013-04-16 11:54:58 +00:00 committed by Git OBS Bridge
parent c1e84f2cbd
commit cc7dd350ee
3 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79ccf9c092cc514a12a0f201d71369d71359ea90697c41ac304d2ea039ca3bcc
size 945324
oid sha256:f7b93c2cdcf780c9c9b119a35a3878dcd859a3d509c8f4d59de6a573c6f89b84
size 960115

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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

View File

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