SHA256
8
0
forked from pool/vim

- Overhaul vim.spec

* Remove (g)vim-{base, enchanced} subpackages
  * Dynamically load Python, Ruby, TCL so we can support
    all of them without different subpackages.
  * Python3 support (bnc#817774).
  * LUA support.
  * Disable TCL as it cannot be linked dynamically.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=152
This commit is contained in:
Ismail Dönmez
2013-08-16 12:26:53 +00:00
committed by Git OBS Bridge
parent a86d88d8cd
commit c93a2d000a
2 changed files with 49 additions and 259 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 16 12:08:44 UTC 2013 - idonmez@suse.com
- Overhaul vim.spec
* Remove (g)vim-{base, enchanced} subpackages
* Dynamically load Python, Ruby, TCL so we can support
all of them without different subpackages.
* Python3 support (bnc#817774).
* LUA support.
* Disable TCL as it cannot be linked dynamically.
-------------------------------------------------------------------
Mon Aug 12 06:35:53 UTC 2013 - idonmez@suse.com