rpms/vim/FC-5 vim.spec,1.100,1.101

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 21 13:34:51 UTC 2006


Author: karsten

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

Modified Files:
	vim.spec 
Log Message:
- update to vim-7.0
- remove lots of old patches
- add patchlevel 1-22
- misc. fixes from -devel



Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/FC-5/vim.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- vim.spec	9 Mar 2006 14:38:51 -0000	1.100
+++ vim.spec	21 Jun 2006 13:34:48 -0000	1.101
@@ -1,3 +1,5 @@
+# used for CVS snapshots:
+%define CVSDATE %{nil}
 %define WITH_SELINUX 1
 %define desktop_file 1
 %if %{desktop_file}
@@ -5,79 +7,96 @@
 %endif
 
 # Set this to 1 if you're building the enterprise version
-%define enterprise 1
+%define enterprise 0
+%define withruby 0
 
 %if %{enterprise}
 # don't include ruby interpreter
-%define withruby 0
-%else
-%define withruby 0
 %define withnetbeans 0
+%else
+%define withnetbeans 1
 %endif
 
-%define withcvim 1
+%define withcvim 0
 
 
-%define baseversion 6.4
-%define vimdir vim64
-%define patchlevel 007
+%define baseversion 7.0
+#used for pre-releases:
+%define beta %{nil}
+%define vimdir vim70%{?beta}
+%define patchlevel 022
 
 Summary: The VIM editor.
 Name: vim
-Version: %{baseversion}.%{patchlevel}
-Release: 4
+Version: %{baseversion}.%{beta}%{patchlevel}
+Release: 0.fc5
 License: freeware
 Group: Applications/Editors
-Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
-Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-lang.tar.gz
-Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-extra.tar.gz
+Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
+Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}%{?beta}-lang%{?CVSDATE}.tar.gz
+Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}%{?beta}-extra%{?CVSDATE}.tar.gz
 Source3: gvim.desktop
 Source4: vimrc
-Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
+#Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
 Source6: spec.vim
 Source7: gvim16.png
 Source8: gvim32.png
 Source9: gvim48.png
 Source10: gvim64.png
 Source11: Changelog.rpm
+#Source12: vi-help.txt
 # Source at http://www.vim.org/scripts/script.php?script_id=213 :
-Source12: cvim.zip
-Patch2000: vim-4.2-speed_t.patch
-Patch2001: vim-5.6a-paths.patch
-Patch2002: vim-6.0-fixkeys.patch
+#Source12: cvim.zip
+Patch2002: vim-7.0-fixkeys.patch
 Patch2003: vim-6.2-specsyntax.patch
-Patch2004: vim-6.0r-crv.patch
-Patch2005: vim-6.4-tmpfile.patch
+Patch2004: vim-7.0-crv.patch
 Patch2010: xxd-locale.patch
 # Patches 001 < 999 are patches from the base maintainer.
 # If you're as lazy as me, generate the list using
-# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.%03d\n" $i $i; done
-#Patch001: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.001
-Patch002: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.002
-Patch003: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.003
-Patch004: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.004
-Patch005: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.005
-Patch006: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.006
-Patch007: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.007
+# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.%03d\n" $i $i; done
+Patch001: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.001
+Patch002: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.002
+Patch003: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.003
+Patch004: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.004
+Patch005: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.005
+Patch006: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.006
+Patch007: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.007
+Patch008: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.008
+Patch009: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.009
+Patch010: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.010
+Patch011: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.011
+Patch012: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.012
+Patch013: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.013
+Patch014: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.014
+Patch015: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.015
+Patch016: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.016
+Patch017: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.017
+Patch018: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.018
+Patch019: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.019
+Patch020: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.020
+Patch021: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.021
+Patch022: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.022
 
-Patch3000: vim-6.1-syntax.patch
+
+Patch3000: vim-7.0-syntax.patch
 Patch3001: vim-6.2-rh1.patch
 Patch3002: vim-6.1-rh2.patch
 Patch3003: vim-6.1-rh3.patch
-Patch3004: vim-6.2-rclocation.patch
+Patch3004: vim-7.0-rclocation.patch
 Patch3005: vim-6.2-rh4.patch
-Patch3006: vim-6.2-rh5.patch
-Patch3007: vim-6.3-dnssyntax.patch
+#Patch3006: vim-6.2-rh5.patch
 Patch3008: vim-6.4-cvim.patch
 Patch3009: vim-6.4-checkhl.patch
-Patch3010: vim-6.4-fstabsyntax.patch
+Patch3010: vim-7.0-fstabsyntax.patch
 Patch3011: vim-6.4-lib64.patch
+Patch3012: vim-7.0-warning.patch
 
 Patch3100: vim-selinux.patch
+Patch3101: vim-selinux2.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Buildrequires: python-devel perl libtermcap-devel gettext
-Buildrequires: libacl-devel gpm-devel
+Buildrequires: libacl-devel gpm-devel autoconf
 %if "%{withruby}" == "1"
 Buildrequires: ruby ruby-devel
 %endif
@@ -88,7 +107,7 @@
 Requires: /usr/bin/desktop-file-install
 BuildPrereq: desktop-file-utils >= %{desktop_file_utils_version}
 %endif
-Epoch: 1
+Epoch: 2
 
 %description
 VIM (VIsual editor iMproved) is an updated and improved version of the
@@ -99,6 +118,10 @@
 %package common
 Summary: The common files needed by any version of the VIM editor.
 Group: Applications/Editors
+Obsoletes: vim7-common
+Conflicts: man-pages-fr < 0.9.7-14
+Conflicts: man-pages-it < 0.3.0-17
+Conflicts: man-pages-pl < 0.24-2
 
 %description common
 VIM (VIsual editor iMproved) is an updated and improved version of the
@@ -114,7 +137,8 @@
 %package minimal
 Summary: A minimal version of the VIM editor.
 Group: Applications/Editors
-Obsoletes:  vim
+Obsoletes: vim
+Obsoletes: vim7-minimal
 
 %description minimal
 VIM (VIsual editor iMproved) is an updated and improved version of the
@@ -130,10 +154,8 @@
 Summary: A version of the VIM editor which includes recent enhancements.
 Group: Applications/Editors
 Requires: vim-common = %{epoch}:%{version}-%{release}
-#Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
-#Requires: perl >= %(rpm -q --qf "%%{epoch}:%%{version}\n" perl)
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Obsoletes: vim-color
+Obsoletes: vim7-enhanced
 
 %description enhanced
 VIM (VIsual editor iMproved) is an updated and improved version of the
@@ -154,6 +176,7 @@
 Requires: vim-common = %{epoch}:%{version}-%{release} libattr
 BuildRequires: gtk2-devel libSM-devel libXt-devel
 Prereq: gtk2 >= 2.6
+Obsoletes: vim7-X11
 
 %description X11
 VIM (VIsual editor iMproved) is an updated and improved version of the
@@ -171,43 +194,58 @@
 %prep
 %setup -q -b 1 -n %{vimdir}
 cp -f %{SOURCE6} runtime/ftplugin/spec.vim
-%patch2000 -p1
 # fix rogue dependencies from sample code
 chmod -x runtime/tools/mve.awk
-%patch2001 -p1
 %patch2002 -p1
 %patch2003 -p1
 %patch2004 -p1
-%patch2005 -p1
 %patch2010 -p1
 perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 
 # Base patches...
 # for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
-#%patch001 -p0
+%patch001 -p0
 %patch002 -p0
 %patch003 -p0
 %patch004 -p0
-%patch005 -p0
-%patch006 -p0
+# Win32:
+#patch005 -p0
+# MAC:
+#patch006 -p0
 %patch007 -p0
-
+%patch008 -p0
+%patch009 -p0
+%patch010 -p0
+%patch011 -p0
+%patch012 -p0
+%patch013 -p0
+%patch014 -p0
+%patch015 -p0
+%patch016 -p0
+%patch017 -p0
+# VMS:
+#patch018 -p0
+%patch019 -p0
+%patch020 -p0
+%patch021 -p0
+%patch022 -p0
 
 %patch3000 -p1
 %patch3001 -p1
 %patch3002 -p1
 %patch3003 -p1
 %patch3004 -p1
-%patch3005 -p1
-%patch3006 -p1
-%patch3007 -p1
+#patch3005 -p1
+#patch3006 -p1
 
 %patch3009 -p1
 %patch3010 -p1
 %patch3011 -p1
+%patch3012 -p1
 
 %if %{WITH_SELINUX}
 %patch3100 -p1
+%patch3101 -p1
 %endif
 
 %if "%{withcvim}" == "1"
@@ -251,7 +289,7 @@
 %configure --prefix=/usr --with-features=huge --enable-pythoninterp \
  --enable-perlinterp --disable-tclinterp --with-x=no \
  --enable-gui=no --exec-prefix=/usr --enable-multibyte \
- --disable-netbeans --enable-cscope --with-modified-by="<bugzilla at redhat.com>" \
+ --enable-cscope --with-modified-by="<bugzilla at redhat.com>" \
  --with-compiledby="<bugzilla at redhat.com>" \
 %if "%{withnetbeans}" == "1"
   --enable-netbeans \
@@ -266,6 +304,8 @@
 cp vim enhanced-vim
 make clean
 
+#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=tiny --with-x=no \
   --enable-multibyte \
   --disable-netbeans \
@@ -278,7 +318,7 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/bin
 mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/vim}
-cp -f %{SOURCE5} .
+#cp -f %{SOURCE5} .
 
 %if "%{withcvim}" == "1"
 # cvim plugin stuff:
@@ -301,10 +341,10 @@
 
 cd src
 %makeinstall BINDIR=/bin DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/usr/bin
+mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/usr/bin/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
+install -m755 gvim $RPM_BUILD_ROOT/usr/bin/gvim
 install -m644 %{SOURCE7} \
    $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/gvim.png
 install -m644 %{SOURCE8} \
@@ -316,13 +356,13 @@
 install -m755 enhanced-vim $RPM_BUILD_ROOT/usr/bin/vim
 
 ( cd $RPM_BUILD_ROOT
-  mv ./bin/vimtutor ./usr/bin
+  mv ./bin/vimtutor ./usr/bin/vimtutor
   mv ./bin/vim ./bin/vi
   rm -f ./bin/rvim
-  ln -sf vi ./bin/view
   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
@@ -399,13 +439,14 @@
 EOF
 chmod 0755 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
 install -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/vimrc
+install -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/virc
 (cd $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/doc;
- gzip -9 *.txt; gzip -d help.txt.gz
- cat tags | sed -e 's/\t\(.*.txt\)\t/\t\1.gz\t/;s/\thelp.txt.gz\t/\thelp.txt\t/' > tags.new; mv -f tags.new tags)
-(cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;
- mv -f  macros/README.txt ../README.macros;
- mv -f  tools/README.txt ../README.tools;
-)
+ gzip -9 *.txt
+ gzip -d help.txt.gz
+ cat tags | sed -e 's/\t\(.*.txt\)\t/\t\1.gz\t/;s/\thelp.txt.gz\t/\thelp.txt\t/' > tags.new; mv -f tags.new tags
+# cp %{SOURCE12} . 
+ )
+(cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;) 
 
 %post X11
 touch --no-create %{_datadir}/icons/hicolor
@@ -428,21 +469,49 @@
 %doc README*
 %doc runtime/docs
 %doc $RPM_SOURCE_DIR/Changelog.rpm
-/usr/share/vim
-%lang(af) /usr/share/vim/%{vimdir}/lang/af/*
-%lang(cs) /usr/share/vim/%{vimdir}/lang/cs/*
-%lang(de) /usr/share/vim/%{vimdir}/lang/de/*
-%lang(es) /usr/share/vim/%{vimdir}/lang/es/*
-%lang(fr) /usr/share/vim/%{vimdir}/lang/fr/*
-%lang(it) /usr/share/vim/%{vimdir}/lang/it/*
-%lang(ja) /usr/share/vim/%{vimdir}/lang/ja/*
-%lang(ko) /usr/share/vim/%{vimdir}/lang/ko/*
-%lang(pl) /usr/share/vim/%{vimdir}/lang/pl/*
-%lang(sk) /usr/share/vim/%{vimdir}/lang/sk/*
-%lang(uk) /usr/share/vim/%{vimdir}/lang/uk/*
-%lang(zh_CN) /usr/share/vim/%{vimdir}/lang/zh_CN/*
-%lang(zh_CN.UTF-8) /usr/share/vim/%{vimdir}/lang/zh_CN.UTF-8/*
-%lang(zh_TW) /usr/share/vim/%{vimdir}/lang/zh_TW/*
+%dir /usr/share/vim
+%dir /usr/share/vim/%{vimdir}
+/usr/share/vim/%{vimdir}/autoload
+/usr/share/vim/%{vimdir}/colors
+/usr/share/vim/%{vimdir}/compiler
+/usr/share/vim/%{vimdir}/doc
+#exclude /usr/share/vim/%{vimdir}/doc/vi-help.txt
+/usr/share/vim/%{vimdir}/*.vim
+/usr/share/vim/%{vimdir}/ftplugin
+/usr/share/vim/%{vimdir}/indent
+/usr/share/vim/%{vimdir}/keymap
+/usr/share/vim/%{vimdir}/lang/*.vim
+/usr/share/vim/%{vimdir}/lang/*.txt
+%dir /usr/share/vim/%{vimdir}/lang
+/usr/share/vim/%{vimdir}/macros
+/usr/share/vim/%{vimdir}/plugin
+/usr/share/vim/%{vimdir}/print
+/usr/share/vim/%{vimdir}/spell
+/usr/share/vim/%{vimdir}/syntax
+/usr/share/vim/%{vimdir}/tools
+/usr/share/vim/%{vimdir}/tutor
+%lang(af) /usr/share/vim/%{vimdir}/lang/af
+%lang(ca) /usr/share/vim/%{vimdir}/lang/ca
+%lang(cs) /usr/share/vim/%{vimdir}/lang/cs
+%lang(de) /usr/share/vim/%{vimdir}/lang/de
+%lang(en_GB) /usr/share/vim/%{vimdir}/lang/en_GB
+%lang(es) /usr/share/vim/%{vimdir}/lang/es
+%lang(fr) /usr/share/vim/%{vimdir}/lang/fr
+%lang(ga) /usr/share/vim/%{vimdir}/lang/ga
+%lang(it) /usr/share/vim/%{vimdir}/lang/it
+%lang(ja) /usr/share/vim/%{vimdir}/lang/ja
+%lang(ko) /usr/share/vim/%{vimdir}/lang/ko
+%lang(no) /usr/share/vim/%{vimdir}/lang/no
+%lang(pl) /usr/share/vim/%{vimdir}/lang/pl
+%lang(ru) /usr/share/vim/%{vimdir}/lang/ru
+%lang(sk) /usr/share/vim/%{vimdir}/lang/sk
+%lang(sv) /usr/share/vim/%{vimdir}/lang/sv
+%lang(uk) /usr/share/vim/%{vimdir}/lang/uk
+%lang(vi) /usr/share/vim/%{vimdir}/lang/vi
+%lang(zh_CN) /usr/share/vim/%{vimdir}/lang/zh_CN
+%lang(zh_TW) /usr/share/vim/%{vimdir}/lang/zh_TW
+%lang(zh_CN.UTF-8) /usr/share/vim/%{vimdir}/lang/zh_CN.UTF-8
+%lang(zh_TW.UTF-8) /usr/share/vim/%{vimdir}/lang/zh_TW.UTF-8
 /usr/bin/xxd
 %{_mandir}/man1/vim.*
 %{_mandir}/man1/ex.*
@@ -451,15 +520,20 @@
 %{_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*
 
 %files minimal
 %defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/vimrc
+%config(noreplace) %{_sysconfdir}/virc
 /bin/ex
 /bin/vi
 /bin/view
 /bin/rvi
 /bin/rview
+#/usr/share/vim/%{vimdir}/doc/vi-help.txt
 
 %files enhanced
 %defattr(-,root,root)
@@ -491,229 +565,93 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Thu Mar 09 2006 Karsten Hopp <karsten at redhat.de> 6.4.007-4
-- fix configure check for python (#184478)
-
-* Thu Mar 09 2006 Karsten Hopp <karsten at redhat.de> 6.4.007-3
-- rebuild
-
-* Mon Feb 20 2006 Karsten Hopp <karsten at redhat.de> 6.4.007-2
-- gtk-update-icon-cache --ignore-theme-index 
-  (avoids %%post failures when hicolor-icon-theme isn't installed)
-
-* Wed Feb 15 2006 Karsten Hopp <karsten at redhat.de> 6.4.007-1
-- fix vim.csh script (#180429)
-- patchlevel 7
-
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:6.4.006-1.2
-- bump again for double-long bug on ppc(64)
-
-* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1:6.4.006-1.1
-- rebuilt for new gcc4.1 snapshot and glibc changes
-
-* Mon Jan 02 2006 Karsten Hopp <karsten at redhat.de> 6.4.006-1
-- patchlevel 6, fixes bz# 175048
-
-* Tue Dec 20 2005 Karsten Hopp <karsten at redhat.de> 6.4.004-2
-- disable templates when editing new .c / .h files (#175878)
-
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-- rebuilt
-
-* Thu Dec 08 2005 Karsten Hopp <karsten at redhat.de> 6.4.004-1
-- fix fstab syntax file (#174735)
-- patchlevel 4
-
-* Wed Nov 30 2005 Karsten Hopp <karsten at redhat.de> 6.4.003-1
-- patchlevel 3
-- remove withgui switch as we include vim-X11 in all our distributions now 
-  (#174271)
-
-* Fri Nov 25 2005 Karsten Hopp <karsten at redhat.de> 6.4.000-4
-- enable tmpfile patch 
-
-* Thu Oct 27 2005 Karsten Hopp <karsten at redhat.de> 6.4.000-3
-- test build
-
-* Tue Oct 25 2005 Karsten Hopp <karsten at redhat.de> 6.4.000-2
-- use %%{_sysconfdir} (#171556)
-- add syntax highlighting rule for %%check (Ralf Ertzinger, #165277)
-
-* Mon Oct 17 2005 Karsten Hopp <karsten at redhat.de> 6.4.000-1
-- vim-6.4 patchlevel 0
-
-* Tue Oct 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.090-2
-- don't try to run cscope if cscope binary doesn't exist (#170371)
-- another attempt to fix perl requirements (#145475)
-
-* Mon Oct 10 2005 Karsten Hopp <karsten at redhat.de> 6.3.090-1
-- patchlevel 90
-- next attempt to fix perl requirements, add perl-epoch (#145475)
-
-* Thu Sep 08 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-5
-- fix path to csupport templates
-- point user at README.csupport so that defaults can be set
-- make vim buildable without csupport with a variable
-
-* Thu Sep 01 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-3
-- move X11 stuff to /usr/bin per request of xorg.x11 maintainer
-  Matthias Saou (#167176)
-
-* Tue Aug 16 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-2
-- rebuild
-
-* Tue Aug 09 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-1
-- update to patchlevel 86
-
-* Mon Jun 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.080-1
-- update to patchlevel 80
-
-* Wed Apr 27 2005 Jeremy Katz <katzj at redhat.com> - 1:6.3.071-3
-- silence %%post
-
-* Mon Apr 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.071-2
-- fix wrong Russian code page for vimtutor (#155181)
-
-* Mon Apr 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.071-1
-- patchlevel 71, fixes crashes when converting text with illegal characters
-  and when moving the vertical separator to the far left (vertically splitted 
-  window)
-
-* Mon Apr 11 2005 Karsten Hopp <karsten at redhat.de> 6.3.068-2
-- quote special characters in here documents (vim.sh/vim.csh) (#154321)
+* Wed Jun 21 2006 Karsten Hopp <karsten at redhat.de> 7.0.022-2
+- add binfmt_misc rpc_pipefs to fstypes for better mtab highlighting
 
-* Thu Mar 31 2005 Karsten Hopp <karsten at redhat.de> 6.3-068
-- pathlevel 68 (can't write when editing symbolic link to compressed file)
-- remove -s parameter from install, this should fix debuginfo packages
+* Tue Jun 20 2006 Karsten Hopp <karsten at redhat.de> 7.0.022-1
+- patchlevel 22
 
-* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com>
-- rebuilt
-
-* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 6.3.067-2
-- Update the GTK+ theme icon cache on (un)install
-
-* Wed Mar 23 2005 Karsten Hopp <karsten at redhat.de> 6.3.067-1
-- Newly created files got execute permission (caused by patch 66)
-  #151667
-
-* Fri Mar 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.066-1
-- patchlevel 66
-
-* Mon Mar 14 2005 Karsten Hopp <karsten at redhat.de> 6.3.064-1
-- patchlevel 64
-- fix selinux warning (#150126)
-
-* Wed Mar 02 2005 Karsten Hopp <karsten at redhat.de> 6.3.062-1
-- patchlevel 62, build with gcc-4
-
-* Thu Feb 10 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-3
-- spec.vim fix from Andrew Overholt
-
-* Mon Feb 07 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-2 
-- fix tmpfile patch (#147192)
-
-* Mon Jan 31 2005 Karsten Hopp <karsten at redhat.de> 6.3.061-1 
-- patchlevel 61
-
-* Tue Jan 18 2005 Chip Turner <cturner at redhat.com> 1:058-2
-- rebuild for new perl
-
-* Tue Jan 18 2005 Karsten Hopp <karsten at redhat.de> 6.3.058-1
-- Patchlevel 58
-- rebuild with new perl
-- remove all rpm backup files
-
-* Wed Jan 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.054-2
-- remove backup files
-
-* Wed Jan 12 2005 Karsten Hopp <karsten at redhat.de> 6.3.054-1
-- patchlevel 54
-- fix unsecure tempfile usage (#144698)
-
-* Mon Dec 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.042-1 
-- patchlevel 42
-
-* Thu Dec 02 2004 Karsten Hopp <karsten at redhat.de> 6.3.035-2 
-- fix compressed docs handling (#141565)
-
-* Wed Dec 01 2004 Karsten Hopp <karsten at redhat.de> 6.3.035-1 
-- patchlevel 35
-- allow remapping of 'g' (#140747)
-
-* Fri Nov 19 2004 Karsten Hopp <karsten at redhat.de> 6.3.033-1 
-- patchlevel 33
-
-* Tue Nov 02 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-3 
-- fix selinux patch, so that HAVE_SELINUX will not be defined on 
-  non-selinux systems (#137860)
-
-* Tue Oct 19 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-3 
-- fix dependencies on vim-common (#132371)
-
-* Mon Oct 11 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-2 
-- add cscope to vimrc so that cscope DB will be used 
-  automatically when available
-
-* Fri Oct 08 2004 Karsten Hopp <karsten at redhat.de> 6.3.030-2
-- patchlevel 30
-
-* Wed Oct 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.029-2 
-- fix perl requirement
-- patchlevel 29 to fix crash when inserting a line break
-
-* Wed Sep 29 2004 Karsten Hopp <karsten at redhat.de> 6.3.028-2 
-- add patch from Ulrich Drepper to fix syntax highlighting of 
-  DNS config files (#133746)
-
-* Tue Sep 21 2004 Than Ngo <than at redhat.com> 6.3.028-1
-- add patchlevel 27,28
-
-* Tue Sep 14 2004 Karsten Hopp <karsten at redhat.de> 6.3.026-1
-- patchlevel 26 (fixes an endless loop in syntax highlighting)
-
-* Wed Sep 08 2004 Karsten Hopp <karsten at redhat.de> 6.3.025-2 
-- clean up spec file
-- disable fontset
-- enable cscope
-
-* Mon Sep 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.025-1 
-- patchlevel 25
-
-* Wed Sep 01 2004 Karsten Hopp <karsten at redhat.de> 6.3.020-1
+* Tue Jun 20 2006 Karsten Hopp <karsten at redhat.de> 7.0.020-1
 - patchlevel 20
 
-* Sun Aug 29 2004 Karsten Hopp <karsten at redhat.de> 6.3.017-1 
-- patchlevel 17
-
-* Fri Aug 06 2004 Karsten Hopp <karsten at redhat.de> 6.3.015-1
-- update to patchlevel 15
-- move older rpm changelog entries to Changelog.rpm
-
-* Mon Jul 26 2004 Warren Togami <wtogami at redhat.com> 6.3.014-2
-- future proof vim-enhanced perl dep
-
-* Thu Jul 22 2004 Karsten Hopp <karsten at redhat.de> 6.3.014-1
-- patchlevel 14, fixes 'helplang' default settings
-- fix escape sequence in /etc/vimrc (#128344)
-
-* Fri Jul 16 2004 Karsten Hopp <karsten at redhat.de> 6.3.013-2
-- use different encoding for tutor.pl (#125376)
-
-* Tue Jul 13 2004 Karsten Hopp <karsten at redhat.de> 6.3.013-1
-- patchlevel 13 to fix some crashes with multi-line patterns 
-  and when using CTRL-R in command mode
-
-* Thu Jul 8 2004 Dan Walsh <dwalsh at redhat.com> 6.3.011-4
-- Fix selinux patch to handle symlinks
-
-* Wed Jul 07 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-3
-- rebuild with new gcc
-
-* Mon Jul 05 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-2 
-- convert tutorial files to UTF8 (#125376)
-
-* Sat Jul 03 2004 Karsten Hopp <karsten at redhat.de> 6.3.011-1 
-- patchlevel 11
+* Tue Jun 20 2006 Karsten Hopp <karsten at redhat.de> 7.0.019-1
+- patchlevel 19
+- buildrequire autoconf
+
+* Tue May 30 2006 Karsten Hopp <karsten at redhat.de> 7.0.017-1
+- patchlevel 17, although it affects just the Motif version
+- own some directories (#192787)
+
+* Sat May 13 2006 Karsten Hopp <karsten at redhat.de> 7.0.016-1
+- patchlevel 016
+
+* Fri May 12 2006 Karsten Hopp <karsten at redhat.de> 7.0.012-1
+- patchlevel 012
+
+* Thu May 11 2006 Karsten Hopp <karsten at redhat.de> 7.0.010-1
+- patchlevel 010
+
+* Wed May 10 2006 Karsten Hopp <karsten at redhat.de> 7.0.005-2
+- patchlevel 005
+- move older changelogs (<7.0) into a file, no need to keep them 
+  in the rpm database
+
+* Tue May 09 2006 Karsten Hopp <karsten at redhat.de> 7.0.000-2
+- bump epoch, the buildsystem thinks 7.0.000-2 is older than 7.0.g001-1
+  although rpm is quite happy with it.
+
+* Mon May 08 2006 Karsten Hopp <karsten at redhat.de> 7.0.000-1
+- vim-7.0 
+- Spell checking support for about 50 languages
+- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
+- Tab pages, each containing multiple windows
+- Undo branches: never accidentally lose text again
+- Vim script supports Lists and Dictionaries (similar to Python)
+- Vim script profiling
+- Improved Unicode support
+- Highlighting of cursor line, cursor column and matching braces
+- Translated manual pages support.
+- Internal grep; works on all platforms, searches compressed files
+- Browsing remote directories, zip and tar archives
+- Printing multi-byte text
+- find details about the changes since vim-6.4 with :help version7
+
+- fix SE Linux context of temporary (.swp) files (#189968)
+- /bin/vi /vim-minimal is now using /etc/virc to avoid .rpmnew files
+  when updating
+
+* Tue May 02 2006 Karsten Hopp <karsten at redhat.de> 7.0.g001-1
+- vim-7.0g BETA
+
+* Fri Apr 28 2006 Karsten Hopp <karsten at redhat.de> 7.0.f001-1
+- vim-7.0f3 BETA
+
+* Thu Apr 20 2006 Karsten Hopp <karsten at redhat.de> 7.0.e001-1
+- vim-7.0e BETA
+
+* Tue Apr 11 2006 Karsten Hopp <karsten at redhat.de> 7.0.d001-1
+- vim-7.0d BETA
+
+* Fri Apr 07 2006 Karsten Hopp <karsten at redhat.de> 7.0c.000-3
+- fix vimrc filename
+
+* Thu Apr 06 2006 Karsten Hopp <karsten at redhat.de> 7.0c.000-2
+- new snapshot
+
+* Tue Apr 04 2006 Karsten Hopp <karsten at redhat.de> 7.0c.000-1
+- vim-7.0c BETA
+
+* Wed Mar 22 2006 Karsten Hopp <karsten at redhat.de> 7.0aa.000-3
+- Rawhide build as vim, opposed to vim7 (prerelease)
+- conflict with older man-pages-{it,fr} packages
+- cleanup lang stuff
+
+* Thu Mar 16 2006 Karsten Hopp <karsten at redhat.de> 7.0aa.000-2
+- make it coexist with vim-6 (temporarily)
+- new CVS snapshot
+
+* Tue Mar 14 2006 Karsten Hopp <karsten at redhat.de> 7.0aa.000-1
+- vim7 pre Release
+- older changelogs available in Changelog.rpm
 
-* Thu Jun 17 2004 Karsten Hopp <karsten at redhat.de> 6.3.006-1 
-- update to new major release
+# vim:nrformats-=octal




More information about the fedora-cvs-commits mailing list