- Updated to revision 3, fixes the following problems
* getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) - Updated to revision 2, fixes the following problems OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=384
This commit is contained in:
parent
e78bda90b8
commit
222d9110c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f74391256aa127b7c4002b5ec1f39a8026f6c9f22abab9b062ecd280dd2afd27
|
|
||||||
size 12909083
|
|
3
v8.0.0003.tar.gz
Normal file
3
v8.0.0003.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:725d8bfafe9a415c36de2230644ddcff56f83b73d3ad236727ccff793b4b5b5c
|
||||||
|
size 12909094
|
@ -1,7 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 12 17:57:14 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 3, fixes the following problems
|
||||||
|
* getwinvar() returns wrong Value of boolean and number options,
|
||||||
|
especially non big endian systems. (James McCoy)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 12 14:41:09 UTC 2016 - idonmez@suse.com
|
Mon Sep 12 14:41:09 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
- Updated to revision 0002, fixes the following problems
|
- Updated to revision 2, fixes the following problems
|
||||||
* Intro screen still mentions version7. (Paul)
|
* Intro screen still mentions version7. (Paul)
|
||||||
* The netrw plugin does not work.
|
* The netrw plugin does not work.
|
||||||
|
|
||||||
|
9
vim.spec
9
vim.spec
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.0
|
%define pkg_version 8.0
|
||||||
%define patchlevel 0002
|
%define patchlevel 0003
|
||||||
|
%define patchlevel_compact 3
|
||||||
%define VIM_SUBDIR vim80
|
%define VIM_SUBDIR vim80
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 8.0.%{patchlevel}
|
Version: %{pkg_version}.%{patchlevel_compact}
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
@ -63,7 +64,7 @@ Summary: Vi IMproved
|
|||||||
License: Vim
|
License: Vim
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
Url: http://www.vim.org/
|
Url: http://www.vim.org/
|
||||||
Source: https://github.com/vim/vim/archive/v%{version}.tar.gz
|
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz
|
||||||
Source3: suse.vimrc
|
Source3: suse.vimrc
|
||||||
Source4: vimrc_example1
|
Source4: vimrc_example1
|
||||||
Source5: vimrc_example2
|
Source5: vimrc_example2
|
||||||
@ -149,7 +150,7 @@ You need package vim for the help and other documentation too. If you
|
|||||||
want less features, you might want to install vim instead.
|
want less features, you might want to install vim instead.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{pkg_version}.%{patchlevel}
|
||||||
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user