- patchlevel 1382
This commit is contained in:
parent
fd86cf577f
commit
c356de957b
1
.gitignore
vendored
1
.gitignore
vendored
@ -315,3 +315,4 @@
|
||||
/vim-8.2-1307.tar.bz2
|
||||
/vim-8.2-1328.tar.bz2
|
||||
/vim-8.2-1359.tar.bz2
|
||||
/vim-8.2-1382.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-1359.tar.bz2) = 552d751c14c84d564965946b137878f38a905c68d77a311ea7ba5c7c1ffb70a9303e97b235a15aa36662784252acb36e165881dba17d1aa1e50e54411f520ee4
|
||||
SHA512 (vim-8.2-1382.tar.bz2) = 016d1c2b3c9aa84cd2293bc3d784700564d7f76a511b88e6e08b6054f108b982340345c688e342be63cd078ccd2677f4f34828ac38f240e415363e786c0ffaa3
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1359
|
||||
%define patchlevel 1382
|
||||
%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
|
||||
@ -781,6 +781,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1382-1
|
||||
- patchlevel 1382
|
||||
|
||||
* Wed Aug 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1359-2
|
||||
- own directories for icons
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user