- Updated to revision 1510, fixes the following problems
* Crash when starting a job fails. * Keeping both a variable for a job and the channel it refers to is a hassle. * Channel test fails on AppVeyor. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=328
This commit is contained in:
parent
55334b9bd2
commit
c69b6d7259
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7d1d1f06674284fef4ce943e8b8af9c73e48e20a9418bc0019c64e6f4597e48
|
|
||||||
size 12540783
|
|
3
v7.4.1510.tar.gz
Normal file
3
v7.4.1510.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2b638d8aefb1a6c976c679b43943c4f6b986a3b5899c3821f36e854893216de
|
||||||
|
size 12541648
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 8 08:11:13 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 1510, fixes the following problems
|
||||||
|
* Crash when starting a job fails.
|
||||||
|
* Keeping both a variable for a job and the channel it refers to is a hassle.
|
||||||
|
* Channel test fails on AppVeyor.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 7 08:16:01 UTC 2016 - idonmez@suse.com
|
Mon Mar 7 08:16:01 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 1506
|
%define patchlevel 1510
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%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}
|
||||||
|
Loading…
Reference in New Issue
Block a user