- patchlevel 4804
This commit is contained in:
parent
b3e48604dd
commit
b2d31d54d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -393,3 +393,4 @@
|
|||||||
/vim-8.2-4579.tar.bz2
|
/vim-8.2-4579.tar.bz2
|
||||||
/vim-8.2-4621.tar.bz2
|
/vim-8.2-4621.tar.bz2
|
||||||
/vim-8.2-4701.tar.bz2
|
/vim-8.2-4701.tar.bz2
|
||||||
|
/vim-8.2-4804.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.2-4701.tar.bz2) = 4442f201b147076aed1c55d58f87ada01dc908b064245008face84f8fdd7ec051cab2e46f6f9e6d6c4754ac85cbe2c81c4f546a22e7d86388c5c9a6c9ac109a9
|
SHA512 (vim-8.2-4804.tar.bz2) = f7b38803ddb07da1d0c529d2b694a169f8acd08a5623f6cd56b692b8e02d941ea24f2692121b325ef011cf36b3db312168ef9f2d788c500002c48cbc07345c84
|
||||||
|
7
vim.spec
7
vim.spec
@ -8,7 +8,7 @@
|
|||||||
%bcond_with libsodium_crypt
|
%bcond_with libsodium_crypt
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define patchlevel 4701
|
%define patchlevel 4804
|
||||||
|
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
@ -38,7 +38,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: Vim and MIT
|
License: Vim and MIT
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
@ -969,6 +969,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4804-1
|
||||||
|
- patchlevel 4804
|
||||||
|
|
||||||
* Fri Apr 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4701-2
|
* Fri Apr 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4701-2
|
||||||
- fix the upstream testsuite failure due downstream patch
|
- fix the upstream testsuite failure due downstream patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user