@@ -40,3 +40,4 @@
|
|
40
40
|
/vim-8.0-347.tar.bz2
|
41
41
|
/vim-8.0-363.tar.bz2
|
42
42
|
/vim-8.0-381.tar.bz2
|
43
|
+
/vim-8.0-386.tar.bz2
|
@@ -1,3 +1,48 @@
|
|
1
|
+
commit 5b3af14b34c97ab58bfd4699bc2f3e5a2b704117
|
2
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
3
|
+
Date: Mon Feb 27 22:59:40 2017 +0100
|
4
|
+
|
5
|
+
patch 8.0.0386: tiny build has a problem with generating the options test
|
6
|
+
|
7
|
+
Problem: Tiny build has a problem with generating the options test.
|
8
|
+
Solution: Change the "if" to skip over statements.
|
9
|
+
|
10
|
+
commit b5e8377364110ee70090274da15d202778e96a64
|
11
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
12
|
+
Date: Mon Feb 27 21:48:26 2017 +0100
|
13
|
+
|
14
|
+
patch 8.0.0385: no tests for arabic
|
15
|
+
|
16
|
+
Problem: No tests for arabic.
|
17
|
+
Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)
|
18
|
+
|
19
|
+
commit d512e17ea4cebe547197b759a047138228acc06f
|
20
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
21
|
+
Date: Mon Feb 27 21:35:53 2017 +0100
|
22
|
+
|
23
|
+
patch 8.0.0384: timer test failed for no apparent reason
|
24
|
+
|
25
|
+
Problem: Timer test failed for no apparent reason.
|
26
|
+
Solution: Mark the test as flaky.
|
27
|
+
|
28
|
+
commit 10a8da0594406c37f8971cbd16ebbebf831dc60f
|
29
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
30
|
+
Date: Mon Feb 27 21:11:35 2017 +0100
|
31
|
+
|
32
|
+
patch 8.0.0383: misplaced #ifdef
|
33
|
+
|
34
|
+
Problem: Misplaced
|
35
|
+
Solution: Split assignment.
|
36
|
+
|
37
|
+
commit 88e7688edaf6fcf079d3c1b1070c852cfbb28185
|
38
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
39
|
+
Date: Mon Feb 27 20:33:46 2017 +0100
|
40
|
+
|
41
|
+
patch 8.0.0382: warning in tiny build for unused variable
|
42
|
+
|
43
|
+
Problem: Warning in tiny build for unused variable. (Tony Mechelynck)
|
44
|
+
Solution: Add #ifdefs.
|
45
|
+
|
1
46
|
commit aeb661e1f4a491286ef7af8c3105aff1f3b16f1c
|
2
47
|
Author: Bram Moolenaar <Bram@vim.org>
|
3
48
|
Date: Sun Feb 26 19:59:59 2017 +0100
|
@@ -1 +1 @@
|
|
1
|
-
SHA512 (vim-8.0-
|
1
|
+
SHA512 (vim-8.0-386.tar.bz2) = 2876e4517ec79e1be02b814d07adc9c47eaddbb447e05fa1e16ee9d1b5e919e77b3bfb148cdd5c4cdafc3bcf0dd952734158a6e41ae3372abe2d5ecc62cd2a60
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 386
|
2
2
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
3
3
|
%define WITH_SELINUX 1
|
4
4
|
%endif
|
@@ -763,6 +763,9 @@ rm -rf %{buildroot}
|
|
763
763
|
%{_datadir}/icons/locolor/*/apps/*
|
764
764
|
|
765
765
|
%changelog
|
766
|
+
* Tue Feb 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.386-1
|
767
|
+
- patchlevel 386
|
768
|
+
|
766
769
|
* Mon Feb 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.381-1
|
767
770
|
- patchlevel 381
|
768
771
|
|