- patchlevel 1679

This commit is contained in:
Zdenek Dohnal 2018-04-09 14:56:28 +02:00
parent 65ddb046e7
commit 7010ca7de4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -181,3 +181,4 @@
/vim-8.0-1630.tar.bz2
/vim-8.0-1661.tar.bz2
/vim-8.0-1666.tar.bz2
/vim-8.0-1679.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.0-1666.tar.bz2) = 7aac6d3ed6ff750e203eead1dd10ae9e995f7da75ef4da21ad3dcc24e51876f852e55bd68bcae5fe416c20197d78aa2d2a86fc4b82fd6e7a177f2155cc6f0434
SHA512 (vim-8.0-1679.tar.bz2) = 8dee9e1e1a09b36f05093e4c3181d26280e9d896651749971288fa1e4f3afd644ca46d7d16807508dc2476f2fff7b44cdc9d5c016209f6940ebf8e9fc93f4c81

View File

@ -1,4 +1,4 @@
%define patchlevel 1666
%define patchlevel 1679
%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
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -734,6 +734,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Apr 09 2018 Karsten Hopp <karsten@redhat.com> 8.0.1679-1
- patchlevel 1679
* Fri Apr 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1666-2
- suggests ruby-libs, python2-libs, python3-libs, perl-libs and lua-libs for vim and gvim(bug #1562057)