- patchlevel 1320
This commit is contained in:
parent
ff7bc84290
commit
3e8bfc8163
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ vim-7.2.tar.bz2
|
||||
/vim-7.4-1304.tar.bz2
|
||||
/vim-7.4-1308.tar.bz2
|
||||
/vim-7.4-1317.tar.bz2
|
||||
/vim-7.4-1320.tar.bz2
|
||||
|
@ -1,3 +1,28 @@
|
||||
commit 44d571868f4fcf000e8b03ee0a350f1f8131c9ca
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Feb 14 23:11:23 2016 +0100
|
||||
|
||||
patch 7.4.1320
|
||||
Problem: Building with Cygwin or MingW with channel but without Netbeans
|
||||
doesn't work.
|
||||
Solution: Set NETBEANS to "no" when not used.
|
||||
|
||||
commit 16eb4f88000cfdba68df6c421fe44e7e029ba53e
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Feb 14 23:02:34 2016 +0100
|
||||
|
||||
patch 7.4.1319
|
||||
Problem: Tests fail on MS-Windows and on Unix with GUI.
|
||||
Solution: Fix unregistering.
|
||||
|
||||
commit 7b3ca76a451b10d238ef946f3231762e0bd988e9
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Feb 14 19:13:43 2016 +0100
|
||||
|
||||
patch 7.4.1318
|
||||
Problem: Channel with pipes doesn't work in GUI.
|
||||
Solution: Register input handlers for pipes.
|
||||
|
||||
commit 0727d362b4dad83d9fdf1caba074213e77e0aa49
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Feb 14 00:19:59 2016 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9bad0edc347a80d9265f8585960bb310 vim-7.4-1317.tar.bz2
|
||||
e8ec132f7d0cb1fb5d7d7218b5e1b3be vim-7.4-1320.tar.bz2
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1317
|
||||
%define patchlevel 1320
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1320-1
|
||||
- patchlevel 1320
|
||||
|
||||
* Sun Feb 14 2016 Karsten Hopp <karsten@redhat.com> 7.4.1317-1
|
||||
- patchlevel 1317
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user