diff --git a/.gitignore b/.gitignore index 7056028..d33b138 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ vim-7.2.tar.bz2 /vim-7.4-941.tar.bz2 /vim-7.4-942.tar.bz2 /vim-7.4-944.tar.bz2 +/vim-7.4-945.tar.bz2 diff --git a/README.patches b/README.patches index 22fb79e..f35ccc3 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,14 @@ +commit 683fa185a4b4ed7595e5942901548b8239ed5cdb +Author: Bram Moolenaar +Date: Mon Nov 30 21:38:24 2015 +0100 + + patch 7.4.945 + Problem: New style testing is incomplete. + Solution: Add the runtest script to the list of distributed files. + Add the new functions to the function overview. + Rename the functions to match Vim function style. + Move undolevels testing into a new style test script. + commit 43345546ae63710441f066648b8485fb545b3801 Author: Bram Moolenaar Date: Sun Nov 29 17:35:35 2015 +0100 diff --git a/sources b/sources index 64beb51..5425e64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23f5136132eedcfc838f78b8ad615cba vim-7.4-944.tar.bz2 +9fcca99fb3a9f1c90a18a9bb35451c58 vim-7.4-945.tar.bz2 diff --git a/vim.spec b/vim.spec index 0fe4486..98175e9 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 944 +%define patchlevel 945 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -756,6 +756,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Dec 01 2015 Karsten Hopp 7.4.945-1 +- patchlevel 945 + * Mon Nov 30 2015 Karsten Hopp 7.4.944-1 - patchlevel 944