- patchlevel 945

This commit is contained in:
Karsten Hopp 2015-12-01 11:20:22 +01:00
parent d9437aa2dd
commit 91afb0c81a
4 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ vim-7.2.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 /vim-7.4-944.tar.bz2
/vim-7.4-945.tar.bz2

View File

@ -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 commit 43345546ae63710441f066648b8485fb545b3801
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 29 17:35:35 2015 +0100 Date: Sun Nov 29 17:35:35 2015 +0100

View File

@ -1 +1 @@
23f5136132eedcfc838f78b8ad615cba vim-7.4-944.tar.bz2 9fcca99fb3a9f1c90a18a9bb35451c58 vim-7.4-945.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 944 %define patchlevel 945
%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
* 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 * Mon Nov 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.944-1
- patchlevel 944 - patchlevel 944