Merge branch 'f25' into f26

This commit is contained in:
Zdenek Dohnal 2017-07-21 10:36:26 +02:00
commit aeeabac249
4 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -89,3 +89,4 @@
/vim-8.0-728.tar.bz2
/vim-8.0-730.tar.bz2
/vim-8.0-738.tar.bz2
/vim-8.0-739.tar.bz2

View File

@ -1,3 +1,13 @@
commit 58556cd0e592cba75bf60310d822a20e41f6b02e
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 20 23:04:46 2017 +0200
patch 8.0.0739: terminal resizing doesn't work well.
Problem: Terminal resizing doesn't work well.
Solution: Resize the terminal to the Vim window and the other way around.
Avoid mapping typed keys. Set the environment properly.
commit e825d8b0a4173871272b723f1c1f5b95ee981067
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 19 23:20:19 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-738.tar.bz2) = 7140d6a1265ce717da85e386db509bfeabec0deb852884e8de4c98b291119797005ca0399f22ea478707f09654b03326a9c472e6e38ca69cc7742e982a824047
SHA512 (vim-8.0-739.tar.bz2) = 2fc8cfaa8bf85b8a1046d39aefbcddc363ccdcc00c50fec8f49bd679025edb78dadd928c3cd6d88962cca6face5156f02141fdf9ff7709c37d852a06e977e3a1

View File

@ -1,4 +1,4 @@
%define patchlevel 738
%define patchlevel 739
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -770,6 +770,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Fri Jul 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.739-1
- patchlevel 739
* Thu Jul 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.738-1
- patchlevel 738