- patchlevel 2267
This commit is contained in:
parent
3f13abb69e
commit
649bcbec08
1
.gitignore
vendored
1
.gitignore
vendored
@ -273,3 +273,4 @@
|
||||
/vim-8.1-2197.tar.bz2
|
||||
/vim-8.1-2198.tar.bz2
|
||||
/vim-8.1-2234.tar.bz2
|
||||
/vim-8.1-2267.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.1-2234.tar.bz2) = 895650c52f6151d13012c229abd599979cb0b542372b8e012a6ad9b776651b77bdba42d92cf229ab29ec4de4ba2a8ecc69265f1085e928492564a64ec76da3ab
|
||||
SHA512 (vim-8.1-2267.tar.bz2) = d1eeb22101fe6ed15a7f37d3c80808ddae71aaea30f3056b9d85003864356e129ea83c62a6a1e5f7f339a81a347c3c3885d3b0d9d4f5f05425964e0c042f054e
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 2234
|
||||
%define patchlevel 2267
|
||||
%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
|
||||
@ -797,6 +797,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2267-1
|
||||
- patchlevel 2267
|
||||
|
||||
* Wed Nov 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2234-2
|
||||
- do not add python-libs into LDFLAGS until we build vim and gvim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user