- patchlevel 947
This commit is contained in:
parent
91afb0c81a
commit
3d33181207
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9fcca99fb3a9f1c90a18a9bb35451c58 vim-7.4-945.tar.bz2
|
||||
0092133b781d1ad97c308fe30e4e8636 vim-7.4-947.tar.bz2
|
||||
|
5
vim.spec
5
vim.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user