- patchlevel 3009
This commit is contained in:
parent
75d4a33b4e
commit
e4c5a986ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -358,3 +358,4 @@
|
||||
/vim-8.2-2879.tar.bz2
|
||||
/vim-8.2-2932.tar.bz2
|
||||
/vim-8.2-2956.tar.bz2
|
||||
/vim-8.2-3009.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-2956.tar.bz2) = aad227a2e8e640ecb894d7aa6e863826ce8d713e4db2a2e1514e5a725cde65cfcae55f2f2d1546750890d22e5750ea274947020c885391e1fab9759a65106ad9
|
||||
SHA512 (vim-8.2-3009.tar.bz2) = 95cd26275eb7638a67b75b325b5b2b5411260fb9f7566824eebb364d9113418cb0f54418615b80e87b476fdb5533d8fb28204b851fd82a3b90c9a73c9285599d
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 2956
|
||||
%define patchlevel 3009
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -27,7 +27,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: virc
|
||||
@ -839,6 +839,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3009-1
|
||||
- patchlevel 3009
|
||||
|
||||
* Thu Jun 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2956-2
|
||||
- 1969936 - Failed to source defaults.vim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user