From 3c7097d0df6237fcd9b77b35490adafa6dbc68ff Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 23 Mar 2005 14:52:20 +0000 Subject: [PATCH] - Newly created files got execute permission (intruduced by patch 66) #151667 --- README.patches | 1 + vim.spec | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.patches b/README.patches index 9fca9af9..88d39178 100644 --- a/README.patches +++ b/README.patches @@ -91,3 +91,4 @@ Individual patches for Vim 6.3: 1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number 4436 6.3.065 there was no digraph for euro in Unicode 4728 6.3.066 permissions of backup file may be wrong + 2200 6.3.067 (after 6.3.066) newly created file gets execute permission diff --git a/vim.spec b/vim.spec index f2d94778..343f25bd 100644 --- a/vim.spec +++ b/vim.spec @@ -21,7 +21,7 @@ %define baseversion 6.3 %define vimdir vim63 -%define patchlevel 066 +%define patchlevel 067 Summary: The VIM editor. Name: vim @@ -117,6 +117,7 @@ Patch063: ftp://ftp.vim.org/pub/vim/patches/6.3.063 Patch064: ftp://ftp.vim.org/pub/vim/patches/6.3.064 Patch065: ftp://ftp.vim.org/pub/vim/patches/6.3.065 Patch066: ftp://ftp.vim.org/pub/vim/patches/6.3.066 +Patch067: ftp://ftp.vim.org/pub/vim/patches/6.3.067 Patch3000: vim-6.1-syntax.patch Patch3001: vim-6.2-rh1.patch @@ -310,6 +311,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch064 -p0 %patch065 -p0 %patch066 -p0 +%patch067 -p0 %patch3000 -p1 @@ -579,6 +581,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Mar 23 2005 Karsten Hopp 6.3.067-1 +- Newly created files got execute permission (intruduced by patch 66) + #151667 + * Fri Mar 18 2005 Karsten Hopp 6.3.066-1 - patchlevel 66