diff --git a/.gitignore b/.gitignore index 62f61c84..70560281 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ vim-7.2.tar.bz2 /vim-7.4-930.tar.bz2 /vim-7.4-941.tar.bz2 /vim-7.4-942.tar.bz2 +/vim-7.4-944.tar.bz2 diff --git a/README.patches b/README.patches index bfa0061f..22fb79e8 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,21 @@ +commit 43345546ae63710441f066648b8485fb545b3801 +Author: Bram Moolenaar +Date: Sun Nov 29 17:35:35 2015 +0100 + + patch 7.4.944 + Problem: Writing tests for Vim script is hard. + Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add + the v:errors variable. Add the runtest script. Add a first new + style test script. + +commit 48a969b48898fb08dce636c6b918408c6fbd3ea0 +Author: Bram Moolenaar +Date: Sat Nov 28 14:29:26 2015 +0100 + + patch 7.4.943 + Problem: Tests are not run. + Solution: Add test_writefile to makefiles. (Ken Takata) + commit 60422e68a3a555144f8c76c666f050e8d104c16b Author: Bram Moolenaar Date: Wed Nov 25 23:53:01 2015 +0100 diff --git a/sources b/sources index a141e98e..64beb511 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -454f695a4c0dc9d8bfc573af45d20686 vim-7.4-942.tar.bz2 +23f5136132eedcfc838f78b8ad615cba vim-7.4-944.tar.bz2 diff --git a/vim.spec b/vim.spec index 77778dd5..0fe44867 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 942 +%define patchlevel 944 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Nov 30 2015 Karsten Hopp 7.4.944-1 +- patchlevel 944 + * Thu Nov 26 2015 Karsten Hopp 7.4.942-1 - patchlevel 942