- patchlevel 691

This commit is contained in:
Zdenek Dohnal 2017-06-30 09:48:10 +02:00
parent 0bc787cd9c
commit aff7d68c39
4 changed files with 34 additions and 2 deletions

1
.gitignore vendored
View File

@ -83,3 +83,4 @@
/vim-8.0-679.tar.bz2 /vim-8.0-679.tar.bz2
/vim-8.0-685.tar.bz2 /vim-8.0-685.tar.bz2
/vim-8.0-688.tar.bz2 /vim-8.0-688.tar.bz2
/vim-8.0-691.tar.bz2

View File

@ -1,3 +1,31 @@
commit a83fe75ca76f6f74daa1e5a620054b973b43379b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 29 22:33:13 2017 +0200
patch 8.0.0691: compiler warning without the linebreak feature
Problem: Compiler warning without the linebreak feature.
Solution: Add #ifdef. (John Marriott)
commit c2226845eb207bcd1a24e1afa941acbfecbc5170
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 29 22:27:24 2017 +0200
patch 8.0.0690: compiler warning on non-Unix system
Problem: Compiler warning on non-Unix system.
Solution: Add #ifdef. (John Marriott)
commit a693d0584b9a7ccce98813dda3a6badb209904c7
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 29 22:23:06 2017 +0200
patch 8.0.0689: ~ character not escaped when extending search pattern
Problem: The ~ character is not escaped when adding to the search pattern
with CTRL-L. (Ramel Eshed)
Solution: Escape the character. (Christian Brabandt)
commit 9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5 commit 9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 28 22:26:54 2017 +0200 Date: Wed Jun 28 22:26:54 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-688.tar.bz2) = caa7302bf3b3f63622b111a9a31d8698857b8e8db8d3e843eb2b11cade9fac52a2c7d8e33143ebc3794000f801860607becde457a15ef6d6cdeeec9d6283a53a SHA512 (vim-8.0-691.tar.bz2) = 101924a86d80f48a1913b6a682fac63b3d77c53b04f495c3656f327ea6b0dd7d5abfb8fb9889481ae1c96bd040e0165cc899c6b81aad596d5179324af32443c0

View File

@ -1,4 +1,4 @@
%define patchlevel 688 %define patchlevel 691
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -765,6 +765,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Jun 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.691-1
- patchlevel 691
* Thu Jun 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.688-1 * Thu Jun 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.688-1
- patchlevel 688 - patchlevel 688