- patchlevel 962

This commit is contained in:
Karsten Hopp 2015-12-06 11:20:11 +01:00
parent 8e1c1bf853
commit 364c914079
2 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,25 @@
commit 2c5e8e80eacf491d4f266983f534a77776c7ae83
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 5 20:59:21 2015 +0100
Updated runtime files.
commit 3f12a2421bda43a4e48c822541b75f72ee11125a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 5 20:56:57 2015 +0100
patch 7.4.962
Problem: Cannot run the tests with gvim. Cannot run individual new stests.
Solution: Add the -f flag. Add new test targets in Makefile.
commit 9dc2ce398bb3456cc8f590ef0260459798b34d2a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 5 19:47:04 2015 +0100
patch 7.4.961
Problem: Test107 fails in some circunstances.
Solution: When using "zt", "zb" and "z=" recompute the fraction.
commit 90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 3 22:37:21 2015 +0100

View File

@ -1,4 +1,4 @@
%define patchlevel 960
%define patchlevel 962
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sun Dec 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.962-1
- patchlevel 962
* Fri Dec 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.960-1
- patchlevel 960