automatic version update by autodist [release 7.4.2143-1mamba;Mon Aug 08 2016]

This commit is contained in:
Automatic Build System 2024-01-05 18:56:53 +01:00
parent a4cde6b7d4
commit e2bc5a603f

View File

@ -6,7 +6,7 @@
%define with_gvim 0
Name: vim
Version: 7.4.1910
Version: 7.4.2143
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" = "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
continue
}
@ -206,6 +206,9 @@ install -m 0755 -D src/gvim %{buildroot}%{_bindir}/gvim
%{_datadir}/vim/%{vimdir}/tutor
%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
- automatic version update by autodist