Merge branch 'f25' into f26

This commit is contained in:
Zdenek Dohnal 2017-03-07 10:32:52 +01:00
commit 56e389f428
4 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@ -45,3 +45,4 @@
/vim-8.0-398.tar.bz2
/vim-8.0-402.tar.bz2
/vim-8.0-425.tar.bz2
/vim-8.0-427.tar.bz2

View File

@ -1,3 +1,21 @@
commit ad4187e6fc9c8e1083a172852d958a70a689a75c
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 6 21:45:20 2017 +0100
patch 8.0.0427: 'makeencoding' missing from the options window
Problem: 'makeencoding' missing from the options window.
Solution: Add the entry.
commit 300af82eca3dd5fec6be5516f16c9fd344ae104b
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 6 20:28:10 2017 +0100
patch 8.0.0426: insufficient testing for statusline
Problem: Insufficient testing for statusline.
Solution: Add several tests. (Dominique Pelle, closes #1534)
commit a6c07603ca2fa98a4184f5fd5ab021adcf5156b2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 5 21:18:27 2017 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-425.tar.bz2) = 1d4de900148c4ecafc61b3c4d2c00951e02ca21bd949a07c4e7574d59b6da79d886db14f3305a1176f83dfb05936b8b4aac7bd2e3f8dddef588b485e063fa1d6
SHA512 (vim-8.0-427.tar.bz2) = 381d5d365a390ddb3282d15908f2d8874da6467ba6fa0bfcb3e5a31995c67ed5e9da9fac4c63aa1b36f8e3af494e33f9e454871fc3a4f0ee2ef1715128ff5d9e

View File

@ -1,4 +1,4 @@
%define patchlevel 425
%define patchlevel 427
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -768,6 +768,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Mar 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.427-1
- patchlevel 427
* Mon Mar 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.425-1
- patchlevel 425