@@ -96,3 +96,4 @@
|
|
96
96
|
/vim-8.0-885.tar.bz2
|
97
97
|
/vim-8.0-891.tar.bz2
|
98
98
|
/vim-8.0-893.tar.bz2
|
99
|
+
/vim-8.0-895.tar.bz2
|
@@ -1,3 +1,21 @@
|
|
1
|
+
commit 8ab3c1dc6bf70021f89e6e614b202606863bc168
|
2
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
3
|
+
Date: Wed Aug 9 22:24:52 2017 +0200
|
4
|
+
|
5
|
+
patch 8.0.0895: filetype test fails on MS-Windows
|
6
|
+
|
7
|
+
Problem: Filetype test fails on MS-Windows.
|
8
|
+
Solution: Fix file names.
|
9
|
+
|
10
|
+
commit 0a0217abfabcee8b0779df2e18a186a4b41e18ce
|
11
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
12
|
+
Date: Wed Aug 9 22:06:48 2017 +0200
|
13
|
+
|
14
|
+
patch 8.0.0894: there is no test for runtime filetype detection
|
15
|
+
|
16
|
+
Problem: There is no test for runtime filetype detection.
|
17
|
+
Solution: Test a list of filetypes from patterns.
|
18
|
+
|
1
19
|
commit 82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87
|
2
20
|
Author: Bram Moolenaar <Bram@vim.org>
|
3
21
|
Date: Tue Aug 8 23:06:46 2017 +0200
|
@@ -1 +1 @@
|
|
1
|
-
SHA512 (vim-8.0-
|
1
|
+
SHA512 (vim-8.0-895.tar.bz2) = 881e073ef8644adb59393bbb4515089100013e954fc0be4c468f20d056e86e4740fb63c2d7c3edda231d0ba8d0ad7dc50f46f3a7e99079996dd817511bd4f7e8
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 895
|
2
2
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
3
3
|
%define WITH_SELINUX 1
|
4
4
|
%endif
|
@@ -765,6 +765,9 @@ rm -rf %{buildroot}
|
|
765
765
|
%{_datadir}/icons/locolor/*/apps/*
|
766
766
|
|
767
767
|
%changelog
|
768
|
+
* Thu Aug 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.895-1
|
769
|
+
- patchlevel 895
|
770
|
+
|
768
771
|
* Wed Aug 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.893-1
|
769
772
|
- patchlevel 893
|
770
773
|
|