- patchlevel 348

This commit is contained in:
Zdenek Dohnal 2020-03-03 12:01:08 +01:00
parent 4eae277422
commit 46af7cf98a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -282,3 +282,4 @@
/vim-8.2-109.tar.bz2
/vim-8.2-158.tar.bz2
/vim-8.2-236.tar.bz2
/vim-8.2-348.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-236.tar.bz2) = 410073dd378cc0df6b7de6a839085d6ca8fb5b152354f3ec106abafee889f54e69259bc07e828df5884f95da54707d59d9e6e1fcc9ae171e4bb90cf2f9bf579b
SHA512 (vim-8.2-348.tar.bz2) = ee9b51b9720cf44a7c2aa90f8b0d13a01c8964d8cb97acfe6840e4e08a384b3b69579aa387e2d264e5c8eb9b996a8974cc63e21c9ff4d9e9488a18af89bbd32d

View File

@ -1,4 +1,4 @@
%define patchlevel 236
%define patchlevel 348
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -787,6 +787,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Mar 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.348-1
- patchlevel 348
* Thu Feb 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-2
- F32 got branched - do separate update for it