- patchlevel 944

This commit is contained in:
Karsten Hopp 2015-11-30 11:20:23 +01:00
parent c087287242
commit d9437aa2dd
4 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ vim-7.2.tar.bz2
/vim-7.4-930.tar.bz2 /vim-7.4-930.tar.bz2
/vim-7.4-941.tar.bz2 /vim-7.4-941.tar.bz2
/vim-7.4-942.tar.bz2 /vim-7.4-942.tar.bz2
/vim-7.4-944.tar.bz2

View File

@ -1,3 +1,21 @@
commit 43345546ae63710441f066648b8485fb545b3801
Author: Bram Moolenaar <Bram@vim.org>
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 <Bram@vim.org>
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 commit 60422e68a3a555144f8c76c666f050e8d104c16b
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Nov 25 23:53:01 2015 +0100 Date: Wed Nov 25 23:53:01 2015 +0100

View File

@ -1 +1 @@
454f695a4c0dc9d8bfc573af45d20686 vim-7.4-942.tar.bz2 23f5136132eedcfc838f78b8ad615cba vim-7.4-944.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 942 %define patchlevel 944
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Nov 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.944-1
- patchlevel 944
* Thu Nov 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.942-1 * Thu Nov 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.942-1
- patchlevel 942 - patchlevel 942