- patchlevel 1090

This commit is contained in:
Karsten Hopp 2016-01-15 11:20:16 +01:00
parent d422cee2ad
commit 6ecf5ffa83
4 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ vim-7.2.tar.bz2
/vim-7.4-979.tar.bz2
/vim-7.4-1087.tar.bz2
/vim-7.4-1089.tar.bz2
/vim-7.4-1090.tar.bz2

View File

@ -1,3 +1,11 @@
commit b5690794cf081773628fa0f1f2b948fd129d5b39
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 14 22:10:41 2016 +0100
patch 7.4.1090
Problem: No tests for :hardcopy and related options.
Solution: Add test_hardcopy.
commit ef2b5036b3005f1ce15d146dce72379a9834c56d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 12 22:20:58 2016 +0100

View File

@ -1 +1 @@
bbee9779d8d7699d3e3d855c69c99f65 vim-7.4-1089.tar.bz2
d3100f4e5da3575f87bc72a1268cf495 vim-7.4-1090.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 1089
%define patchlevel 1090
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -756,6 +756,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Jan 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1090-1
- patchlevel 1090
* Wed Jan 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1089-1
- patchlevel 1089