rpms/vim/FC-6 README.patches,1.64,1.65 vim.spec,1.148,1.149

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 3 09:05:20 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/vim/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv16099

Modified Files:
	README.patches vim.spec 
Log Message:
- update to patchlevel 235, fixes modeline issues



Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/FC-6/README.patches,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- README.patches	27 Feb 2007 12:29:42 -0000	1.64
+++ README.patches	3 May 2007 09:05:18 -0000	1.65
@@ -232,3 +232,37 @@
   1969  7.0.199  cursor in wrong col when completing+formatting multi-byte
   2792  7.0.200  memory leaks when out of memory
   2511  7.0.201  error message from ":diffput" may be wrong
+  9403  7.0.202  compiler and runtime problems on Tandem systems
+  5579  7.0.203  0x80 and CSI need to be escaped when executing a register
+  1892  7.0.204  cscope: parsing of lines for listing doesn't work properly
+  1573  7.0.205  (after 7.0.203) can't compile tiny version
+  2099  7.0.206  (after 7.0.058) can't edit all gb18030 files properly
+  3000  7.0.207  (after 7.0.203) 0x80 and CSI escaped too often when recording
+  9414  7.0.208  (after 7.0.171 and 7.0.180) VMS: path changes cause trouble
+  1706  7.0.209  Python: cursor may end up beyond end of changed line
+  3863  7.0.210  ":cbuffer" and ":lbuffer" don't take a !
+  1674  7.0.211  CTRL-U in Insert mode deletes autoindent when 'bs' is zero
+  2636  7.0.212  GUI doesn't terminate on SIGTERM
+  1463  7.0.213  "z=" crashes when regions in 'spellfile' share soundfolding
+  4870  7.0.214  can't get "\ " argument  for <f-args> in a user command
+  2807  7.0.215  (extra) Mac: Context menu has disabled useless Help entry
+  3460  7.0.216  ":tab wincmd ]" does not open a new tab page
+  2007  7.0.217  hang when pressing "n" for ":%s/\n/,\r/gc"
+  1479  7.0.218  "%B" in 'statusline' doesn't work in Insert mode
+  4108  7.0.219  editexisting.vim doesn't see buffer in other tab page
+  1448  7.0.220  crash when using winnr('#') in a new tab page
+  3029  7.0.221  finddir() did not work properly for "." in path
+  4147  7.0.222  'cindent' works for Perl, except for recognizing comments
+  2604  7.0.223  popup menu could not handle unprintable characters
+  6467  7.0.224  when expanding "##" spaces are escaped twice
+  2203  7.0.225  after setline() cursor may be on wrong byte of mulit-byte char
+  1578  7.0.226  display flicker when setting sign through netbeans interface
+  1720  7.0.227  crash when closing a window in the GUI
+  1779  7.0.228  Cygwin: problem with symlink to DOS style path
+  1806  7.0.229  if 'pt' starts with Esc then Insert mode Esc doesn't time out
+  4586  7.0.230  a script doesn't know if the current dir is a local dir
+  2628  7.0.231  recovery from a swap file may crash
+ 18671  7.0.232  (extra) Mac: GUI tab labels are not supported
+  9738  7.0.233  (extra) Mac: code badly formatted
+  1723  7.0.234  feedkeys() may be invoked from a modeline
+  2299  7.0.235  writefile() may be invoked from a modeline


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/FC-6/vim.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- vim.spec	27 Feb 2007 12:29:42 -0000	1.148
+++ vim.spec	3 May 2007 09:05:18 -0000	1.149
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim70%{?beta}
-%define patchlevel 201
+%define patchlevel 235
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -254,6 +254,42 @@
 Patch199: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.199
 Patch200: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.200
 Patch201: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.201
+Patch202: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.202
+Patch203: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.203
+Patch204: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.204
+Patch205: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.205
+Patch206: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.206
+Patch207: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.207
+#Patch208: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.208
+Patch209: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.209
+Patch210: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.210
+Patch211: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.211
+Patch212: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.212
+Patch213: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.213
+Patch214: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.214
+#Patch215: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.215
+Patch216: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.216
+Patch217: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.217
+Patch218: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.218
+Patch219: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.219
+Patch220: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.220
+Patch221: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.221
+Patch222: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.222
+Patch223: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.223
+Patch224: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.224
+Patch225: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.225
+Patch226: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.226
+Patch227: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.227
+Patch228: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.228
+Patch229: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.229
+Patch230: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.230
+Patch231: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.231
+# Mac:
+#Patch232: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.232
+# Mac:
+#Patch233: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.233
+Patch234: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.234
+Patch235: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.235
 
 Patch3000: vim-7.0-syntax.patch
 #Patch3001: vim-6.2-rh1.patch
@@ -273,10 +309,10 @@
 Patch3101: vim-selinux2.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Buildrequires: python-devel perl ncurses-devel gettext
-Buildrequires: libacl-devel gpm-devel autoconf
+BuildRequires: python-devel ncurses-devel gettext
+BuildRequires: libacl-devel gpm-devel autoconf
 %if %{WITH_SELINUX}
-Buildrequires: libselinux-devel
+BuildRequires: libselinux-devel
 %endif
 %if %{desktop_file}
 Requires: /usr/bin/desktop-file-install
@@ -291,7 +327,7 @@
 multiple windows, multi-level undo, block highlighting and more.
 
 %package common
-Summary: The common files needed by any version of the VIM editor.
+Summary: The common files needed by any version of the VIM editor
 Group: Applications/Editors
 Conflicts: man-pages-fr < 0.9.7-14
 Conflicts: man-pages-it < 0.3.0-17
@@ -309,7 +345,7 @@
 to install the vim-common package.
 
 %package spell
-Summary: The dictionaries for spell checking. This package is optional.
+Summary: The dictionaries for spell checking. This package is optional
 Group: Applications/Editors
 Requires: vim-common = %{epoch}:%{version}-%{release}
 
@@ -318,7 +354,7 @@
 many different languages.
 
 %package minimal
-Summary: A minimal version of the VIM editor.
+Summary: A minimal version of the VIM editor
 Group: Applications/Editors
 Provides: vi = %{version}-%{release}
 
@@ -333,7 +369,7 @@
 package is installed.
 
 %package enhanced
-Summary: A version of the VIM editor which includes recent enhancements.
+Summary: A version of the VIM editor which includes recent enhancements
 Group: Applications/Editors
 Requires: vim-common = %{epoch}:%{version}-%{release}
 Provides: vim = %{version}-%{release}
@@ -352,9 +388,10 @@
 need to install the vim-common package.
 
 %package X11
-Summary: The VIM version of the vi editor for the X Window System.
+Summary: The VIM version of the vi editor for the X Window System
 Group: Applications/Editors
-Requires: vim-common = %{epoch}:%{version}-%{release} libattr gtk2 >= 2.6
+Requires: vim-common = %{epoch}:%{version}-%{release} libattr >= 2.4 gtk2 >= 2.6
+Provides: gvim = %{version}-%{release}
 BuildRequires: gtk2-devel libSM-devel libXt-devel libXpm-devel
 
 %description X11
@@ -620,6 +657,43 @@
 %patch199 -p0
 %patch200 -p0
 %patch201 -p0
+%patch202 -p0
+%patch203 -p0
+%patch204 -p0
+%patch205 -p0
+%patch206 -p0
+%patch207 -p0
+# VMS:
+#patch208 -p0
+%patch209 -p0
+%patch210 -p0
+%patch211 -p0
+%patch212 -p0
+%patch213 -p0
+%patch214 -p0
+# MAC:
+#patch215 -p0
+%patch216 -p0
+%patch217 -p0
+%patch218 -p0
+%patch219 -p0
+%patch220 -p0
+%patch221 -p0
+%patch222 -p0
+%patch223 -p0
+%patch224 -p0
+%patch225 -p0
+%patch226 -p0
+%patch227 -p0
+%patch228 -p0
+%patch229 -p0
+%patch230 -p0
+%patch231 -p0
+# Mac:
+#patch232 -p0
+#patch233 -p0
+%patch234 -p0
+%patch235 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -671,9 +745,9 @@
 cp vim gvim
 make clean
 
-%configure --prefix=/usr --with-features=huge --enable-pythoninterp \
+%configure --prefix=%{_prefix} --with-features=huge --enable-pythoninterp \
  --enable-perlinterp --disable-tclinterp --with-x=no \
- --enable-gui=no --exec-prefix=/usr --enable-multibyte \
+ --enable-gui=no --exec-prefix=%{_prefix} --enable-multibyte \
  --enable-cscope --with-modified-by="<bugzilla at redhat.com>" \
  --with-tlib=ncurses \
  --with-compiledby="<bugzilla at redhat.com>" \
@@ -689,7 +763,7 @@
 
 #perl -pi -e "s/help.txt/vi-help.txt/"  os_unix.h ex_cmds.c
 perl -pi -e "s/\/etc\/vimrc/\/etc\/virc/"  os_unix.h
-%configure --prefix='${DEST}'/usr --with-features=small --with-x=no \
+%configure --prefix=%{_prefix} --with-features=small --with-x=no \
   --enable-multibyte \
   --disable-netbeans \
   --disable-pythoninterp --disable-perlinterp --disable-tclinterp \
@@ -702,60 +776,61 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/bin
-mkdir -p $RPM_BUILD_ROOT/usr/bin
+mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}/vimfiles/after
 cp -f %{SOURCE11} .
+cp runtime/doc/uganda.txt LICENSE
 
 
 cd src
 make install DESTDIR=$RPM_BUILD_ROOT BINDIR=/bin
-mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/usr/bin/xxd
+mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/%{_bindir}/xxd
 make installmacros DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
-install -m755 gvim $RPM_BUILD_ROOT/usr/bin/gvim
-install -m644 %{SOURCE7} \
+install -m755 gvim $RPM_BUILD_ROOT/%{_bindir}/gvim
+install -p -m644 %{SOURCE7} \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/gvim.png
-install -m644 %{SOURCE8} \
+install -p -m644 %{SOURCE8} \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/gvim.png
-install -m644 %{SOURCE9} \
+install -p -m644 %{SOURCE9} \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gvim.png
-install -m644 %{SOURCE10} \
+install -p -m644 %{SOURCE10} \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/gvim.png
-install -m755 enhanced-vim $RPM_BUILD_ROOT/usr/bin/vim
+install -m755 enhanced-vim $RPM_BUILD_ROOT/%{_bindir}/vim
 
 ( cd $RPM_BUILD_ROOT
-  mv ./bin/vimtutor ./usr/bin/vimtutor
+  mv ./bin/vimtutor ./%{_bindir}/vimtutor
   mv ./bin/vim ./bin/vi
   rm -f ./bin/rvim
   ln -sf vi ./bin/ex
   ln -sf vi ./bin/rvi
   ln -sf vi ./bin/rview
   ln -sf vi ./bin/view
-  ln -sf vim ./usr/bin/ex
-  ln -sf vim ./usr/bin/rvim
-  ln -sf vim ./usr/bin/vimdiff
+  ln -sf vim ./%{_bindir}/ex
+  ln -sf vim ./%{_bindir}/rvim
+  ln -sf vim ./%{_bindir}/vimdiff
   perl -pi -e "s,$RPM_BUILD_ROOT,," .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vimtutor.1
   rm -f .%{_mandir}/man1/rvim.1
   ln -sf vim.1.gz .%{_mandir}/man1/vi.1.gz
   ln -sf vim.1.gz .%{_mandir}/man1/rvi.1.gz
   ln -sf vim.1.gz .%{_mandir}/man1/rvim.1.gz
   ln -sf vim.1.gz .%{_mandir}/man1/vimdiff.1.gz
-  ln -sf gvim ./usr/bin/gview
-  ln -sf gvim ./usr/bin/gex
-  ln -sf gvim ./usr/bin/evim
-  ln -sf gvim ./usr/bin/gvimdiff
+  ln -sf gvim ./%{_bindir}/gview
+  ln -sf gvim ./%{_bindir}/gex
+  ln -sf gvim ./%{_bindir}/evim
+  ln -sf gvim ./%{_bindir}/gvimdiff
   ln -sf vim.1.gz .%{_mandir}/man1/gvim.1.gz
   ln -sf vim.1.gz .%{_mandir}/man1/gvimdiff.1.gz
-  ln -sf gvim ./usr/bin/vimx
+  ln -sf gvim ./%{_bindir}/vimx
   %if "%{desktop_file}" == "1"
     mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
-    desktop-file-install --vendor net \
+    desktop-file-install --vendor fedora \
         --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
         --add-category "Application;Development;X-Red-Hat-Base" \
         %{SOURCE3}
   %else
-    mkdir -p ./etc/X11/applnk/Applications
-    cp %{SOURCE3} ./etc/X11/applnk/Applications/gvim.desktop
+    mkdir -p ./%{_sysconfdir}/X11/applnk/Applications
+    cp %{SOURCE3} ./%{_sysconfdir}/X11/applnk/Applications/gvim.desktop
   %endif
   # ja_JP.ujis is obsolete, ja_JP.eucJP is recommended.
   ( cd ./%{_datadir}/%{name}/%{vimdir}/lang; \
@@ -795,19 +870,19 @@
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d
 cat >$RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/vim.sh <<EOF
 if [ -n "\$BASH_VERSION" -o -n "\$KSH_VERSION" -o -n "\$ZSH_VERSION" ]; then
-  [ -x /usr/bin/id ] || return
-  [ \`/usr/bin/id -u\` -le 100 ] && return
+  [ -x /%{_bindir}/id ] || return
+  [ \`/%{_bindir}/id -u\` -le 100 ] && return
   # for bash and zsh, only if no alias is already set
   alias vi >/dev/null 2>&1 || alias vi=vim
 fi
 EOF
 cat >$RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/vim.csh <<EOF
-[ -x /usr/bin/id ] || exit
-[ \`/usr/bin/id -u\` -gt 100 ] && alias vi vim
+[ -x /%{_bindir}/id ] || exit
+[ \`/%{_bindir}/id -u\` -gt 100 ] && alias vi vim
 EOF
 chmod 0644 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
-install -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/vimrc
-install -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/virc
+install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/vimrc
+install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/virc
 (cd $RPM_BUILD_ROOT/%{_datadir}/%{name}/%{vimdir}/doc;
  gzip -9 *.txt
  gzip -d help.txt.gz
@@ -815,18 +890,31 @@
 # cp %{SOURCE12} . 
  )
 (cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;) 
+rm -f $RPM_BUILD_ROOT/%{_datadir}/vim/%{vimdir}/macros/maze/maze*.c
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/vim/%{vimdir}/tools
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/vim/%{vimdir}/doc/vim2html.pl
+rm -f $RPM_BUILD_ROOT/%{_datadir}/vim/%{vimdir}/tutor/tutor.gr.utf-8~
+( cd $RPM_BUILD_ROOT/%{_mandir}
+  for i in `find ??/ -type f`; do
+    bi=`basename $i`
+    iconv -f latin1 -t UTF8 $i > $RPM_BUILD_ROOT/$bi
+    mv -f $RPM_BUILD_ROOT/$bi $i
+  done
+)
 
 %post X11
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
+if [ -x /%{_bindir}/gtk-update-icon-cache ]; then
   gtk-update-icon-cache --ignore-theme-index -q %{_datadir}/icons/hicolor
 fi
+update-desktop-database &> /dev/null ||:
 
 %postun X11
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
+if [ -x /%{_bindir}/gtk-update-icon-cache ]; then
   gtk-update-icon-cache --ignore-theme-index -q %{_datadir}/icons/hicolor
 fi
+update-desktop-database &> /dev/null ||:
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -834,7 +922,7 @@
 %files common
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/vimrc
-%doc README*
+%doc README* LICENSE
 %doc runtime/docs
 %doc Changelog.rpm
 %dir %{_datadir}/%{name}
@@ -845,7 +933,7 @@
 %{_datadir}/%{name}/%{vimdir}/colors
 %{_datadir}/%{name}/%{vimdir}/compiler
 %{_datadir}/%{name}/%{vimdir}/doc
-#exclude /usr/share/vim/%{vimdir}/doc/vi-help.txt
+#exclude /%{_bindir}/vim/%{vimdir}/doc/vi-help.txt
 %{_datadir}/%{name}/%{vimdir}/*.vim
 %{_datadir}/%{name}/%{vimdir}/ftplugin
 %{_datadir}/%{name}/%{vimdir}/indent
@@ -857,7 +945,6 @@
 %{_datadir}/%{name}/%{vimdir}/plugin
 %{_datadir}/%{name}/%{vimdir}/print
 %{_datadir}/%{name}/%{vimdir}/syntax
-%{_datadir}/%{name}/%{vimdir}/tools
 %{_datadir}/%{name}/%{vimdir}/tutor
 %if ! %{withvimspell}
 %{_datadir}/%{name}/%{vimdir}/spell
@@ -884,7 +971,7 @@
 %lang(zh_TW) %{_datadir}/%{name}/%{vimdir}/lang/zh_TW
 %lang(zh_CN.UTF-8) %{_datadir}/%{name}/%{vimdir}/lang/zh_CN.UTF-8
 %lang(zh_TW.UTF-8) %{_datadir}/%{name}/%{vimdir}/lang/zh_TW.UTF-8
-/usr/bin/xxd
+/%{_bindir}/xxd
 %{_mandir}/man1/vim.*
 %{_mandir}/man1/ex.*
 %{_mandir}/man1/vi.*
@@ -892,13 +979,14 @@
 %{_mandir}/man1/rvi.*
 %{_mandir}/man1/rview.*
 %{_mandir}/man1/xxd.*
-%lang(fr) %{_mandir}/fr*
-%lang(it) %{_mandir}/it*
-%lang(ru) %{_mandir}/ru*
-%lang(pl) %{_mandir}/pl*
+%lang(fr) %{_mandir}/fr*/*/*
+%lang(it) %{_mandir}/it*/*/*
+%lang(ru) %{_mandir}/ru*/*/*
+%lang(pl) %{_mandir}/pl*/*/*
 
 %if %{withvimspell}
 %files spell
+%defattr(-,root,root)
 %dir %{_datadir}/%{name}/%{vimdir}/spell
 %{_datadir}/%{name}/vim70/spell/cleanadd.vim
 %lang(af) %{_datadir}/%{name}/%{vimdir}/spell/af.*
@@ -965,11 +1053,11 @@
 
 %files enhanced
 %defattr(-,root,root)
-/usr/bin/vim
-/usr/bin/rvim
-/usr/bin/vimdiff
-/usr/bin/ex
-/usr/bin/vimtutor
+%{_bindir}/vim
+%{_bindir}/rvim
+%{_bindir}/vimdiff
+%{_bindir}/ex
+%{_bindir}/vimtutor
 %config(noreplace) %{_sysconfdir}/profile.d/vim.*
 %{_mandir}/man1/rvim.*
 %{_mandir}/man1/vimdiff.*
@@ -978,21 +1066,45 @@
 %files X11
 %defattr(-,root,root)
 %if "%{desktop_file}" == "1"
-/usr/share/applications/*
+/%{_datadir}/applications/*
 %else
-/etc/X11/applnk/*/gvim.desktop
+/%{_sysconfdir}/X11/applnk/*/gvim.desktop
 %endif
-/usr/bin/gvim
-/usr/bin/gvimdiff
-/usr/bin/gview
-/usr/bin/gex
-/usr/bin/vimx
-/usr/bin/evim
+%{_bindir}/gvim
+%{_bindir}/gvimdiff
+%{_bindir}/gview
+%{_bindir}/gex
+%{_bindir}/vimx
+%{_bindir}/evim
 %{_mandir}/man1/evim.*
 %{_mandir}/man1/gvim*
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu May 03 2007 Karsten Hopp <karsten at redhat.com> 7.0.235-1
+- rebuild for FC-6
+
+* Mon Apr 30 2007 Karsten Hopp <karsten at redhat.com> 7.0.235-1
+- update to patchlevel 235, fixes modeline issues 
+
+* Tue Apr 17 2007 Karsten Hopp <karsten at redhat.com> 7.0.224-3
+- fix typo in require line (vim-X11 - 2:7.0.224-2.fc7.i386 requires 4)
+
+* Mon Apr 16 2007 Karsten Hopp <karsten at redhat.com> 7.0.224-2
+- use more macros
+- drop BR perl
+- move license to main doc directory
+- set vendor to 'fedora' (desktop-file)
+- don't own man directories
+- preserve timestamps of non-generated files
+- run update-desktop-database
+
+* Thu Apr 05 2007 Karsten Hopp <karsten at redhat.com> 7.0.224-1
+- vim-X11 provides gvim
+
+* Fri Mar 30 2007 Karsten Hopp <karsten at redhat.com> 7.0.224-1
+- patchlevel 224
+
 * Wed Feb 21 2007 Karsten Hopp <karsten at redhat.com> 7.0.195-2
 - rpmlint fixes (#226526)
 




More information about the fedora-cvs-commits mailing list