diff --git a/README.patches b/README.patches
index 88d3917..07ed186 100644
--- a/README.patches
+++ b/README.patches
@@ -92,3 +92,4 @@ Individual patches for Vim 6.3:
   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
+  2247  6.3.068  can't write when editing symbolic link to compressed file
diff --git a/vim.spec b/vim.spec
index 19cb9bf..1d01fc3 100644
--- a/vim.spec
+++ b/vim.spec
@@ -21,12 +21,12 @@
 
 %define baseversion 6.3
 %define vimdir vim63
-%define patchlevel 067
+%define patchlevel 068
 
 Summary: The VIM editor.
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 3
+Release: 1
 License: freeware
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@@ -118,6 +118,7 @@ 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
+Patch068: ftp://ftp.vim.org/pub/vim/patches/6.3.068
 
 Patch3000: vim-6.1-syntax.patch
 Patch3001: vim-6.2-rh1.patch
@@ -313,6 +314,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch065 -p0
 %patch066 -p0
 %patch067 -p0
+%patch068 -p0
 
 
 %patch3000 -p1
@@ -594,6 +596,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Mar 31 2005 Karsten Hopp <karsten@redhat.de> 6.3-068
+- pathlevel 68 (can't write when editing symbolic link to compressed file)
+
 * Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
 - rebuilt