diff --git a/.gitignore b/.gitignore index cf584ba..a18f094 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /vim-8.0-679.tar.bz2 /vim-8.0-685.tar.bz2 /vim-8.0-688.tar.bz2 +/vim-8.0-691.tar.bz2 diff --git a/README.patches b/README.patches index 07b03ce..a95fd33 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,31 @@ +commit a83fe75ca76f6f74daa1e5a620054b973b43379b +Author: Bram Moolenaar +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 +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 +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 Author: Bram Moolenaar Date: Wed Jun 28 22:26:54 2017 +0200 diff --git a/sources b/sources index 18641b8..e7e87ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-688.tar.bz2) = caa7302bf3b3f63622b111a9a31d8698857b8e8db8d3e843eb2b11cade9fac52a2c7d8e33143ebc3794000f801860607becde457a15ef6d6cdeeec9d6283a53a +SHA512 (vim-8.0-691.tar.bz2) = 101924a86d80f48a1913b6a682fac63b3d77c53b04f495c3656f327ea6b0dd7d5abfb8fb9889481ae1c96bd040e0165cc899c6b81aad596d5179324af32443c0 diff --git a/vim.spec b/vim.spec index 2e4f4f5..3978baf 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 688 +%define patchlevel 691 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -770,6 +770,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Jun 30 2017 Karsten Hopp 8.0.691-1 +- patchlevel 691 + * Thu Jun 29 2017 Karsten Hopp 8.0.688-1 - patchlevel 688