diff --git a/.gitignore b/.gitignore index 7f453fb..fec6b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ vim-7.2.tar.bz2 /vim-7.4-1246.tar.bz2 /vim-7.4-1257.tar.bz2 /vim-7.4-1261.tar.bz2 +/vim-7.4-1265.tar.bz2 diff --git a/README.patches b/README.patches index df5cc41..f866519 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,35 @@ +commit f416086f264c1d998863b2e600f4c14f799d0d99 +Author: Bram Moolenaar +Date: Fri Feb 5 23:09:12 2016 +0100 + + patch 7.4.1265 + Problem: Not all channel commands are tested. + Solution: Add a test for "normal", "expr" and "redraw". + +commit 6076fe1986255d32b7a078a28bf9e7bea19d6f30 +Author: Bram Moolenaar +Date: Fri Feb 5 22:49:56 2016 +0100 + + patch 7.4.1264 + Problem: Crash when receiving an empty array. + Solution: Check for array with wrong number of arguments. (Damien) + +commit 4d919d748e4e435edb135aa5ccf6ee7de9212023 +Author: Bram Moolenaar +Date: Fri Feb 5 22:36:41 2016 +0100 + + patch 7.4.1263 + Problem: ch_open() hangs when the server isn't running. + Solution: Add a timeout. Use a dict to pass arguments. (Yasuhiro Matsumoto) + +commit a07fec9c85d062acd9dd433a2e681770f459ba47 +Author: Bram Moolenaar +Date: Fri Feb 5 21:04:08 2016 +0100 + + patch 7.4.1262 + Problem: The channel callback is not invoked. + Solution: Make a list of pending callbacks. + commit 4b6a6dcbe7bd13170c4884cc17acb1eac2c633d1 Author: Bram Moolenaar Date: Thu Feb 4 22:49:49 2016 +0100 diff --git a/sources b/sources index 302ea3f..7bc79d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3869872bdcee02e4d0e3f758b3ec5cfb vim-7.4-1261.tar.bz2 +e424e0d9824e38e7ee47e3adf6f5434e vim-7.4-1265.tar.bz2 diff --git a/vim.spec b/vim.spec index 6b40cc0..5cd86a6 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1261 +%define patchlevel 1265 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sat Feb 06 2016 Karsten Hopp 7.4.1265-1 +- patchlevel 1265 + * Fri Feb 05 2016 Karsten Hopp 7.4.1261-1 - patchlevel 1261