- patchlevel 189
This commit is contained in:
parent
822b0d6011
commit
fae43154a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -211,3 +211,4 @@
|
||||
/vim-8.1-117.tar.bz2
|
||||
/vim-8.1-119.tar.bz2
|
||||
/vim-8.1-177.tar.bz2
|
||||
/vim-8.1-189.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.1-177.tar.bz2) = 82e76c147cdf814812b4e423d79e5f80658f31b9b26fb1eadfa2f8e59d4f0536447f89ce8a68ef3a7aba2945d25e98b556a33bc650212bb981b921fb51cd528c
|
||||
SHA512 (vim-8.1-189.tar.bz2) = a4159bec4f0f28f90fe33b422f69f607d7932afd60918b8a179b5e59ce8c0789ff78060bdd6c4c1efd0eb658cbf4685db428b00bda388ce42eb6c2ed603e0eb8
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 177
|
||||
%define patchlevel 189
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -24,7 +24,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
Source1: vim.sh
|
||||
@ -769,6 +769,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.189-1
|
||||
- patchlevel 189
|
||||
|
||||
* Mon Jul 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.177-3
|
||||
- remove disable-gtk3-check configure option
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user