From 821c3af4ebb3255ae76a0d300dd7a40f0d9b840c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Aug 24 2017 13:57:43 +0000 Subject: - patchlevel 992 --- diff --git a/.gitignore b/.gitignore index f8df36e..cae5d74 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /vim-8.0-956.tar.bz2 /vim-8.0-983.tar.bz2 /vim-8.0-987.tar.bz2 +/vim-8.0-992.tar.bz2 diff --git a/README.patches b/README.patches index 21dd7c7..9365e3d 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,52 @@ +commit 33d66bd9fa0e1b3fbba33d6a1a0609915ac79441 +Author: Bram Moolenaar +Date: Wed Aug 23 23:51:58 2017 +0200 + + patch 8.0.0992: terminal title is wrong when 'encoding' is DBCS + + Problem: Terminal title is wrong when 'encoding' is DBCS. + Solution: Convert the title from DBCS to utf-8. (Yasuhiro Matsumoto, closes + #2009) + +commit 6c4d12c5278fc6b7a6dee2043bc1af713f894ae5 +Author: Bram Moolenaar +Date: Wed Aug 23 23:36:25 2017 +0200 + + patch 8.0.0991: using wrong character conversion for DBCS + + Problem: Using wrong character conversion for DBCS. + Solution: Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto, + closes #2012) + +commit 285f243e506f15230270e4d15679acc29e489e7c +Author: Bram Moolenaar +Date: Wed Aug 23 23:10:21 2017 +0200 + + patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminal + + Problem: When 'encoding' is a double-byte encoding, pasting a register into + a terminal ends up with the wrong characters. + Solution: Convert from 'encoding' to utf-8. (Yasuhiro Matsumoto, closes + #2007) + +commit 77f7474d089cbc68cb7df32cc3828a9dec80fd93 +Author: Bram Moolenaar +Date: Wed Aug 23 22:40:41 2017 +0200 + + patch 8.0.0989: ActiveTcl dll name has changed in 8.6.6 + + Problem: ActiveTcl dll name has changed in 8.6.6. + Solution: Adjust the makefile. (Ken Takata) + +commit 829aa64cf5a113bb683ddf8b32e483e0696602ea +Author: Bram Moolenaar +Date: Wed Aug 23 22:32:35 2017 +0200 + + patch 8.0.0988: warning from Covscan about using NULL pointer + + Problem: Warning from Covscan about using NULL pointer. + Solution: Add extra check for NULL. (zdohnal) + commit d2c45a1964ddb0d9ac16c9c985051fab41f37840 Author: Bram Moolenaar Date: Tue Aug 22 22:29:00 2017 +0200 diff --git a/sources b/sources index 2c0abca..8295c36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-987.tar.bz2) = 4be2622af837ba7dfea5c69498bcfea5245b6bc260008822a0918cde3b0c0a3b3da3c376e3beb3fd35f051d805ee79a1a7586516acd8efa83d0be049896a7d3f +SHA512 (vim-8.0-992.tar.bz2) = 3be97110ca6c7a87c2257e4031411fbd61dc36e1101bcd321d542b39b88de99e7c4190650f996bbc0ee7e422f111f366a4cf003ac6d75152572f26e0165e63c9 diff --git a/vim.spec b/vim.spec index 0727954..de9c155 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 987 +%define patchlevel 992 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -770,6 +770,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Thu Aug 24 2017 Karsten Hopp 8.0.992-1 +- patchlevel 992 + * Wed Aug 23 2017 Karsten Hopp 8.0.987-1 - patchlevel 987