- patchlevel 945
This commit is contained in:
parent
d9437aa2dd
commit
91afb0c81a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ vim-7.2.tar.bz2
|
||||
/vim-7.4-941.tar.bz2
|
||||
/vim-7.4-942.tar.bz2
|
||||
/vim-7.4-944.tar.bz2
|
||||
/vim-7.4-945.tar.bz2
|
||||
|
@ -1,3 +1,14 @@
|
||||
commit 683fa185a4b4ed7595e5942901548b8239ed5cdb
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Nov 30 21:38:24 2015 +0100
|
||||
|
||||
patch 7.4.945
|
||||
Problem: New style testing is incomplete.
|
||||
Solution: Add the runtest script to the list of distributed files.
|
||||
Add the new functions to the function overview.
|
||||
Rename the functions to match Vim function style.
|
||||
Move undolevels testing into a new style test script.
|
||||
|
||||
commit 43345546ae63710441f066648b8485fb545b3801
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Nov 29 17:35:35 2015 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
23f5136132eedcfc838f78b8ad615cba vim-7.4-944.tar.bz2
|
||||
9fcca99fb3a9f1c90a18a9bb35451c58 vim-7.4-945.tar.bz2
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 944
|
||||
%define patchlevel 945
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.945-1
|
||||
- patchlevel 945
|
||||
|
||||
* Mon Nov 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.944-1
|
||||
- patchlevel 944
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user