- patchlevel 730
This commit is contained in:
parent
9ffc56a91a
commit
4b9c4b93db
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@
|
||||
/vim-8.0-705.tar.bz2
|
||||
/vim-8.0-711.tar.bz2
|
||||
/vim-8.0-728.tar.bz2
|
||||
/vim-8.0-730.tar.bz2
|
||||
|
@ -1,3 +1,22 @@
|
||||
commit 8c0095c59a34ef74fb873036cfbf1aa90be449f3
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Tue Jul 18 22:53:21 2017 +0200
|
||||
|
||||
patch 8.0.0730: terminal feature only supports Unix-like systems
|
||||
|
||||
Problem: Terminal feature only supports Unix-like systems.
|
||||
Solution: Prepare for adding an MS-Windows implementaiton.
|
||||
|
||||
commit 8008b6318dbd68b2c2c8cf08280768489a8f0114
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Tue Jul 18 21:33:20 2017 +0200
|
||||
|
||||
patch 8.0.0729: the help for the terminal configure option is wrong
|
||||
|
||||
Problem: The help for the terminal configure option is wrong.
|
||||
Solution: Change "Disable" to "Enable". (E Kawashima, closes #1849)
|
||||
Improve alignment.
|
||||
|
||||
commit 96ca27a0ee8ae738cab9fb386984c75c6821e31a
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Jul 17 23:20:24 2017 +0200
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-728.tar.bz2) = 4780d98a74e8e8ab36d66d7ad93950d07d75b2db618916db93726fb625c0468e5a0a7f3ca3664bcdc774ede2be513281700198f3c1fc0a11d6d610b84f31e0cd
|
||||
SHA512 (vim-8.0-730.tar.bz2) = 36aa523d5f980a0f1e50db8f5cb2ff5e334f095c543450a19d9d860b707c9588449d6f84d739f2e7d81172b300df81830a434a660156234e0137d1ca5073ed62
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 728
|
||||
%define patchlevel 730
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -765,6 +765,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.730-1
|
||||
- patchlevel 730
|
||||
|
||||
* Tue Jul 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.728-1
|
||||
- patchlevel 728
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user