[vim/f17] fix some man page typos (#668894, #675480) own usr/share/vim/vimfiles/doc/tags (#845564) add path to

Karsten Hopp karsten at fedoraproject.org
Tue Aug 28 13:34:36 UTC 2012


commit c8d55a4ffc9503371b9738188e056eba33134f47
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Aug 28 15:34:04 2012 +0200

    fix some man page typos (#668894, #675480)
    own usr/share/vim/vimfiles/doc/tags (#845564)
    add path to csope database (#844843)

 vim-7.3-manpage-typo-668894-675480.patch |   21 +++++++++++++++++++++
 vim.spec                                 |   11 ++++++++++-
 vimrc                                    |    2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/vim-7.3-manpage-typo-668894-675480.patch b/vim-7.3-manpage-typo-668894-675480.patch
new file mode 100644
index 0000000..cb4ccd1
--- /dev/null
+++ b/vim-7.3-manpage-typo-668894-675480.patch
@@ -0,0 +1,21 @@
+diff -up vim73/runtime/doc/vim.1.668894 vim73/runtime/doc/vim.1
+--- vim73/runtime/doc/vim.1.668894	2010-05-15 13:04:00.000000000 +0200
++++ vim73/runtime/doc/vim.1	2012-08-28 12:41:36.000000000 +0200
+@@ -73,7 +73,7 @@ To edit a file that starts with a dash, 
+ .TP
+ \-
+ The file to edit is read from stdin.  Commands are read from stderr, which
+-should be a tty.
++should be a TTY.
+ .TP
+ \-t {tag}
+ The file to edit and the initial cursor position depends on a "tag", a sort
+@@ -321,7 +321,7 @@ When N is omitted, open one tab page for
+ \-R
+ Read-only mode.
+ The 'readonly' option will be set.
+-You can still edit the buffer, but will be prevented from accidently
++You can still edit the buffer, but will be prevented from accidentally
+ overwriting a file.
+ If you do want to overwrite a file, add an exclamation mark to the Ex command,
+ as in ":w!".
diff --git a/vim.spec b/vim.spec
index 734689a..779849f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -24,7 +24,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{beta}%{patchlevel}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@@ -706,6 +706,7 @@ Patch3009: vim-7.0-syncolor.patch
 Patch3010: vim-7.0-specedit.patch
 Patch3011: vim72-rh514717.patch
 Patch3012: vim-7.3-bug816848.patch
+Patch3013: vim-7.3-manpage-typo-668894-675480.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel ncurses-devel gettext perl-devel
@@ -1497,6 +1498,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch3010 -p1
 %patch3011 -p1
 %patch3012 -p1
+%patch3013 -p1
 
 %build
 cp -f %{SOURCE5} .
@@ -1732,6 +1734,7 @@ done
 for i in rvim.1 gvim.1 gvimdiff.1; do 
   echo ".so man1/vim.1" > $RPM_BUILD_ROOT/%{_mandir}/man1/$i
 done
+touch $RPM_BUILD_ROOT/%{_datadir}/%{name}/vimfiles/doc/tags
 
 %post X11
 touch --no-create %{_datadir}/icons/hicolor
@@ -1904,6 +1907,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/%{name}/vimfiles/colors
 %dir %{_datadir}/%{name}/vimfiles/compiler
 %dir %{_datadir}/%{name}/vimfiles/doc
+%ghost %{_datadir}/%{name}/vimfiles/doc/tags
 %dir %{_datadir}/%{name}/vimfiles/ftdetect
 %dir %{_datadir}/%{name}/vimfiles/ftplugin
 %dir %{_datadir}/%{name}/vimfiles/indent
@@ -1934,6 +1938,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Aug 28 2012 Karsten Hopp <karsten at redhat.com> 7.3.638-2
+- fix some man page typos (#668894, #675480)
+- own usr/share/vim/vimfiles/doc/tags (#845564)
+- add path to csope database (#844843)
+
 * Tue Aug 28 2012 Karsten Hopp <karsten at redhat.com> 7.3.638-1
 - patchlevel 638
 
diff --git a/vimrc b/vimrc
index b02134d..6707ae4 100644
--- a/vimrc
+++ b/vimrc
@@ -36,7 +36,7 @@ if has("cscope") && filereadable("/usr/bin/cscope")
    set nocsverb
    " add any database in current directory
    if filereadable("cscope.out")
-      cs add cscope.out
+      cs add $PWD/cscope.out
    " else add database pointed to by environment
    elseif $CSCOPE_DB != ""
       cs add $CSCOPE_DB


More information about the scm-commits mailing list