- patchlevel 1226
This commit is contained in:
parent
8354e62f23
commit
76bf7e6a43
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@
|
||||
/vim-8.0-1207.tar.bz2
|
||||
/vim-8.0-1213.tar.bz2
|
||||
/vim-8.0-1216.tar.bz2
|
||||
/vim-8.0-1226.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1216.tar.bz2) = 7e7e00ca60ed648dd2045f02a7fd86851d66146e9bf7054b0c2297d95f6e2c66d20cd63e6ff9a25a48898cc235671695b0364e147775f5163a89fe4614b50b32
|
||||
SHA512 (vim-8.0-1226.tar.bz2) = d0e4798bcfd876c9388d79d7828ed9f18f9bf4c22f039c3970c1f337db11575a6d115f64c84eb40ccb979d08e66e12d0c85169b79c098b70b1875d8574f3f112
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1216
|
||||
%define patchlevel 1226
|
||||
%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
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
@ -768,6 +768,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1226-1
|
||||
- patchlevel 1226
|
||||
|
||||
* Thu Oct 26 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1216-2
|
||||
- mention GVim in Summary and Description of vim-x11 subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user