From fca3631d8118e1a32a87cbb7ecc58c6a401c0f96 Mon Sep 17 00:00:00 2001 From: victorzhong Date: Mon, 1 Aug 2022 19:04:31 +0800 Subject: [PATCH] this is a test build --- SPECS/vim.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/vim.spec b/SPECS/vim.spec index 956872e..d7b9d3c 100644 --- a/SPECS/vim.spec +++ b/SPECS/vim.spec @@ -1,3 +1,4 @@ +# test build %define patchlevel 1763 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 @@ -24,7 +25,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 19%{?dist}.2 +Release: 19%{?dist}.3 License: Vim and MIT Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source1: vim.sh -- Gitee