From 2fb216720eeed17338d274688b7bcb5bd8dadcd5 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Sep 16 2022 08:05:03 +0000 Subject: - patchlevel 475 --- diff --git a/.gitignore b/.gitignore index a324b3f..0bd0548 100644 --- a/.gitignore +++ b/.gitignore @@ -414,3 +414,4 @@ /vim-9.0-327.tar.bz2 /vim-9.0-348.tar.bz2 /vim-9.0-412.tar.bz2 +/vim-9.0-475.tar.bz2 diff --git a/sources b/sources index 5c3e78d..13d8cf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-9.0-412.tar.bz2) = fae887557bc8b0e20e01fefea9b88d12f18c371f0c0fa8848a3a5bfe3120e47d5bcf402344cb2137226e1612ad766f3c6a5071018227e0c6639345a02543bcbd +SHA512 (vim-9.0-475.tar.bz2) = e8cf29f02a3c76b55763b8513ee2b1d037996c6da4ea629e9ad8bf17731dd7e99544a621ba666e90cbe3c76f4a5bbdde96410eb3757f2290183855b09ae7b49a diff --git a/vim.spec b/vim.spec index a8a1186..18ef79f 100644 --- a/vim.spec +++ b/vim.spec @@ -8,7 +8,7 @@ %bcond_with libsodium_crypt %endif -%define patchlevel 412 +%define patchlevel 475 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 @@ -38,7 +38,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 License: Vim and MIT Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 @@ -964,6 +964,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %endif %changelog +* Fri Sep 16 2022 Zdenek Dohnal - 2:9.0.475-1 +- patchlevel 475 + * Fri Sep 16 2022 Zdenek Dohnal - 2:9.0.412-2 - provide 'vim(plugins-supported)' for plugins to require Vim/GVim