- patchlevel 947

This commit is contained in:
Karsten Hopp 2015-12-02 11:20:21 +01:00
parent 91afb0c81a
commit 3d33181207
4 changed files with 23 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ vim-7.2.tar.bz2
/vim-7.4-942.tar.bz2
/vim-7.4-944.tar.bz2
/vim-7.4-945.tar.bz2
/vim-7.4-947.tar.bz2

View File

@ -1,3 +1,20 @@
commit 5311c02f25eed8f34e8a80becb98e86264f371c3
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 1 20:19:26 2015 +0100
patch 7.4.947
Problem: Test_listchars fails with MingW. (Michael Soyka)
Solution: Add the test to the ones that need the fileformat fixed.
(Christian Brabandt)
commit bbfbaf9741deebb9f1ed790885bd571c4cbce17a
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Dec 1 15:32:56 2015 +0100
patch 7.4.946
Problem: Missing changes in source file.
Solution: Include changes to the eval.c file.
commit 683fa185a4b4ed7595e5942901548b8239ed5cdb
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 30 21:38:24 2015 +0100

View File

@ -1 +1 @@
9fcca99fb3a9f1c90a18a9bb35451c58 vim-7.4-945.tar.bz2
0092133b781d1ad97c308fe30e4e8636 vim-7.4-947.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 945
%define patchlevel 947
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Dec 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.947-1
- patchlevel 947
* Tue Dec 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.945-1
- patchlevel 945