diff --git a/vim-7.0-rclocation.patch b/vim-7.0-rclocation.patch index 716e640..840f53e 100644 --- a/vim-7.0-rclocation.patch +++ b/vim-7.0-rclocation.patch @@ -5,11 +5,11 @@ */ #ifndef SYS_VIMRC_FILE -# define SYS_VIMRC_FILE "$VIM/vimrc" -+# define SYS_VIMRC_FILE "/etc/vim7rc" ++# define SYS_VIMRC_FILE "/etc/vimrc" #endif #ifndef SYS_GVIMRC_FILE -# define SYS_GVIMRC_FILE "$VIM/gvimrc" -+# define SYS_GVIMRC_FILE "/etc/gvim7rc" ++# define SYS_GVIMRC_FILE "/etc/gvimrc" #endif #ifndef DFLT_HELPFILE # define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt" diff --git a/vim.spec b/vim.spec index f8d35d1..949e083 100644 --- a/vim.spec +++ b/vim.spec @@ -26,7 +26,7 @@ Summary: The VIM editor. Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2 +Release: 3 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{CVSDATE}.tar.bz2 @@ -503,6 +503,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Apr 07 2006 Karsten Hopp 7.0c.000-3 +- fix vimrc filename + * Thu Apr 06 2006 Karsten Hopp 7.0c.000-2 - new snapshot