- patchlevel 1543
This commit is contained in:
parent
8d300635ce
commit
c89db5c700
1
.gitignore
vendored
1
.gitignore
vendored
@ -167,3 +167,4 @@
|
||||
/vim-8.0-1520.tar.bz2
|
||||
/vim-8.0-1523.tar.bz2
|
||||
/vim-8.0-1527.tar.bz2
|
||||
/vim-8.0-1543.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1527.tar.bz2) = 74e1f6d97729aad3d303679a08a258ff360bb0f7392e964135108aa25ec723cd7fec76f30935bad73ee64a2af7b049af2765f27181f97046627286a7a9e191b5
|
||||
SHA512 (vim-8.0-1543.tar.bz2) = 6775b39aef749a65f0ce5b14547bb10a13b157e8dd956c237d9b149539a169ab16b8535299e80b66d4375fd58096df919519ca4464406f24728024232ab3503b
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1527
|
||||
%define patchlevel 1543
|
||||
%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: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
Source1: vim.sh
|
||||
@ -730,6 +730,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2018 Karsten Hopp <karsten@redhat.com> 8.0.1543-1
|
||||
- patchlevel 1543
|
||||
|
||||
* Mon Feb 26 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1527-3
|
||||
- add Provides for vim, gvim and correcting paths to /usr/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user