diff --git a/vim-8.0-copy-paste.patch b/vim-8.0-copy-paste.patch
index 461777b..5cb1a88 100644
--- a/vim-8.0-copy-paste.patch
+++ b/vim-8.0-copy-paste.patch
@@ -1,6 +1,6 @@
 diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
---- vim80/runtime/defaults.vim.copy-paste	2016-12-19 08:33:07.270919287 +0100
-+++ vim80/runtime/defaults.vim	2016-12-19 08:51:51.196438644 +0100
+--- vim80/runtime/defaults.vim.copy-paste	2016-12-19 09:01:20.351119199 +0100
++++ vim80/runtime/defaults.vim	2016-12-19 09:01:53.735738941 +0100
 @@ -64,12 +64,6 @@ map Q gq
  " Revert with ":iunmap <C-U>".
  inoremap <C-U> <C-G>u<C-U>
@@ -8,7 +8,7 @@ diff -up vim80/runtime/defaults.vim.copy-paste vim80/runtime/defaults.vim
 -" In many terminal emulators the mouse works just fine.  By enabling it you
 -" can position the cursor, Visually select and scroll with the mouse.
 -if has('mouse')
--  set mouse=v
+-  set mouse=a
 -endif
 -
  " Switch syntax highlighting on when the terminal has colors or when using the
diff --git a/vim.spec b/vim.spec
index d7dccba..8cbfcbb 100644
--- a/vim.spec
+++ b/vim.spec
@@ -759,6 +759,9 @@ rm -rf %{buildroot}
 
 %changelog
 * Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
+- f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep
+
+* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
 - f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim
 
 * Mon Dec 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.134-1