- patchlevel 2056
This commit is contained in:
parent
fd78a22e2c
commit
9be23a8090
1
.gitignore
vendored
1
.gitignore
vendored
@ -266,3 +266,4 @@
|
||||
/vim-8.1-1912.tar.bz2
|
||||
/vim-8.1-1991.tar.bz2
|
||||
/vim-8.1-2019.tar.bz2
|
||||
/vim-8.1-2056.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.1-2019.tar.bz2) = 2ab7a1cc6d6bd4ccd521a59994594f228c84881fc34c92d5221db7f8e509660aadc1589d92c752eaf328b85d9f47adb586608c31cb225aeeb505384d41208540
|
||||
SHA512 (vim-8.1-2056.tar.bz2) = 39c549a5b4d3f284d03469f28b1c33ade28b3e15b43872a4b614010d437662d4ba9cf574ab17f37bed2eee1f08c400a4ac23c0bdc18e45aea8a40ff8a472ab5c
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 2019
|
||||
%define patchlevel 2056
|
||||
%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
|
||||
@ -796,6 +796,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2056-1
|
||||
- patchlevel 2056
|
||||
|
||||
* Mon Sep 16 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2019-2
|
||||
- enable fips warning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user