patchlevel 2465
This commit is contained in:
parent
1481314118
commit
54cbb9c68a
1
.gitignore
vendored
1
.gitignore
vendored
@ -340,3 +340,4 @@
|
||||
/vim-8.2-2146.tar.bz2
|
||||
/vim-8.2-2311.tar.bz2
|
||||
/vim-8.2-2451.tar.bz2
|
||||
/vim-8.2-2465.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-2451.tar.bz2) = 66be1c544288f5378971a29dbb3c8df890ec71ea91fc54e6e38140ac0ddb12bc83cfc06bed24d4416236c854c3f728482927ec02189fc4cce115dcfb599e19ad
|
||||
SHA512 (vim-8.2-2465.tar.bz2) = 9e7b7ace89d66ff981fb7fa7ba382a9c3f1035d8804ae9386ef08d82f406d9f179d2691a90a4bb758fdc81685e546aafc8e844ea78ac47ad746b6f719f7fcaa7
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 2451
|
||||
%define patchlevel 2465
|
||||
%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
|
||||
@ -827,6 +827,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2465-1
|
||||
- patchlevel 2465
|
||||
|
||||
* Thu Feb 04 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2451-2
|
||||
- vim-update.sh: apply changes master->rawhide
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user