From e2bc5a603f61b61af95b1cc19b2a438f0f66e495 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:56:53 +0100 Subject: [PATCH] automatic version update by autodist [release 7.4.2143-1mamba;Mon Aug 08 2016] --- vim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim.spec b/vim.spec index 117f380..1ded9ac 100644 --- a/vim.spec +++ b/vim.spec @@ -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 7.4.2143-1mamba +- automatic version update by autodist + * Fri Jun 10 2016 Automatic Build System 7.4.1910-1mamba - automatic version update by autodist