From e94754a4a98533ccbd2aea2a41d5034fadb6f79d 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 8.0.0013-1mamba;Tue Oct 04 2016] --- vim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim.spec b/vim.spec index 8ee40d5..440bc35 100644 --- a/vim.spec +++ b/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 8.0.0013-1mamba +- automatic version update by autodist + * Sat Sep 24 2016 Automatic Build System 8.0.0005-1mamba - automatic version update by autodist