52ce5f - patchlevel 893

Authored and Committed by Zdenek Dohnal 7 years ago
    - patchlevel 893
    
        
file modified
+1 -0
.gitignore CHANGED
@@ -95,3 +95,4 @@
95
95
/vim-8.0-844.tar.bz2
96
96
/vim-8.0-885.tar.bz2
97
97
/vim-8.0-891.tar.bz2
98
+ /vim-8.0-893.tar.bz2
file modified
+18 -0
README.patches CHANGED
@@ -1,3 +1,21 @@
1
+ commit 82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87
2
+ Author: Bram Moolenaar <Bram@vim.org>
3
+ Date: Tue Aug 8 23:06:46 2017 +0200
4
+
5
+ patch 8.0.0893: cannot get the scroll count of a terminal window
6
+
7
+ Problem: Cannot get the scroll count of a terminal window.
8
+ Solution: Add term_getscrolled().
9
+
10
+ commit 292d5699356dc4a22fcfbab92f0a558e90f7cfba
11
+ Author: Bram Moolenaar <Bram@vim.org>
12
+ Date: Tue Aug 8 21:52:22 2017 +0200
13
+
14
+ patch 8.0.0892: when opening a terminal the pty size doesn't always match
15
+
16
+ Problem: When opening a terminal the pty size doesn't always match.
17
+ Solution: Update the pty size after opening the terminal. (Ken Takata)
18
+
1
19
commit 7fadbf83256bb823b994a52758127594dd82ab39
2
20
Author: Bram Moolenaar <Bram@vim.org>
3
21
Date: Mon Aug 7 22:08:05 2017 +0200
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- SHA512 (vim-8.0-891.tar.bz2) = b961ba041fa0bc5d17a170f4cda73b0283da2ba65810ad0dd602b739c0bc2b02045431d90af1c6c7861fe8e5d61857231ddc131cba9e88927f388ae5e08ecf18
1
+ SHA512 (vim-8.0-893.tar.bz2) = 0ce2db5d9d3abcc149a3efe9ab900f54b081e773368254d2244f81686493787cd859bce0f1c212b9729c6d727d17c716f6a8951b46d481efe02d11d1a6a7b430
file modified
+5 -2
vim.spec CHANGED
@@ -1,4 +1,4 @@
1
- %define patchlevel 891
1
+ %define patchlevel 893
2
2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
3
3
%define WITH_SELINUX 1
4
4
%endif
@@ -21,7 +21,7 @@ Summary: The VIM editor
21
21
URL: http://www.vim.org/
22
22
Name: vim
23
23
Version: %{baseversion}.%{patchlevel}
24
- Release: 2%{?dist}
24
+ Release: 1%{?dist}
25
25
License: Vim
26
26
Group: Applications/Editors
27
27
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -765,6 +765,9 @@ rm -rf %{buildroot}
765
765
%{_datadir}/icons/locolor/*/apps/*
766
766
767
767
%changelog
768
+ * Wed Aug 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.893-1
769
+ - patchlevel 893
770
+
768
771
* Wed Aug 09 2017 Zdenek Dohnal <zdohnal@redhat.com> 8.0.891-2
769
772
- editing vim-update.sh - now it takes branch name as argument for switching and run mockbuild
770
773