- patchlevel 197

This commit is contained in:
Zdenek Dohnal 2017-01-17 12:20:32 +01:00
parent 9b3b0aea9a
commit 4450f1ac35
4 changed files with 36 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/vim-8.0-172.tar.bz2
/vim-8.0-176.tar.bz2
/vim-8.0-194.tar.bz2
/vim-8.0-197.tar.bz2

View File

@ -1,3 +1,33 @@
commit 97d62d4321df358665e2e6504aad8ac2ba7fd841
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 16 22:53:57 2017 +0100
patch 8.0.0197: system() test skips some parts for MS-Windows
Problem: On MS-Windows the system() test skips a few parts.
Solution: Swap single and double quotes for the command.
commit c011a3d083001bcd9853b4447422f1819f3cee2f
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 16 22:37:42 2017 +0100
patch 8.0.0196: profile test is slo and does not work on MS-Windows
Problem: The test for :profile is slow and does not work on MS-Windows.
Solution: Use the "-es" argument. (Dominique Pelle) Swap single and double
quotes for system()
commit a9d23c20879d0dcb289a4db54b3c7df060f87c3c
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 16 20:53:34 2017 +0100
patch 8.0.0195: fail to jump to static tag in current file
Problem: Jumping to a tag that is a static item in the current file fails.
(Kazunobu Kuriyama)
Solution: Make sure the first byte of the tag key is not NUL. (Suggested by
James McCoy, closes #1387)
commit e32bbded641a5da0263ecf82f9ccc95a8e0a089e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 15 21:12:48 2017 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-194.tar.bz2) = 88727b4868d6b7787e1fd6b4807c1c3ba599a951ede0642f6ea4722fcdeb5c07fc6f9b5d01ffb431af34b9ed9f1d76b8e62a9dc3b3eeb225c40c2d6ef4819f1b
SHA512 (vim-8.0-197.tar.bz2) = ad674106005f157a7f6e755df093682c947daf6c3d62781fefdad2f270039344bf4b6fd275c0926d4a75c9a176b43266e015223557cac5dcb5b83ff18382ed32

View File

@ -1,4 +1,4 @@
%define patchlevel 194
%define patchlevel 197
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Jan 17 2017 Karsten Hopp <karsten@redhat.com> 8.0.197-1
- patchlevel 197
* Mon Jan 16 2017 Karsten Hopp <karsten@redhat.com> 8.0.194-1
- patchlevel 194