- patchlevel 1359

This commit is contained in:
Zdenek Dohnal 2020-08-03 07:14:35 +02:00
parent 662d92a10a
commit 1407ce310b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -314,3 +314,4 @@
/vim-8.2-1273.tar.bz2
/vim-8.2-1307.tar.bz2
/vim-8.2-1328.tar.bz2
/vim-8.2-1359.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-1328.tar.bz2) = eaa06c5915981810a1b28d748f15481b299a073f311ecf6a2817124d656ed4b395845950ad57f30e5249d3df5b538b3674afbd79bdf1259a72ac4dfc2bef87f5
SHA512 (vim-8.2-1359.tar.bz2) = 552d751c14c84d564965946b137878f38a905c68d77a311ea7ba5c7c1ffb70a9303e97b235a15aa36662784252acb36e165881dba17d1aa1e50e54411f520ee4

View File

@ -1,4 +1,4 @@
%define patchlevel 1328
%define patchlevel 1359
%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
@ -775,6 +775,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Aug 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1359-1
- patchlevel 1359
* Fri Jul 31 2020 Zane Bitter <zbitter@redhat.com> - 2:8.2.1328-2
- Alias view to "vim -R" when available