- patchlevel 2267

This commit is contained in:
Zdenek Dohnal 2019-11-07 12:55:48 +01:00
parent 3f13abb69e
commit 649bcbec08
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -273,3 +273,4 @@
/vim-8.1-2197.tar.bz2 /vim-8.1-2197.tar.bz2
/vim-8.1-2198.tar.bz2 /vim-8.1-2198.tar.bz2
/vim-8.1-2234.tar.bz2 /vim-8.1-2234.tar.bz2
/vim-8.1-2267.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-2234.tar.bz2) = 895650c52f6151d13012c229abd599979cb0b542372b8e012a6ad9b776651b77bdba42d92cf229ab29ec4de4ba2a8ecc69265f1085e928492564a64ec76da3ab SHA512 (vim-8.1-2267.tar.bz2) = d1eeb22101fe6ed15a7f37d3c80808ddae71aaea30f3056b9d85003864356e129ea83c62a6a1e5f7f339a81a347c3c3885d3b0d9d4f5f05425964e0c042f054e

View File

@ -1,4 +1,4 @@
%define patchlevel 2234 %define patchlevel 2267
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -21,7 +21,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}
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
Source1: vim.sh Source1: vim.sh
@ -797,6 +797,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %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 * 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 - do not add python-libs into LDFLAGS until we build vim and gvim