- patchlevel 1991

This commit is contained in:
Zdenek Dohnal 2019-09-06 07:38:27 +02:00
parent 11df03d51e
commit 36a49e8dc8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -264,3 +264,4 @@
/vim-8.1-1790.tar.bz2 /vim-8.1-1790.tar.bz2
/vim-8.1-1890.tar.bz2 /vim-8.1-1890.tar.bz2
/vim-8.1-1912.tar.bz2 /vim-8.1-1912.tar.bz2
/vim-8.1-1991.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-1912.tar.bz2) = a04934b80b38e1cda7b26f2946edbfab49c1b0339c91b394f9a06b737c72456600c913acda3da978d47aa048249a19dadcbe26c07865e0715fe50937610619e7 SHA512 (vim-8.1-1991.tar.bz2) = b079c5ee94c8b2c75f6ba8dc40840b19d5bafb7324551defbb77749bcfd596f2995d1cd252ad3694462e6af8fbc628d4de73d83c30b8c71cd873e6c5a4e0d980

View File

@ -1,4 +1,4 @@
%define patchlevel 1912 %define patchlevel 1991
%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: 3%{?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
@ -790,6 +790,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Sep 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1991-1
- patchlevel 1991
* Tue Sep 03 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1912-3 * Tue Sep 03 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1912-3
- 1744956 - vim does not build with python3.8 - 1744956 - vim does not build with python3.8