- patchlevel 1376
This commit is contained in:
parent
8e6b0e0550
commit
845c43977b
1
.gitignore
vendored
1
.gitignore
vendored
@ -147,3 +147,4 @@
|
||||
/vim-8.0-1359.tar.bz2
|
||||
/vim-8.0-1360.tar.bz2
|
||||
/vim-8.0-1367.tar.bz2
|
||||
/vim-8.0-1376.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1367.tar.bz2) = dd8cd104b9cd3e01ae66b37c864b194ca0ad0dbfebb469e78d55fb76036789f4eab7bff5f93858c734952675ac0d60f03e6136249a9623d5378237d21a9df201
|
||||
SHA512 (vim-8.0-1376.tar.bz2) = b1a189176a0f55adcc67a6bb32d7034fe58fb9018a82bb008530b84a36601762985a4ac4391998a53e0bfa52056106b1272c03faa66ed2e1b94add885eab9bc6
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1367
|
||||
%define patchlevel 1376
|
||||
%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: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1376-1
|
||||
- patchlevel 1376
|
||||
|
||||
* Mon Dec 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1367-2
|
||||
- fix regexp in vim-update.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user