diff --git a/.gitignore b/.gitignore index 0047982..b0eb616 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.patches b/README.patches index 5bc8edf..1794d0d 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,22 @@ +commit 8c0095c59a34ef74fb873036cfbf1aa90be449f3 +Author: Bram Moolenaar +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 +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 Date: Mon Jul 17 23:20:24 2017 +0200 diff --git a/sources b/sources index dc8e560..f0159aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-728.tar.bz2) = 4780d98a74e8e8ab36d66d7ad93950d07d75b2db618916db93726fb625c0468e5a0a7f3ca3664bcdc774ede2be513281700198f3c1fc0a11d6d610b84f31e0cd +SHA512 (vim-8.0-730.tar.bz2) = 36aa523d5f980a0f1e50db8f5cb2ff5e334f095c543450a19d9d860b707c9588449d6f84d739f2e7d81172b300df81830a434a660156234e0137d1ca5073ed62 diff --git a/vim.spec b/vim.spec index cb2a72b..19b8559 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 728 +%define patchlevel 730 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -770,6 +770,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Wed Jul 19 2017 Karsten Hopp 8.0.730-1 +- patchlevel 730 + * Tue Jul 18 2017 Karsten Hopp 8.0.728-1 - patchlevel 728