- patchlevel 1155
This commit is contained in:
parent
c48460c7fa
commit
e41562aaff
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@
|
||||
/vim-8.0-1129.tar.bz2
|
||||
/vim-8.0-1132.tar.bz2
|
||||
/vim-8.0-1144.tar.bz2
|
||||
/vim-8.0-1155.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1144.tar.bz2) = 6b910af48f56f34b56b62f68988ada63e3f108034954ce92ab4c1169901cc63bcc40b712ea524805a68652d80297276e1e288fc27e12c9f1578446668ef7859d
|
||||
SHA512 (vim-8.0-1155.tar.bz2) = 3042d4c1d9628756d5bece7dc92a79ed577cd13d0171f9650704cc51298e88851ecdcf903d8bc969c516de862518ba4d1454085858cb0677703ff28d45207108
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1144
|
||||
%define patchlevel 1155
|
||||
%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
|
||||
@ -767,6 +767,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1155-1
|
||||
- patchlevel 1155
|
||||
|
||||
* Tue Sep 26 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1144-2
|
||||
- removing README.patches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user