- patchlevel 1127

This commit is contained in:
Zdenek Dohnal 2017-09-19 08:53:30 +02:00
parent 0e06071326
commit 1c4f7a3c75
4 changed files with 45 additions and 3 deletions

1
.gitignore vendored
View File

@ -115,3 +115,4 @@
/vim-8.0-1098.tar.bz2 /vim-8.0-1098.tar.bz2
/vim-8.0-1102.tar.bz2 /vim-8.0-1102.tar.bz2
/vim-8.0-1123.tar.bz2 /vim-8.0-1123.tar.bz2
/vim-8.0-1127.tar.bz2

View File

@ -1,3 +1,41 @@
commit a8e93d63e308020ee06eb5782e766941ac417a5a
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 18 21:50:47 2017 +0200
patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system
Problem: Test_peek_and_get_char fails on 32 bit system. (Eliminate
Riesebieter)
Solution: Avoid an integer overflow. (James McCoy, closes #2116)
commit 71b29640669872b0209985fc5a3b447de62a4cf0
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 18 21:24:56 2017 +0200
patch 8.0.1126: endless resize when terminal showing in two buffers
Problem: Endless resize when terminal showing in two buffers. (Hirohito
Higashi)
Solution: Set a flag to prevent resizing the window.
commit d326ad6e93604222c64bae51f47521fe9114d1ea
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 18 20:31:41 2017 +0200
patch 8.0.1125: wrong window height when splitting window with window toolbar
Problem: Wrong window height when splitting window with window toolbar.
Solution: Add or subtract the window toolbar height.
commit f16c71b66927a28196b25a42795d083784ab1b9a
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 18 20:01:02 2017 +0200
patch 8.0.1124: use of MZSCHEME_VER is unclear
Problem: Use of MZSCHEME_VER is unclear.
Solution: Add a comment. (Ken Takata)
commit 1b9645de3c05f37b5c30e78f999351b0cf486ade commit 1b9645de3c05f37b5c30e78f999351b0cf486ade
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 17 23:03:31 2017 +0200 Date: Sun Sep 17 23:03:31 2017 +0200

View File

@ -1 +1 @@
SHA512 (vim-8.0-1123.tar.bz2) = 231b6fb6cfab811a05dff7fee4bf07c27dabce9144178918c574f07fe53c8c0b3a8b2efecb0de2ee7700dc8ca423e4d78575bec59817ded49489c9d3434c0c16 SHA512 (vim-8.0-1127.tar.bz2) = 9246a25df0c368423d876b1348fb08e1305e9d86042f9e9e23417314a611ac718d2714fa0af262e1d095c3bbb055fdd9095ca720f8ccb0ca537c6fc1dfccc29d

View File

@ -1,4 +1,4 @@
%define patchlevel 1123 %define patchlevel 1127
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist} Release: 1%{?dist}
License: Vim License: Vim
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -769,6 +769,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Tue Sep 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.1127-1
- patchlevel 1127
* Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1123-2 * Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1123-2
- vim-update.sh - fixing bug with submiting update (update got submitted for previous version) - vim-update.sh - fixing bug with submiting update (update got submitted for previous version)