Accepting request 443025 from editors

- Updated to revision 101, fixes the following problems
  * When the input or output is not a tty Vim appears to hang.
  * When a channel callback consumes a lot of time Vim becomes
    unresponsive. (skywind)
  * Can't build on MS-Windows.
  * Popup menu always appears above the cursor when it is in the
    lower half of the screen. (Matt Gardner)
  * Options that are a file name may contain non-filename characters.
  * Some options are not strictly checked.
  * (after 8.0.0101) cannot set 'dictionary' to a path

- Updated to revision 95, fixes the following problems
  * Problems with GTK 3.22.2 fixed in 3.22.4.

OBS-URL: https://build.opensuse.org/request/show/443025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=181
This commit is contained in:
Dominique Leuenberger 2016-12-05 15:29:38 +00:00 committed by Git OBS Bridge
commit 01b4b16b29
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cfef722ca09619b1f9c62fa929177eb6bf16b8dc36c6c12fe778cde3d150b95
size 12944948

3
vim-8.0.0102.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ec25523841812505aed05230296272c6598696b1bffb58fdbd21d6589839441
size 12945134

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Nov 26 09:21:03 UTC 2016 - idonmez@suse.com
- Updated to revision 101, fixes the following problems
* When the input or output is not a tty Vim appears to hang.
* When a channel callback consumes a lot of time Vim becomes
unresponsive. (skywind)
* Can't build on MS-Windows.
* Popup menu always appears above the cursor when it is in the
lower half of the screen. (Matt Gardner)
* Options that are a file name may contain non-filename characters.
* Some options are not strictly checked.
* (after 8.0.0101) cannot set 'dictionary' to a path
-------------------------------------------------------------------
Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com
- Updated to revision 95, fixes the following problems
* Problems with GTK 3.22.2 fixed in 3.22.4.
-------------------------------------------------------------------
Mon Nov 21 16:01:17 UTC 2016 - dimstar@opensuse.org

View File

@ -17,8 +17,8 @@
%define pkg_version 8.0
%define patchlevel 0092
%define patchlevel_compact 92
%define patchlevel 0102
%define patchlevel_compact 102
%define VIM_SUBDIR vim80
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
@ -64,7 +64,7 @@ Summary: Vi IMproved
License: Vim
Group: Productivity/Editors/Vi
Url: http://www.vim.org/
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz
Source3: suse.vimrc
Source4: vimrc_example1
Source5: vimrc_example2