- patchlevel 1308
This commit is contained in:
parent
06319d6e42
commit
6854d6f3d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ vim-7.2.tar.bz2
|
||||
/vim-7.4-1297.tar.bz2
|
||||
/vim-7.4-1301.tar.bz2
|
||||
/vim-7.4-1304.tar.bz2
|
||||
/vim-7.4-1308.tar.bz2
|
||||
|
@ -1,3 +1,36 @@
|
||||
commit 45c7f054730da5c88e1e5c7de290d25c450578a0
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Fri Feb 12 22:35:51 2016 +0100
|
||||
|
||||
patch 7.4.1308
|
||||
Problem: Typo in test.
|
||||
Solution: Change endf to endif.
|
||||
|
||||
commit f02c5cffd8cd567d8dfbe4d9e93ec75eb29e7910
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Fri Feb 12 22:25:56 2016 +0100
|
||||
|
||||
patch 7.4.1307
|
||||
Problem: Some channel tests fail on MS-Windows.
|
||||
Solution: Disable the failing tests temporarily.
|
||||
|
||||
commit 76467dfcafcf295fd987f712730774c6f55317d3
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Fri Feb 12 19:30:26 2016 +0100
|
||||
|
||||
patch 7.4.1306
|
||||
Problem: Job control doesn't work well on MS-Windows.
|
||||
Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira,
|
||||
Yasuhiro Matsumoto)
|
||||
|
||||
commit 7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Fri Feb 12 19:08:15 2016 +0100
|
||||
|
||||
patch 7.4.1305
|
||||
Problem: "\%1l^#.*" does not match on a line starting with "#".
|
||||
Solution: Do not clear the start-of-line flag. (Christian Brabandt)
|
||||
|
||||
commit 7823a3bd2eed6ff9e544d201de96710bd5344aaf
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Feb 11 21:08:32 2016 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
bd102d635dc37ea5d118a1482bb46d74 vim-7.4-1304.tar.bz2
|
||||
d543c4f5dff4a271e48389997e5aeaaa vim-7.4-1308.tar.bz2
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1304
|
||||
%define patchlevel 1308
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1308-1
|
||||
- patchlevel 1308
|
||||
|
||||
* Fri Feb 12 2016 Karsten Hopp <karsten@redhat.com> 7.4.1304-1
|
||||
- patchlevel 1304
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user