automatic version update by autodist [release 7.4.2143-1mamba;Mon Aug 08 2016]
This commit is contained in:
parent
a4cde6b7d4
commit
e2bc5a603f
7
vim.spec
7
vim.spec
@ -6,7 +6,7 @@
|
|||||||
%define with_gvim 0
|
%define with_gvim 0
|
||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.4.1910
|
Version: 7.4.2143
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: VIsual editor iMproved
|
Summary: VIsual editor iMproved
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -76,7 +76,7 @@ cd patches
|
|||||||
tar xf %{SOURCE3}
|
tar xf %{SOURCE3}
|
||||||
cd ..
|
cd ..
|
||||||
ls patches/| sort -V | while read f; do
|
ls patches/| sort -V | while read f; do
|
||||||
[ "$f" = "7.4.1425" -o "$f" = "7.4.1601" -o "$f" = "7.4.1602" -o "$f" = "7.4.1721" ] && {
|
[ "$f" = "7.4.1425" -o "$f" = "7.4.1601" -o "$f" = "7.4.1602" -o "$f" = "7.4.1721" -o "$f" = "7.4.2048" ] && {
|
||||||
cat patches/$f | patch -p0 -f || true
|
cat patches/$f | patch -p0 -f || true
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@ -206,6 +206,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
|
|||||||
%{_datadir}/vim/%{vimdir}/tutor
|
%{_datadir}/vim/%{vimdir}/tutor
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 7.4.2143-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jun 10 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1910-1mamba
|
* Fri Jun 10 2016 Automatic Build System <autodist@mambasoft.it> 7.4.1910-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user