diff --git a/.gitignore b/.gitignore index f074967..0f4c3ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.patches b/README.patches index 3a1e755..f79fe79 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,11 @@ +commit b5690794cf081773628fa0f1f2b948fd129d5b39 +Author: Bram Moolenaar +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 Date: Tue Jan 12 22:20:58 2016 +0100 diff --git a/sources b/sources index 8e80539..3e85cf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbee9779d8d7699d3e3d855c69c99f65 vim-7.4-1089.tar.bz2 +d3100f4e5da3575f87bc72a1268cf495 vim-7.4-1090.tar.bz2 diff --git a/vim.spec b/vim.spec index 2095e8e..291b452 100644 --- a/vim.spec +++ b/vim.spec @@ -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 7.4.1090-1 +- patchlevel 1090 + * Wed Jan 13 2016 Karsten Hopp 7.4.1089-1 - patchlevel 1089