automatic version update by autodist [release 8.0.0013-1mamba;Tue Oct 04 2016]
This commit is contained in:
parent
e89c87bd5c
commit
e94754a4a9
7
vim.spec
7
vim.spec
@ -6,7 +6,7 @@
|
||||
%define with_gvim 0
|
||||
|
||||
Name: vim
|
||||
Version: 8.0.0005
|
||||
Version: 8.0.0013
|
||||
Release: 1mamba
|
||||
Summary: VIsual editor iMproved
|
||||
Group: Applications/Text
|
||||
@ -76,7 +76,7 @@ cd patches
|
||||
tar xf %{SOURCE3}
|
||||
cd ..
|
||||
ls patches/| sort -V | while read f; do
|
||||
[ "$f" = "8.0.0001" -o "$f" = "8.0.0002" ] && {
|
||||
[ "$f" = "8.0.0001" -o "$f" = "8.0.0002" -o "$f" = "8.0.0014" ] && {
|
||||
cat patches/$f | patch -p0 -f || true
|
||||
continue
|
||||
}
|
||||
@ -210,6 +210,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
||||
%{_datadir}/vim/%{vimdir}/tutor
|
||||
|
||||
%changelog
|
||||
* Tue Oct 04 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0013-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 24 2016 Automatic Build System <autodist@mambasoft.it> 8.0.0005-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user