6854d6 - patchlevel 1308

Authored and Committed by Karsten Hopp 9 years ago
    - patchlevel 1308
    
        
file modified
+1 -0
.gitignore CHANGED
@@ -39,3 +39,4 @@ vim-7.2.tar.bz2
39
39
/vim-7.4-1297.tar.bz2
40
40
/vim-7.4-1301.tar.bz2
41
41
/vim-7.4-1304.tar.bz2
42
+ /vim-7.4-1308.tar.bz2
file modified
+33 -0
README.patches CHANGED
@@ -1,3 +1,36 @@
1
+ commit 45c7f054730da5c88e1e5c7de290d25c450578a0
2
+ Author: Bram Moolenaar <Bram@vim.org>
3
+ Date: Fri Feb 12 22:35:51 2016 +0100
4
+
5
+ patch 7.4.1308
6
+ Problem: Typo in test.
7
+ Solution: Change endf to endif.
8
+
9
+ commit f02c5cffd8cd567d8dfbe4d9e93ec75eb29e7910
10
+ Author: Bram Moolenaar <Bram@vim.org>
11
+ Date: Fri Feb 12 22:25:56 2016 +0100
12
+
13
+ patch 7.4.1307
14
+ Problem: Some channel tests fail on MS-Windows.
15
+ Solution: Disable the failing tests temporarily.
16
+
17
+ commit 76467dfcafcf295fd987f712730774c6f55317d3
18
+ Author: Bram Moolenaar <Bram@vim.org>
19
+ Date: Fri Feb 12 19:30:26 2016 +0100
20
+
21
+ patch 7.4.1306
22
+ Problem: Job control doesn't work well on MS-Windows.
23
+ Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira,
24
+ Yasuhiro Matsumoto)
25
+
26
+ commit 7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd
27
+ Author: Bram Moolenaar <Bram@vim.org>
28
+ Date: Fri Feb 12 19:08:15 2016 +0100
29
+
30
+ patch 7.4.1305
31
+ Problem: "\%1l^#.*" does not match on a line starting with "#".
32
+ Solution: Do not clear the start-of-line flag. (Christian Brabandt)
33
+
1
34
commit 7823a3bd2eed6ff9e544d201de96710bd5344aaf
2
35
Author: Bram Moolenaar <Bram@vim.org>
3
36
Date: Thu Feb 11 21:08:32 2016 +0100
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- bd102d635dc37ea5d118a1482bb46d74 vim-7.4-1304.tar.bz2
1
+ d543c4f5dff4a271e48389997e5aeaaa vim-7.4-1308.tar.bz2
file modified
+4 -1
vim.spec CHANGED
@@ -1,4 +1,4 @@
1
- %define patchlevel 1304
1
+ %define patchlevel 1308
2
2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
3
3
%define WITH_SELINUX 1
4
4
%endif
@@ -756,6 +756,9 @@ rm -rf %{buildroot}
756
756
%{_datadir}/icons/hicolor/*/apps/*
757
757
758
758
%changelog
759
+ * Sat Feb 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1308-1
760
+ - patchlevel 1308
761
+
759
762
* Fri Feb 12 2016 Karsten Hopp <karsten@redhat.com> 7.4.1304-1
760
763
- patchlevel 1304
761
764