@@ -16,3 +16,4 @@
|
|
16
16
|
/vim-8.0-118.tar.bz2
|
17
17
|
/vim-8.0-124.tar.bz2
|
18
18
|
/vim-8.0-133.tar.bz2
|
19
|
+
/vim-8.0-134.tar.bz2
|
@@ -1,3 +1,11 @@
|
|
1
|
+
commit c4bfedabe057c05f09a455a5851089e177fa9c00
|
2
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
3
|
+
Date: Wed Dec 14 21:42:00 2016 +0100
|
4
|
+
|
5
|
+
patch 8.0.0134
|
6
|
+
Problem: Null pointer access reported by UBsan.
|
7
|
+
Solution: Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan)
|
8
|
+
|
1
9
|
commit fe38b494fff56cd9b2fcaeef26a8fd7b6557d69c
|
2
10
|
Author: Bram Moolenaar <Bram@vim.org>
|
3
11
|
Date: Sun Dec 11 21:34:23 2016 +0100
|
@@ -1 +1 @@
|
|
1
|
-
SHA512 (vim-8.0-
|
1
|
+
SHA512 (vim-8.0-134.tar.bz2) = f96cdb3e5fb2f53d4d1b8487da1929fd20d9a432526ce5eec45896ee2adfbec7762232635534639bd465bd3765840cdc95cc3d47194f38a5a44aa9182642d51c
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 134
|
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:
|
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
|
@@ -754,6 +754,9 @@ rm -rf %{buildroot}
|
|
754
754
|
%{_datadir}/icons/locolor/*/apps/*
|
755
755
|
|
756
756
|
%changelog
|
757
|
+
* Mon Dec 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.134-1
|
758
|
+
- patchlevel 134
|
759
|
+
|
757
760
|
* Thu Dec 15 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.133-2
|
758
761
|
- f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v'
|
759
762
|
|