cvsdist 1401a3
%define WITH_SELINUX 1
cvsdist 2c14b3
%define desktop_file 1
cvsdist 2c14b3
%if %{desktop_file}
cvsdist 2c14b3
%define desktop_file_utils_version 0.2.93
cvsdist 2c14b3
%endif
cvsdist e6a956
cvsdist e6a956
# Set this to 1 if you're building the enterprise version
cvsdist e6a956
%define enterprise 0
cvsdist e6a956
cvsdist e6a956
%if %{enterprise}
cvsdist e6a956
# don't build gvim
cvsdist e6a956
%define withgui 0
cvsdist e6a956
# don't build the gtk2 gui
cvsdist e6a956
%define withgtk2 0
cvsdist e6a956
# don't include ruby interpreter
cvsdist e6a956
%define withruby 0
cvsdist e6a956
%else
cvsdist 2c14b3
%define withgui 1
cvsdist e6a956
%define withgtk2 1
cvsdist e6a956
%define withruby 0
cvsdist e6a956
%endif
cvsdist e6a956
cvsdist e6a956
cvsdist 1b4d76
%define baseversion 6.3
cvsdist 1b4d76
%define vimdir vim63
cvsdist 145ee0
%define patchlevel 011
cvsdist 2c14b3
cvsdist f1dd31
Summary: The VIM editor.
cvsdist f1dd31
Name: vim
cvsdist e6a956
Version: %{baseversion}.%{patchlevel}
cvsdist b5c479
Release: 2
cvsdist 1b13d4
License: freeware
cvsdist f1dd31
Group: Applications/Editors
cvsdist e6a956
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
cvsdist e6a956
Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-lang.tar.gz
cvsdist e6a956
Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-extra.tar.gz
cvsdist e6a956
Source3: gvim.desktop
cvsdist e6a956
Source4: vimrc
cvsdist e6a956
Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
cvsdist 1401a3
Source6: spec.vim
cvsdist 0c2235
Source7: gvim16.png
cvsdist 0c2235
Source8: gvim32.png
cvsdist 0c2235
Source9: gvim48.png
cvsdist 0c2235
Source10: gvim64.png
cvsdist e6a956
Patch2000: vim-4.2-speed_t.patch
cvsdist 1b4d76
Patch2001: vim-5.6a-paths.patch
cvsdist 1b4d76
Patch2002: vim-6.0-fixkeys.patch
cvsdist 1b4d76
Patch2003: vim-6.2-specsyntax.patch
cvsdist 1b4d76
Patch2004: vim-6.0r-crv.patch
cvsdist e6a956
Patch2010: xxd-locale.patch
cvsdist e6a956
# Patches 001 < 999 are patches from the base maintainer.
cvsdist 2c14b3
# If you're as lazy as me, generate the list using
cvsdist 5c68f5
# for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/6.2.%03d\n" $i $i; done
cvsdist 1b4d76
Patch001: ftp://ftp.vim.org/pub/vim/patches/6.3.001
cvsdist 1b4d76
Patch002: ftp://ftp.vim.org/pub/vim/patches/6.3.002
cvsdist 1b4d76
Patch003: ftp://ftp.vim.org/pub/vim/patches/6.3.003
cvsdist 1b4d76
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.3.004
cvsdist 1b4d76
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.3.005
cvsdist 1b4d76
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.3.006
cvsdist 145ee0
Patch007: ftp://ftp.vim.org/pub/vim/patches/6.3.007
cvsdist 145ee0
Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3.008
cvsdist 145ee0
Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3.009
cvsdist 145ee0
Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3.010
cvsdist 145ee0
Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3.011
cvsdist 1b4d76
cvsdist 1b4d76
Patch3000: vim-6.1-syntax.patch
cvsdist 1b4d76
Patch3001: vim-6.2-rh1.patch
cvsdist 1b4d76
Patch3002: vim-6.1-rh2.patch
cvsdist 1b4d76
Patch3003: vim-6.1-rh3.patch
cvsdist 1b4d76
Patch3004: vim-6.2-rclocation.patch
cvsdist 1b4d76
Patch3005: vim-6.2-rh4.patch
cvsdist 1b4d76
Patch3006: vim-6.2-rh5.patch
cvsdist 1b4d76
cvsdist 1b4d76
Patch3100: vim-selinux.patch
cvsdist 1401a3
cvsdist 7a2237
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist e6a956
Buildrequires: python-devel perl libtermcap-devel gettext
cvsdist 0c2235
Buildrequires: libacl-devel gpm-devel
cvsdist e6a956
%if "%{withruby}" == "1"
cvsdist e6a956
Buildrequires: ruby ruby-devel
cvsdist e6a956
%endif
cvsdist 0c2235
%if %{WITH_SELINUX}
cvsdist 0c2235
Buildrequires: libselinux-devel
cvsdist 0c2235
%endif
cvsdist 2c14b3
%if %{desktop_file}
cvsdist 2c14b3
Requires: /usr/bin/desktop-file-install
cvsdist 2c14b3
BuildPrereq: desktop-file-utils >= %{desktop_file_utils_version}
cvsdist 2c14b3
%endif
cvsdist 1b13d4
Epoch: 1
cvsdist f1dd31
cvsdist f1dd31
%description
cvsdist f1dd31
VIM (VIsual editor iMproved) is an updated and improved version of the
cvsdist f1dd31
vi editor.  Vi was the first real screen-based editor for UNIX, and is
cvsdist f1dd31
still very popular.  VIM improves on vi by adding new features:
cvsdist f1dd31
multiple windows, multi-level undo, block highlighting and more.
cvsdist f1dd31
cvsdist f1dd31
%package common
cvsdist f1dd31
Summary: The common files needed by any version of the VIM editor.
cvsdist f1dd31
Group: Applications/Editors
cvsdist f1dd31
cvsdist f1dd31
%description common
cvsdist f1dd31
VIM (VIsual editor iMproved) is an updated and improved version of the
cvsdist f1dd31
vi editor.  Vi was the first real screen-based editor for UNIX, and is
cvsdist f1dd31
still very popular.  VIM improves on vi by adding new features:
cvsdist f1dd31
multiple windows, multi-level undo, block highlighting and more.  The
cvsdist f1dd31
vim-common package contains files which every VIM binary will need in
cvsdist f1dd31
order to run.
cvsdist f1dd31
cvsdist 1401a3
If you are installing vim-enhanced or vim-X11, you'll also need
cvsdist 1401a3
to install the vim-common package.
cvsdist f1dd31
cvsdist f1dd31
%package minimal
cvsdist f1dd31
Summary: A minimal version of the VIM editor.
cvsdist f1dd31
Group: Applications/Editors
cvsdist f1dd31
Obsoletes:  vim
cvsdist f1dd31
cvsdist f1dd31
%description minimal
cvsdist f1dd31
VIM (VIsual editor iMproved) is an updated and improved version of the
cvsdist f1dd31
vi editor.  Vi was the first real screen-based editor for UNIX, and is
cvsdist f1dd31
still very popular.  VIM improves on vi by adding new features:
cvsdist f1dd31
multiple windows, multi-level undo, block highlighting and more. The
cvsdist f1dd31
vim-minimal package includes a minimal version of VIM, which is
cvsdist f1dd31
installed into /bin/vi for use when only the root partition is
cvsdist 1401a3
present. NOTE: The online help is only available when the vim-common
cvsdist 1401a3
package is installed.
cvsdist f1dd31
cvsdist f1dd31
%package enhanced
cvsdist f1dd31
Summary: A version of the VIM editor which includes recent enhancements.
cvsdist f1dd31
Group: Applications/Editors
cvsdist 1401a3
Requires: vim-common 
cvsdist 1401a3
Requires:  %(perl -le 'use Config;print $Config{archlibexp}')
cvsdist f1dd31
Obsoletes: vim-color
cvsdist f1dd31
cvsdist f1dd31
%description enhanced
cvsdist f1dd31
VIM (VIsual editor iMproved) is an updated and improved version of the
cvsdist f1dd31
vi editor.  Vi was the first real screen-based editor for UNIX, and is
cvsdist f1dd31
still very popular.  VIM improves on vi by adding new features:
cvsdist f1dd31
multiple windows, multi-level undo, block highlighting and more.  The
cvsdist f1dd31
vim-enhanced package contains a version of VIM with extra, recently
cvsdist f1dd31
introduced features like Python and Perl interpreters.
cvsdist f1dd31
cvsdist f1dd31
Install the vim-enhanced package if you'd like to use a version of the
cvsdist f1dd31
VIM editor which includes recently added enhancements like
cvsdist f1dd31
interpreters for the Python and Perl scripting languages.  You'll also
cvsdist f1dd31
need to install the vim-common package.
cvsdist f1dd31
cvsdist 2c14b3
%if "%{withgui}" == "1"
cvsdist f1dd31
%package X11
cvsdist f1dd31
Summary: The VIM version of the vi editor for the X Window System.
cvsdist f1dd31
Group: Applications/Editors
cvsdist 1401a3
Requires: vim-common libattr
cvsdist e6a956
%if "%{withgtk2}" == "1"
cvsdist e6a956
BuildRequires: gtk2-devel
cvsdist e6a956
%else
cvsdist 2c14b3
BuildRequires: gtk+-devel
cvsdist e6a956
%endif
cvsdist f1dd31
cvsdist f1dd31
%description X11
cvsdist f1dd31
VIM (VIsual editor iMproved) is an updated and improved version of the
cvsdist f1dd31
vi editor.  Vi was the first real screen-based editor for UNIX, and is
cvsdist f1dd31
still very popular.  VIM improves on vi by adding new features:
cvsdist f1dd31
multiple windows, multi-level undo, block highlighting and
cvsdist f1dd31
more. VIM-X11 is a version of the VIM editor which will run within the
cvsdist f1dd31
X Window System.  If you install this package, you can run VIM as an X
cvsdist f1dd31
application with a full GUI interface and mouse support.
cvsdist f1dd31
cvsdist f1dd31
Install the vim-X11 package if you'd like to try out a version of vi
cvsdist f1dd31
with graphics and mouse capabilities.  You'll also need to install the
cvsdist f1dd31
vim-common package.
cvsdist 2c14b3
%endif
cvsdist f1dd31
cvsdist f1dd31
%prep
cvsdist e6a956
%setup -q -b 1 -n %{vimdir}
cvsdist 1401a3
cp -f %{SOURCE6} runtime/ftplugin/spec.vim
cvsdist e6a956
%patch2000 -p1 -b .4.2
cvsdist f1dd31
# fix rogue dependencies from sample code
cvsdist f1dd31
chmod -x runtime/tools/mve.awk
cvsdist 1b4d76
%patch2001 -p1 -b .paths
cvsdist f1dd31
find . -name \*.paths | xargs rm -f
cvsdist 1b4d76
%patch2002 -p1 -b .fixkeys
cvsdist 1b4d76
%patch2003 -p1 -b .highlite
cvsdist 1b4d76
%patch2004 -p1 -b .crv
cvsdist e6a956
%patch2010 -p1 -b .xxdloc
cvsdist f1dd31
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
cvsdist f1dd31
cvsdist 2c14b3
# Base patches...
cvsdist 0c2235
# for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
cvsdist e6a956
%patch001 -p0
cvsdist e6a956
%patch002 -p0
cvsdist e6a956
%patch003 -p0
cvsdist e6a956
%patch004 -p0
cvsdist e6a956
%patch005 -p0
cvsdist e6a956
%patch006 -p0
cvsdist 145ee0
%patch007 -p0
cvsdist 145ee0
%patch008 -p0
cvsdist 145ee0
%patch009 -p0
cvsdist 145ee0
%patch010 -p0
cvsdist 145ee0
%patch011 -p0
cvsdist e6a956
cvsdist 1b4d76
%patch3000 -p1 -b .syntx
cvsdist 1b4d76
%patch3001 -p1 -b .rh1
cvsdist 1b4d76
%patch3002 -p1 -b .rh2
cvsdist 1b4d76
%patch3003 -p1 -b .rh3
cvsdist 1b4d76
%patch3004 -p1 -b .rcloc
cvsdist 1b4d76
%patch3005 -p1 -b .rh4
cvsdist 1b4d76
%patch3006 -p1 -b .rh5
cvsdist 1401a3
cvsdist 1401a3
%if %{WITH_SELINUX}
cvsdist 1b4d76
%patch3100 -p1 -b .selinux
cvsdist 1401a3
%endif
cvsdist 840bb7
cvsdist f1dd31
%build
cvsdist f1dd31
cd src
cvsdist 1401a3
autoconf
cvsdist e6a956
perl -pi -e "s,\\\$VIMRUNTIME,/usr/share/vim/%{vimdir},g" os_unix.h
cvsdist e6a956
perl -pi -e "s,\\\$VIM,/usr/share/vim/%{vimdir}/macros,g" os_unix.h
cvsdist 7a2237
cvsdist 7a2237
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
cvsdist 7a2237
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64"
cvsdist e6a956
%if "%{withruby}" == "1"
cvsdist e6a956
export  RUBY_CFLAGS=-I$(ruby -r rbconfig -e 'p Config::CONFIG["archdir"]')
cvsdist e6a956
%endif
cvsdist 7a2237
cvsdist e6a956
%if "%{withgui}" == "1"
cvsdist e6a956
%configure --with-features=huge --enable-pythoninterp --enable-perlinterp \
cvsdist e6a956
  --disable-tclinterp --with-x=yes --exec-prefix=/usr/X11R6 \
cvsdist e6a956
  --enable-xim --enable-multibyte --enable-fontset \
cvsdist 0f915f
  --disable-netbeans \
cvsdist e6a956
  --with-compiledby="<bugzilla@redhat.com>" \
cvsdist e6a956
%if "%{withruby}" == "1"
cvsdist e6a956
  --enable-rubyinterp \
cvsdist e6a956
%endif
cvsdist e6a956
%if "%{withgtk2}" == "1"
cvsdist e6a956
  --enable-gtk2-check --enable-gui=gtk2
cvsdist e6a956
%else
cvsdist e6a956
   --enable-gui=gtk
cvsdist e6a956
%endif
cvsdist 2c14b3
make
cvsdist f1dd31
cp vim gvim
cvsdist f1dd31
make clean
cvsdist 2c14b3
%endif
cvsdist f1dd31
cvsdist 7a2237
%configure --prefix=/usr --with-features=huge --enable-pythoninterp \
cvsdist e6a956
 --enable-perlinterp --disable-tclinterp --with-x=no \
cvsdist e6a956
 --enable-gui=no --exec-prefix=/usr --enable-multibyte --enable-fontset \
cvsdist 0f915f
 --disable-netbeans \
cvsdist e6a956
 --with-compiledby="<bugzilla@redhat.com>" \
cvsdist e6a956
%if "%{withruby}" == "1"
cvsdist e6a956
  --enable-rubyinterp
cvsdist e6a956
%endif
cvsdist e6a956
cvsdist f1dd31
make
cvsdist f1dd31
cp vim enhanced-vim
cvsdist f1dd31
make clean
cvsdist f1dd31
cvsdist 7a2237
%configure --prefix='${DEST}'/usr --with-features=tiny --with-x=no \
cvsdist 813db2
  --enable-multibyte \
cvsdist 0f915f
  --disable-netbeans \
cvsdist f1dd31
  --disable-pythoninterp --disable-perlinterp --disable-tclinterp \
cvsdist 2c14b3
  --with-tlib=termcap --enable-gui=no --disable-gpm --exec-prefix=/ --with-compiledby="<bugzilla@redhat.com>"
cvsdist e6a956
cvsdist 7a2237
make
cvsdist f1dd31
cvsdist f1dd31
%install
cvsdist f1dd31
rm -rf $RPM_BUILD_ROOT
cvsdist f1dd31
mkdir -p $RPM_BUILD_ROOT/bin
cvsdist 7a2237
mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/vim,X11R6/bin}
cvsdist e6a956
cp -f %{SOURCE5} .
cvsdist f1dd31
cvsdist f1dd31
cd src
cvsdist 7a2237
%makeinstall BINDIR=/bin DESTDIR=$RPM_BUILD_ROOT
cvsdist 7a2237
mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/usr/bin
cvsdist f1dd31
make installmacros DESTDIR=$RPM_BUILD_ROOT
cvsdist 2c14b3
%if "%{withgui}" == "1"
cvsdist 0c2235
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
cvsdist 7a2237
install -s -m755 gvim $RPM_BUILD_ROOT/usr/X11R6/bin
cvsdist 0c2235
install -s -m644 %{SOURCE7} \
cvsdist 0c2235
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/gvim.png
cvsdist 0c2235
install -s -m644 %{SOURCE8} \
cvsdist 0c2235
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/gvim.png
cvsdist 0c2235
install -s -m644 %{SOURCE9} \
cvsdist 0c2235
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gvim.png
cvsdist 0c2235
install -s -m644 %{SOURCE10} \
cvsdist 0c2235
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/gvim.png
cvsdist 2c14b3
%endif
cvsdist 7a2237
install -s -m755 enhanced-vim $RPM_BUILD_ROOT/usr/bin/vim
cvsdist f1dd31
cvsdist f1dd31
( cd $RPM_BUILD_ROOT
cvsdist fcc919
  mv ./bin/vimtutor ./usr/bin
cvsdist f1dd31
  mv ./bin/vim ./bin/vi
cvsdist f1dd31
  rm -f ./bin/rvim
cvsdist f1dd31
  ln -sf vi ./bin/view
cvsdist f1dd31
  ln -sf vi ./bin/ex
cvsdist f1dd31
  ln -sf vi ./bin/rvi
cvsdist f1dd31
  ln -sf vi ./bin/rview
cvsdist f1dd31
  ln -sf vim ./usr/bin/ex
cvsdist 7a2237
  ln -sf vim ./usr/bin/rvim
cvsdist 7a2237
  ln -sf vim ./usr/bin/vimdiff
cvsdist f1dd31
  perl -pi -e "s,$RPM_BUILD_ROOT,," .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vimtutor.1
cvsdist f1dd31
  rm -f .%{_mandir}/man1/rvim.1
cvsdist f1dd31
  ln -sf vim.1.gz .%{_mandir}/man1/vi.1.gz
cvsdist f1dd31
  ln -sf vim.1.gz .%{_mandir}/man1/rvi.1.gz
cvsdist 7a2237
  ln -sf vim.1.gz .%{_mandir}/man1/rvim.1.gz
cvsdist 7a2237
  ln -sf vim.1.gz .%{_mandir}/man1/vimdiff.1.gz
cvsdist 2c14b3
%if "%{withgui}" == "1"
cvsdist e6a956
  ln -sf gvim ./usr/X11R6/bin/gview
cvsdist e6a956
  ln -sf gvim ./usr/X11R6/bin/gex
cvsdist e6a956
  ln -sf gvim ./usr/X11R6/bin/evim
cvsdist e6a956
  ln -sf gvim ./usr/X11R6/bin/gvimdiff
cvsdist e6a956
  ln -sf vim.1.gz .%{_mandir}/man1/gvim.1.gz
cvsdist e6a956
  ln -sf vim.1.gz .%{_mandir}/man1/gvimdiff.1.gz
cvsdist f1dd31
  ln -sf gvim ./usr/X11R6/bin/vimx
cvsdist e6a956
  %if "%{desktop_file}" == "1"
cvsdist 2c14b3
    mkdir -p $RPM_BUILD_ROOT/usr/share/applications
cvsdist 2c14b3
    desktop-file-install --vendor net \
cvsdist 2c14b3
        --dir $RPM_BUILD_ROOT/usr/share/applications \
cvsdist 2c14b3
        --add-category "Application;Development;X-Red-Hat-Base" \
cvsdist e6a956
        %{SOURCE3}
cvsdist 2c14b3
  %else
cvsdist 2c14b3
    mkdir -p ./etc/X11/applnk/Applications
cvsdist e6a956
    cp %{SOURCE3} ./etc/X11/applnk/Applications/gvim.desktop
cvsdist 2c14b3
  %endif
cvsdist e6a956
%else
cvsdist e6a956
  rm -f $RPM_BUILD_ROOT/%{_mandir}/man?/evim*
cvsdist 2c14b3
%endif
cvsdist 7a2237
  # ja_JP.ujis is obsolete, ja_JP.eucJP is recommended.
cvsdist e6a956
  ( cd ./usr/share/vim/%{vimdir}/lang; \
cvsdist 7a2237
    ln -sf menu_ja_jp.ujis.vim menu_ja_jp.eucjp.vim )
cvsdist f1dd31
)
cvsdist f1dd31
cvsdist b5c479
pushd $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tutor
cvsdist b5c479
mkdir conv
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.ca > conv/tutor.ca
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.it > conv/tutor.it
cvsdist b5c479
   iconv -f CP1253 -t UTF8 tutor.gr > conv/tutor.gr
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.fr > conv/tutor.fr
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.es > conv/tutor.es
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.de > conv/tutor.de
cvsdist b5c479
   #iconv -f CP737 -t UTF8 tutor.gr.cp737 > conv/tutor.gr.cp737
cvsdist b5c479
   #iconv -f EUC-JP -t UTF8 tutor.ja.euc > conv/tutor.ja.euc
cvsdist b5c479
   #iconv -f SJIS -t UTF8 tutor.ja.sjis > conv/tutor.ja.sjis
cvsdist b5c479
   iconv -f UTF8 -t UTF8 tutor.ja.utf-8 > conv/tutor.ja.utf-8
cvsdist b5c479
   iconv -f UTF8 -t UTF8 tutor.ko.utf-8 > conv/tutor.ko.utf-8
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.no > conv/tutor.no
cvsdist b5c479
   iconv -f CP1250 -t UTF8 tutor.pl > conv/tutor.pl
cvsdist b5c479
   iconv -f CP1250 -t UTF8 tutor.sk > conv/tutor.sk
cvsdist b5c479
   iconv -f CP1251 -t UTF8 tutor.ru > conv/tutor.ru
cvsdist b5c479
   iconv -f CP1252 -t UTF8 tutor.sv > conv/tutor.sv
cvsdist b5c479
   mv -f tutor.gr.cp737 tutor.ja.euc tutor.ja.sjis tutor.ko.euc tutor.pl.cp1250 tutor.zh.big5 tutor.ru.cp1251 tutor.zh.euc conv/
cvsdist b5c479
   rm -f tutor.ca tutor.de tutor.es tutor.fr tutor.gr tutor.it tutor.ja.utf-8 tutor.ko.utf-8 tutor.no tutor.pl tutor.sk tutor.ru tutor.sv
cvsdist b5c479
mv -f conv/* .
cvsdist b5c479
rmdir conv
cvsdist b5c479
popd
cvsdist b5c479
cvsdist f1dd31
# Dependency cleanups
cvsdist e6a956
chmod 644 $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/doc/vim2html.pl \
cvsdist e6a956
 $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tools/*.pl \
cvsdist e6a956
 $RPM_BUILD_ROOT/usr/share/vim/%{vimdir}/tools/vim132
cvsdist f1dd31
chmod 644 ../runtime/doc/vim2html.pl
cvsdist f1dd31
cvsdist 1b13d4
mkdir -p $RPM_BUILD_ROOT/etc/profile.d
cvsdist 1b13d4
cat >$RPM_BUILD_ROOT/etc/profile.d/vim.sh <
cvsdist 2cc57f
if [ -n "\$BASH_VERSION" -o -n "\$KSH_VERSION" -o -n "\$ZSH_VERSION" ]; then
cvsdist 2cc57f
  # for bash, pdksh and zsh, only if no alias is already set
cvsdist 2c14b3
  alias vi >/dev/null 2>&1 || alias vi=vim
cvsdist 7a2237
fi
cvsdist 1b13d4
EOF
cvsdist 1b13d4
cat >$RPM_BUILD_ROOT/etc/profile.d/vim.csh <
cvsdist 7a2237
alias vi vim
cvsdist 1b13d4
EOF
cvsdist 7a2237
chmod 0755 $RPM_BUILD_ROOT/etc/profile.d/*
cvsdist e6a956
install -s -m644 %{SOURCE4} $RPM_BUILD_ROOT/etc/vimrc
cvsdist e6a956
(cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;
cvsdist e6a956
 mv -f  macros/README.txt ../README.macros;
cvsdist e6a956
 mv -f  tools/README.txt ../README.tools;
cvsdist e6a956
)
cvsdist 1b13d4
cvsdist f1dd31
%clean
cvsdist f1dd31
rm -rf $RPM_BUILD_ROOT
cvsdist f1dd31
cvsdist f1dd31
%files common
cvsdist f1dd31
%defattr(-,root,root)
cvsdist e6a956
%config(noreplace) /etc/vimrc
cvsdist e6a956
%doc README*
cvsdist 2c14b3
%doc runtime/docs
cvsdist 7a2237
/usr/share/vim
cvsdist e6a956
%lang(af) /usr/share/vim/%{vimdir}/lang/af/*
cvsdist e6a956
%lang(cs) /usr/share/vim/%{vimdir}/lang/cs/*
cvsdist e6a956
%lang(de) /usr/share/vim/%{vimdir}/lang/de/*
cvsdist e6a956
%lang(es) /usr/share/vim/%{vimdir}/lang/es/*
cvsdist e6a956
%lang(fr) /usr/share/vim/%{vimdir}/lang/fr/*
cvsdist e6a956
%lang(it) /usr/share/vim/%{vimdir}/lang/it/*
cvsdist e6a956
%lang(ja) /usr/share/vim/%{vimdir}/lang/ja/*
cvsdist e6a956
%lang(ko) /usr/share/vim/%{vimdir}/lang/ko/*
cvsdist e6a956
%lang(pl) /usr/share/vim/%{vimdir}/lang/pl/*
cvsdist e6a956
%lang(sk) /usr/share/vim/%{vimdir}/lang/sk/*
cvsdist e6a956
%lang(uk) /usr/share/vim/%{vimdir}/lang/uk/*
cvsdist e6a956
%lang(zh_CN) /usr/share/vim/%{vimdir}/lang/zh_CN/*
cvsdist e6a956
%lang(zh_CN.UTF-8) /usr/share/vim/%{vimdir}/lang/zh_CN.UTF-8/*
cvsdist e6a956
%lang(zh_TW) /usr/share/vim/%{vimdir}/lang/zh_TW/*
cvsdist 840bb7
/usr/bin/xxd
cvsdist f1dd31
%{_mandir}/man1/vim.*
cvsdist f1dd31
%{_mandir}/man1/ex.*
cvsdist f1dd31
%{_mandir}/man1/vi.*
cvsdist f1dd31
%{_mandir}/man1/view.*
cvsdist f1dd31
%{_mandir}/man1/rvi.*
cvsdist f1dd31
%{_mandir}/man1/rview.*
cvsdist f1dd31
%{_mandir}/man1/xxd.*
cvsdist f1dd31
cvsdist f1dd31
%files minimal
cvsdist f1dd31
%defattr(-,root,root)
cvsdist 0c2235
%config(noreplace) /etc/vimrc
cvsdist f1dd31
/bin/ex
cvsdist f1dd31
/bin/vi
cvsdist f1dd31
/bin/view
cvsdist f1dd31
/bin/rvi
cvsdist f1dd31
/bin/rview
cvsdist f1dd31
cvsdist f1dd31
%files enhanced
cvsdist f1dd31
%defattr(-,root,root)
cvsdist 7a2237
/usr/bin/vim
cvsdist 7a2237
/usr/bin/rvim
cvsdist 7a2237
/usr/bin/vimdiff
cvsdist 7a2237
/usr/bin/ex
cvsdist fcc919
/usr/bin/vimtutor
cvsdist 7a2237
%config /etc/profile.d/vim.*
cvsdist 7a2237
%{_mandir}/man1/rvim.*
cvsdist 7a2237
%{_mandir}/man1/vimdiff.*
cvsdist fcc919
%{_mandir}/man1/vimtutor.*
cvsdist f1dd31
cvsdist 2c14b3
%if "%{withgui}" == "1"
cvsdist f1dd31
%files X11
cvsdist f1dd31
%defattr(-,root,root)
cvsdist e6a956
%if "%{desktop_file}" == "1"
cvsdist 2c14b3
/usr/share/applications/*
cvsdist 2c14b3
%else
cvsdist 2c14b3
/etc/X11/applnk/*/gvim.desktop
cvsdist 2c14b3
%endif
cvsdist f1dd31
/usr/X11R6/bin/gvim
cvsdist e6a956
/usr/X11R6/bin/gvimdiff
cvsdist 7a2237
/usr/X11R6/bin/gview
cvsdist 7a2237
/usr/X11R6/bin/gex
cvsdist f1dd31
/usr/X11R6/bin/vimx
cvsdist e6a956
/usr/X11R6/bin/evim
cvsdist 7a2237
%{_mandir}/man1/evim.*
cvsdist e6a956
%{_mandir}/man1/gvim*
cvsdist 0c2235
%{_datadir}/icons/hicolor/*/apps/*
cvsdist 7a2237
%endif
cvsdist f1dd31
cvsdist f1dd31
%changelog
cvsdist b5c479
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-2 
cvsdist b5c479
- convert tutorial files to UTF8 (#125376)
cvsdist b5c479
cvsdist 145ee0
* Sat Jul 03 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-1 
cvsdist 145ee0
- patchlevel 11
cvsdist 145ee0
cvsdist 1b4d76
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 6.3.006-1 
cvsdist 1b4d76
- update to new major release
cvsdist 1b4d76
cvsdist 44c192
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 44c192
- rebuilt
cvsdist 44c192
cvsdist 62eaf6
* Fri Jun 04 2004 Karsten Hopp <karsten@redhat.de> 6.2.532-4 
cvsdist 62eaf6
- enable build on ppc*
cvsdist 62eaf6
cvsdist 0c2235
* Wed Jun 02 2004 Karsten Hopp <karsten@redhat.de> 6.2.532-3
cvsdist 0c2235
- rebuild
cvsdist 0c2235
cvsdist 0c2235
* Wed Jun 02 2004 Karsten Hopp <karsten@redhat.de> 6.2.532-2
cvsdist 0c2235
- rebuild
cvsdist 0c2235
cvsdist 0c2235
* Thu Jun 01 2004 Karsten Hopp <karsten@redhat.de> 6.2.532-1 
cvsdist 0c2235
- patchlevel 532
cvsdist 0c2235
- include vimrc in vim-minimal (#123205)
cvsdist 0c2235
- add gvim icons (#110033)
cvsdist 0c2235
cvsdist 5c68f5
* Wed Apr 07 2004 Karsten Hopp <karsten@redhat.de> 6.2.457-1 
cvsdist 5c68f5
- patchlevel 457
cvsdist 5c68f5
cvsdist 5c68f5
* Fri Mar 26 2004 Karsten Hopp <karsten@redhat.de> 6.2.403-1
cvsdist 5c68f5
- patchlevel 403
cvsdist 5c68f5
cvsdist 5c68f5
* Thu Mar 18 2004 Karsten Hopp <karsten@redhat.de> 6.2.380-1 
cvsdist 5c68f5
- patchlevel 380
cvsdist 5c68f5
cvsdist 0f915f
* Mon Mar 08 2004 Karsten Hopp <karsten@redhat.de> 6.2.327-1 
cvsdist 0f915f
- patchlevel 327
cvsdist 0f915f
cvsdist 0f915f
* Wed Mar 03 2004 Karsten Hopp <karsten@redhat.de> 6.2.311-1 
cvsdist 0f915f
- patchlevel 311
cvsdist 0f915f
cvsdist 0f915f
* Mon Mar 01 2004 Karsten Hopp <karsten@redhat.de> 6.2.294-1 
cvsdist 0f915f
- patchlevel 294
cvsdist 0f915f
cvsdist 0f915f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0f915f
- rebuilt
cvsdist 0f915f
cvsdist 0f915f
* Wed Feb 11 2004 Karsten Hopp <karsten@redhat.de> 6.2.253-1 
cvsdist 0f915f
- patchlevel 253
cvsdist 0f915f
- disable netbeans
cvsdist 0f915f
cvsdist 1401a3
* Thu Jan 29 2004 Karsten Hopp <karsten@redhat.de> 6.2.214-1 
cvsdist 1401a3
- Patchlevel 214
cvsdist 1401a3
cvsdist 1401a3
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 1:6.2.195-5
cvsdist 1401a3
- Fix call to is_selinux_enabled()
cvsdist 1401a3
cvsdist 1401a3
* Sat Jan 24 2004 Karsten Hopp <karsten@redhat.de> 6.2.195-4
cvsdist 1401a3
- fix perl requirement
cvsdist 1401a3
cvsdist 1401a3
* Fri Jan 23 2004 Dan Walsh <dwalsh@redhat.com> 1:6.2.195-3
cvsdist 1401a3
- Only attempt to change context if it is different
cvsdist 1401a3
cvsdist 1401a3
* Thu Jan 22 2004 Karsten Hopp <karsten@redhat.de> 6.2.195-1
cvsdist 1401a3
- update to patchlevel 195
cvsdist 1401a3
- enable ppc64 build
cvsdist 1401a3
cvsdist 1401a3
* Mon Jan 12 2004 Karsten Hopp <karsten@redhat.de> 6.2.180-2 
cvsdist 1401a3
- vim-enhanced requires perl >= 5.8.2 (#111592)
cvsdist 1401a3
cvsdist 1401a3
* Mon Jan 12 2004 Karsten Hopp <karsten@redhat.de> 6.2.180-1 
cvsdist 1401a3
- Patchlevel 180
cvsdist 1401a3
- update spec.vim, use g:packager instead of {Packager} macro
cvsdist 1401a3
cvsdist 1401a3
* Tue Jan 6 2004 Dan Walsh <dwalsh@redhat.com> 1:6.2.154-7
cvsdist 1401a3
- Enable selinux support for vim-minimal
cvsdist 1401a3
cvsdist 1401a3
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1:6.2.154-6
cvsdist 1401a3
- Enable selinux support
cvsdist 1401a3
cvsdist 1401a3
* Thu Dec 04 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.154-5
cvsdist 1401a3
- rebuild with new perl
cvsdist 1401a3
cvsdist 1401a3
* Wed Dec 03 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.154-4
cvsdist 1401a3
- fix sh.vim syntax file (#104312)
cvsdist 1401a3
cvsdist 1401a3
* Tue Dec 02 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.154-3
cvsdist 1401a3
- perl interface was disabled when perl had thread support.
cvsdist 1401a3
cvsdist 1401a3
* Thu Nov 27 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.154-2
cvsdist 1401a3
- fix date in specfile changelog entries
cvsdist 1401a3
cvsdist 1401a3
* Thu Nov 13 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.154-1
cvsdist 1401a3
- Patchlevel 154
cvsdist 1401a3
- vim-minimal doesn't really require vim-common to run, removed dependency
cvsdist 1401a3
  (#109819)
cvsdist 1401a3
cvsdist 1401a3
* Mon Nov 10 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.149-1
cvsdist 1401a3
- Patchlevel 149
cvsdist 1401a3
- fix fstab syntax file (Robert G. (Doc) Savage)
cvsdist 1401a3
- lots of updates for syntax files, macros, documentation
cvsdist 1401a3
- disable vimnotvi patch so that vim's behaviour matches documentation
cvsdist 1401a3
- clean up vimrc
cvsdist 1401a3
cvsdist 1401a3
* Thu Nov 06 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.145-1
cvsdist 1401a3
- rebuild with new Python
cvsdist 1401a3
- Patchlevel 145
cvsdist 1401a3
cvsdist e6a956
* Tue Oct 14 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.121-1
cvsdist e6a956
- patchlevel 121
cvsdist e6a956
- fix buildrequires (#106824, #105832)
cvsdist e6a956
cvsdist e6a956
* Tue Sep 16 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.98-1.1
cvsdist e6a956
- rebuilt
cvsdist e6a956
cvsdist e6a956
* Tue Sep 16 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.98-1
cvsdist e6a956
- upstream fix for undeclared stop_insert_mode variable
cvsdist e6a956
cvsdist e6a956
* Tue Sep 16 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.97-1
cvsdist e6a956
- patchlevel 97, see README for descriptions
cvsdist e6a956
cvsdist e6a956
* Mon Sep 01 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.71-1
cvsdist e6a956
- several upstream fixes (PL 71)
cvsdist e6a956
cvsdist e6a956
* Tue Aug 05 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.60-1.1
cvsdist e6a956
- rebuilt
cvsdist e6a956
cvsdist e6a956
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.60-1
cvsdist e6a956
- update to fix cut&paste segfaults and UTF8 problems
cvsdist e6a956
- move vimrc to /etc (#2188)
cvsdist e6a956
- fix filelist
cvsdist e6a956
cvsdist e6a956
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.57-2
cvsdist e6a956
- rebuilt
cvsdist e6a956
cvsdist e6a956
* Tue Jul 29 2003 Karsten Hopp <karsten@redhat.de> 1:6.2.57-1
cvsdist e6a956
-  update to patchlevel 57, this should take care of #100670
cvsdist e6a956
cvsdist e6a956
* Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1
cvsdist e6a956
- some minor upstream fixes (PL 21)
cvsdist e6a956
cvsdist e6a956
* Mon Jul 14 2003 Chip Turner <cturner@redhat.com>
cvsdist e6a956
- rebuild for new perl 5.8.1
cvsdist e6a956
cvsdist e6a956
* Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1
cvsdist e6a956
- update
cvsdist e6a956
cvsdist e6a956
* Wed Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1
cvsdist e6a956
- update to 6.2
cvsdist e6a956
cvsdist e6a956
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e6a956
- rebuilt
cvsdist e6a956
cvsdist e6a956
* Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3
cvsdist e6a956
- rebuild
cvsdist e6a956
cvsdist e6a956
* Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2
cvsdist e6a956
- initialize variable before using it
cvsdist e6a956
cvsdist e6a956
* Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1
cvsdist e6a956
- patchlevel 474
cvsdist e6a956
cvsdist e6a956
* Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4
cvsdist e6a956
- add gvimdiff link (#89462)
cvsdist e6a956
cvsdist e6a956
* Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3
cvsdist e6a956
- rebuild with vim-X11 and gtk2
cvsdist e6a956
- don't hardcode ruby path (thanks to Ian Macdonald)
cvsdist e6a956
cvsdist e6a956
* Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2
cvsdist e6a956
- rebuild
cvsdist e6a956
cvsdist e6a956
* Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1
cvsdist e6a956
- enable ruby interpreter (#89045) and update to patchlevel 469
cvsdist e6a956
cvsdist e6a956
* Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1
cvsdist e6a956
- update to patchlevel 434
cvsdist e6a956
- update gtk2 patch and disable it for now
cvsdist e6a956
cvsdist e6a956
* Sun Mar 16 2003 Karsten Hopp <karsten@redhat.de> 1:6.1.406-1
cvsdist e6a956
- new versioning to match the official patchlevel
cvsdist e6a956
- new tarballs from the stable CVS tree to get rid of >300 patches
cvsdist e6a956
- add gtk2 patch fom gvim and build gtk2 gvim
cvsdist e6a956
cvsdist 840bb7
* Wed Feb 12 2003 Karsten Hopp <karsten@redhat.de> 1:6.1-29
cvsdist 840bb7
- clean up vimrc (fix #84088)
cvsdist 840bb7
- clean up specfile so that it works with vim's specfile mode
cvsdist 840bb7
- remove unused rescue stuff from specfile
cvsdist 840bb7
cvsdist 840bb7
* Mon Feb 10 2003 Karsten Hopp <karsten@redhat.de> 1.6.1-28
cvsdist 840bb7
- patchlevel 320, to fix 'file changed' warning after :wq
cvsdist 840bb7
- don't overwrite systemwide config file (#82037)
cvsdist 840bb7
cvsdist 840bb7
* Wed Jan 29 2003 Karsten Hopp <karsten@redhat.de> 6.1-27
cvsdist 840bb7
- patchlevel 311
cvsdist 840bb7
- fix #78837, only install message catalog for selected language
cvsdist 840bb7
cvsdist 840bb7
* Tue Jan 28 2003 Karsten Hopp <karsten@redhat.de> 6.1.26
cvsdist 840bb7
- patchlevel 302
cvsdist 840bb7
- added epoch to automated changelog entry (specs.vim)
cvsdist 840bb7
- don't warn (vim-minimal) about not implemented functions
cvsdist 840bb7
cvsdist 840bb7
* Thu Jan 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.25
cvsdist 840bb7
- patchlevel 300
cvsdist 840bb7
cvsdist 840bb7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 840bb7
- rebuilt
cvsdist 840bb7
cvsdist 840bb7
* Fri Jan 10 2003 Karsten Hopp <karsten@redhat.de> 6.1.23
cvsdist 840bb7
- patchlevel 287
cvsdist 840bb7
cvsdist 840bb7
* Wed Jan 08 2003 Karsten Hopp <karsten@redhat.de> 6.1.22
cvsdist 840bb7
- use Red Hat style for spec files
cvsdist 840bb7
cvsdist 840bb7
* Tue Jan 07 2003 Karsten Hopp <karsten@redhat.de> 6.1.21
cvsdist 840bb7
- patchlevel 284
cvsdist 840bb7
cvsdist 840bb7
* Mon Dec 23 2002 Karsten Hopp <karsten@redhat.de> 6.1.20
cvsdist 840bb7
- upstream patch for the modeline issue
cvsdist 2cc57f
cvsdist 840bb7
* Sat Dec 21 2002 Karsten Hopp <karsten@redhat.de> 6.1-19
cvsdist 2cc57f
- disable libcall() and system() in modelines
cvsdist 840bb7
- Patchlevel 264
cvsdist 2cc57f
cvsdist 2cc57f
* Tue Dec 17 2002 Karsten Hopp <karsten@redhat.de> 6.1-17
cvsdist 2cc57f
- Patchlevel 263
cvsdist 2cc57f
- gvim works again (#79355)
cvsdist 2cc57f
- don't backup all those patched files
cvsdist 2cc57f
cvsdist 2cc57f
* Tue Nov 12 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2cc57f
- added a lot of upstream patches + the README describing them
cvsdist 2cc57f
- fix alias for zsh (#77007)
cvsdist 2cc57f
- FIXME: gvim is currently broken
cvsdist 2cc57f
cvsdist 2cc57f
* Wed Oct 02 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2cc57f
- include the other httpd config files for syntax highlight
cvsdist 2cc57f
cvsdist 2cc57f
* Wed Oct 02 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2cc57f
- PL 206
cvsdist 2cc57f
- fix #74135
cvsdist 2cc57f
cvsdist f6c999
* Wed Aug 28 2002 Karsten Hopp <karsten@redhat.de>
cvsdist f6c999
- PL 165: 
cvsdist f6c999
 - when conversion to xxd fails 'filetype' was set anyway
cvsdist f6c999
 - undo information is corrupted when splitting a saved line
cvsdist f6c999
- add latin1 to fileencodings to fix 'conversion errors'
cvsdist f6c999
cvsdist 813db2
* Mon Aug 19 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 813db2
- PL 159: expanding a multi-byte abbreviation deletes too much
cvsdist 813db2
- build /bin/vi with --enably-multibyte (#71282)
cvsdist 813db2
cvsdist 2c14b3
* Thu Aug 15 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2c14b3
- Patchlevel 153:
cvsdist 2c14b3
  translated menus are not used when lang contains "iso8859"
cvsdist 2c14b3
  searching in included files could loop recursively
cvsdist 2c14b3
- don't mark runtime files as %%doc or the files will be added to the package
cvsdist 2c14b3
  twice. (saves 2M)
cvsdist 2c14b3
- fix 'Installed (but unpackaged) file(s) found: .../gvim.desktop'
cvsdist 2c14b3
- work around rpm limitations, can't replace directories with
cvsdist 2c14b3
  symlinks
cvsdist 2c14b3
cvsdist 2c14b3
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2c14b3
- fix profile.d/vim.sh
cvsdist 2c14b3
cvsdist 2c14b3
* Thu Aug 08 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2c14b3
- Patchlevel 151
cvsdist 2c14b3
cvsdist 2c14b3
* Fri Jul 26 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 2c14b3
- Patchlevel 141
cvsdist 2c14b3
- use desktop-file-utils (#69443)
cvsdist 2c14b3
- fix /etc/profile.d/vim.sh (#67264)
cvsdist 2c14b3
cvsdist 2c14b3
* Tue Jul 09 2002 Karsten Hopp <karsten@redhat.de> 6.1-8
cvsdist 2c14b3
- Update to patchlevel 125
cvsdist 2c14b3
- fix #59176, #65766, #59958, #55065, #62374, #62654, #63248
cvsdist 2c14b3
- reenable alpha
cvsdist 2c14b3
cvsdist 2c14b3
* Mon Jul  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.1-7
cvsdist 2c14b3
- Update to patchlevel 118
cvsdist 2c14b3
- Fix bug 64589
cvsdist 2c14b3
cvsdist 2c14b3
* Tue Jun 25 2002 Karsten Hopp <karsten@redhat.de> 6.1-6
cvsdist 2c14b3
- Update to patchlevel 112
cvsdist 2c14b3
- added a modified patch 49 for INVALCOLOR
cvsdist 2c14b3
cvsdist 2c14b3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 2c14b3
- automated rebuild
cvsdist 2c14b3
cvsdist 2c14b3
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 2c14b3
- automated rebuild
cvsdist 2c14b3
cvsdist 2c14b3
* Thu May  9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.1-3
cvsdist 2c14b3
- Update to patchlevel 57
cvsdist 2c14b3
- Rebuild with current toolchain
cvsdist 2c14b3
- Temporarily exclude alpha, the build environment is broken
cvsdist 2c14b3
  (no db, no python 2.x)
cvsdist 2c14b3
cvsdist 140bb6
* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.1-2
cvsdist 140bb6
- Rebuild with new perl
cvsdist 140bb6
cvsdist fcc919
* Sun Mar 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.1-1
cvsdist fcc919
- Update to 6.1 (pure bugfix release)
cvsdist fcc919
cvsdist fcc919
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-14
cvsdist fcc919
- Patchlevel 270
cvsdist fcc919
- Move vimtutor to /usr/bin and vim-enhanced (#60772)
cvsdist fcc919
cvsdist 7a2237
* Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13
cvsdist 7a2237
- Patchlevel 152
cvsdist 7a2237
- Add symlinks for evim, rvim and vimdiff as described in vim docs
cvsdist 7a2237
cvsdist 7a2237
* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12
cvsdist 7a2237
- Patchlevel 149
cvsdist 7a2237
cvsdist 7a2237
* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11
cvsdist 7a2237
- Patchlevel 147
cvsdist 7a2237
cvsdist 7a2237
* Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9
cvsdist 7a2237
- Patchlevel 101
cvsdist 7a2237
cvsdist 7a2237
* Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8
cvsdist 7a2237
- Patchlevel 93
cvsdist 7a2237
cvsdist 7a2237
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7
cvsdist 7a2237
- 6.0pl78
cvsdist 7a2237
- Move desktop file (Utilities -> Applications), #53503
cvsdist 7a2237
cvsdist 7a2237
* Thu Nov  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6
cvsdist 7a2237
- 6.0pl61
cvsdist 7a2237
cvsdist 7a2237
* Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0pl44
cvsdist 7a2237
cvsdist 7a2237
* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5
cvsdist 7a2237
- 6.0pl36
cvsdist 7a2237
- Fix build with gcc 3.1
cvsdist 7a2237
cvsdist 7a2237
* Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4
cvsdist 7a2237
- 6.0pl21
cvsdist 7a2237
- Don't show an error message when trying to "return" to a line
cvsdist 7a2237
  that no longer exists (#54551)
cvsdist 7a2237
cvsdist 7a2237
* Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3
cvsdist 7a2237
- 6.0pl19
cvsdist 7a2237
cvsdist 7a2237
* Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2
cvsdist 7a2237
- 6.0pl11
cvsdist 7a2237
cvsdist 7a2237
* Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1
cvsdist 7a2237
- 6.0
cvsdist 7a2237
cvsdist 7a2237
* Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1
cvsdist 7a2237
- 6.0av
cvsdist 7a2237
- Use -Os in rescue mode
cvsdist 7a2237
cvsdist 7a2237
* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1
cvsdist 7a2237
- Update to 6.0au
cvsdist 7a2237
- Allow rescue build
cvsdist 7a2237
cvsdist 7a2237
* Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1
cvsdist 7a2237
- vim 6.0at
cvsdist 7a2237
- Increase epoch so we can update 7.2 systems
cvsdist 7a2237
cvsdist 7a2237
* Fri Jun  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.33
cvsdist 7a2237
- 6.0ah
cvsdist 7a2237
- Add a bash alias for vi=vim to the vim-enhanced package, too many people
cvsdist 7a2237
  have complained about "missing features in vi even though I installed
cvsdist 7a2237
  vim-enhanced".
cvsdist 7a2237
cvsdist 7a2237
* Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.32
cvsdist 7a2237
- 6.0ag
cvsdist 7a2237
- Make xxd locale aware (#37073)
cvsdist 7a2237
cvsdist 7a2237
* Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.31
cvsdist 7a2237
- 6.0af
cvsdist 7a2237
cvsdist 7a2237
* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.30
cvsdist 7a2237
- 6.0ae
cvsdist 7a2237
cvsdist 7a2237
* Mon Apr 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0ad
cvsdist 7a2237
- XML .xsd files are still xml files - use the right syntax
cvsdist 7a2237
  highlighting (RFE#38224)
cvsdist 7a2237
cvsdist 7a2237
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0aa
cvsdist 7a2237
cvsdist 7a2237
* Fri Mar 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- Fix large file handling (#34061)
cvsdist 7a2237
cvsdist 7a2237
* Mon Feb 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 7a2237
- use %%{_tmppath}
cvsdist 7a2237
cvsdist 7a2237
* Thu Feb 15 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 7a2237
- vimrc update for 6.0v
cvsdist 7a2237
cvsdist 7a2237
* Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- Fix "lba32" keyword in lilo.conf syntax highlighting
cvsdist 7a2237
- Fix build with current glibc
cvsdist 7a2237
cvsdist 7a2237
* Fri Feb  2 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- Fix crontab -e in vim-minimal (#25376)
cvsdist 7a2237
cvsdist 7a2237
* Tue Jan 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- Fix segfault on q, up, up, q (Bug #25261)
cvsdist 7a2237
cvsdist 7a2237
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- Set minlines=500 as default in PHP syntax highlighting (RFE #24374)
cvsdist 7a2237
- Don't symlink gvimrc to vimrc (Bug #22518)
cvsdist 7a2237
- Add symlinks gview -> gvim and gex -> gvim in -X11 (RFE #24394)
cvsdist 7a2237
- 6.0t
cvsdist 7a2237
cvsdist 7a2237
* Mon Jan 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- More fixes to rpm specfile syntax highlighting:
cvsdist 7a2237
  - recognize %%ifnarch
cvsdist 7a2237
  - recognize "j" as a tar option
cvsdist 7a2237
  - recognize %{_libdir}
cvsdist 7a2237
cvsdist 7a2237
* Sun Jan 14 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0s
cvsdist 7a2237
cvsdist 7a2237
* Wed Jan  3 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0r
cvsdist 7a2237
- Restore crv patch (this should fix #23135 for whoever is seeing it;
cvsdist 7a2237
  I'm not).
cvsdist 7a2237
cvsdist 7a2237
* Tue Dec 19 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 7a2237
- Symbolic link to menu_ja_jp.ujis.vim to menu_ja_jp.eucjp.vim
cvsdist 7a2237
cvsdist 7a2237
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 7a2237
- Delete i18n patch (already implmented by author)
cvsdist 7a2237
- Add menu i18n patch
cvsdist 7a2237
- Update vimrc to support CJK
cvsdist 7a2237
- Add menu translations.
cvsdist 7a2237
cvsdist 7a2237
* Sun Dec 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0q
cvsdist 7a2237
cvsdist 7a2237
* Sun Dec 17 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 7a2237
- Add --enable-fontset to configure options.
cvsdist 7a2237
- Add i18nrc patch and resources.
cvsdist ddac70
cvsdist 7a2237
* Tue Dec 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0p, new ncurses
cvsdist 6ac103
cvsdist 7a2237
* Mon Dec 11 2000 Karsten Hopp <karsten@redhat.de>
cvsdist 7a2237
- rebuilt to fix permissions of /usr/share/doc/ and
cvsdist 7a2237
  /usr/share/vim
cvsdist 6ac103
cvsdist 7a2237
* Mon Nov 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0m
cvsdist 6ac103
cvsdist 7a2237
* Thu Nov  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0l
cvsdist e5ebff
cvsdist 7a2237
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0k
cvsdist e5ebff
cvsdist 7a2237
* Tue Oct 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0i
cvsdist 7a2237
- add new desktop file w/ translations
cvsdist 008069
cvsdist 7a2237
* Thu Aug 31 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0h
cvsdist 4d50b5
cvsdist 7a2237
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0g
cvsdist 4d50b5
cvsdist 7a2237
* Mon Aug 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0f
cvsdist f1dd31
cvsdist 7a2237
* Wed Aug  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0e
cvsdist f1dd31
cvsdist 7a2237
* Sun Jul 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0c
cvsdist 7a2237
- get rid of the DESTDIR patch, no longer needed
cvsdist f1dd31
cvsdist 7a2237
* Sun Jul 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0b
cvsdist f1dd31
cvsdist 7a2237
* Mon Jul 10 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 7a2237
- 6.0a
cvsdist f1dd31
cvsdist f1dd31
* Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist f1dd31
- 5.7 release
cvsdist f1dd31
- some more fixes to .spec file syntax highlighting rules... About time it
cvsdist f1dd31
  recognizes %%{_mandir}...
cvsdist f1dd31
cvsdist f1dd31
* Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist f1dd31
- 5.7a
cvsdist f1dd31
cvsdist f1dd31
* Sat Jun  3 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- patchlevel 74
cvsdist f1dd31
- add %%makeinstall macro recognition to .spec file syntax highlighting rules
cvsdist f1dd31
- fix up Makefiles
cvsdist f1dd31
cvsdist f1dd31
* Fri Apr 14 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- patchlevel 66
cvsdist f1dd31
- fix compilation with perl 5.6.0
cvsdist f1dd31
cvsdist f1dd31
* Mon Mar 20 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- patchlevel 12
cvsdist f1dd31
cvsdist f1dd31
* Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist f1dd31
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
cvsdist f1dd31
cvsdist f1dd31
* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
cvsdist f1dd31
- change F1-F4 keybindings for xterm builtin terminfo to match real terminfo
cvsdist f1dd31
cvsdist f1dd31
* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist f1dd31
- kill autoindent
cvsdist f1dd31
cvsdist f1dd31
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist f1dd31
- wmconfig -> desktop
cvsdist f1dd31
cvsdist f1dd31
* Sat Feb  5 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- Patchlevel 11
cvsdist f1dd31
- handle compressed man pages
cvsdist f1dd31
- fix man page symlinks
cvsdist f1dd31
cvsdist f1dd31
* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist f1dd31
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm
cvsdist f1dd31
  in vim-minimal
cvsdist f1dd31
cvsdist f1dd31
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist f1dd31
- eliminate dependencies on csh and perl in vim-common
cvsdist f1dd31
cvsdist f1dd31
* Wed Jan 19 2000 Bernhard Rosenrkänzer <bero@redhat.com>
cvsdist f1dd31
- Use awk, not nawk
cvsdist f1dd31
cvsdist f1dd31
* Tue Jan 18 2000 Bernhard Rosenrkänzer <bero@redhat.com>
cvsdist f1dd31
- 5.6
cvsdist f1dd31
- patch 5.6.001
cvsdist f1dd31
- remove /usr/bin/vi - if you want vim, type vim
cvsdist f1dd31
cvsdist f1dd31
* Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- 5.6a
cvsdist f1dd31
- Remove dependency on nawk (introduced by base update)
cvsdist f1dd31
- some tweaks to make updating easier
cvsdist f1dd31
cvsdist f1dd31
* Tue Nov  9 1999 Bernhard Rosenkränzer <bero@redhat.com>
cvsdist f1dd31
- 5.5
cvsdist f1dd31
- fix path to vimrc
cvsdist f1dd31
cvsdist f1dd31
* Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist f1dd31
- moved from athena to gtk widgets for X version
cvsdist f1dd31
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
cvsdist f1dd31
- fixed rogue dependencies from sample files
cvsdist f1dd31
cvsdist f1dd31
* Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f1dd31
- update to 5.4.
cvsdist f1dd31
cvsdist f1dd31
* Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f1dd31
- man page had buildroot pollution (#3629).
cvsdist f1dd31
cvsdist f1dd31
* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
cvsdist f1dd31
- with recent termcap/terminfo fixes, regular vim works in xterm/console
cvsdist f1dd31
- in color, so vim-color package removed.
cvsdist f1dd31
cvsdist f1dd31
* Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
cvsdist f1dd31
- removed "set backupdir=/tmp/vim_backup" from default vimrc
cvsdist f1dd31
cvsdist f1dd31
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist f1dd31
- auto rebuild in the new build environment (release 5)
cvsdist f1dd31
cvsdist f1dd31
* Thu Dec 17 1998 Michael Maher <mike@redaht.com>
cvsdist f1dd31
- built pacakge for 6.0
cvsdist f1dd31
cvsdist f1dd31
* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
cvsdist f1dd31
- removed '--with-tlib=termcap' so that color-vim works
cvsdist f1dd31
cvsdist f1dd31
* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f1dd31
- update to 5.3.
cvsdist f1dd31
cvsdist f1dd31
* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f1dd31
- merge in Toshio's changes
cvsdist f1dd31
- color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap"
cvsdist f1dd31
- added minimal rvi/rview and man pages.
cvsdist f1dd31
- move Obsoletes to same package as executable.
cvsdist f1dd31
cvsdist f1dd31
* Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
cvsdist f1dd31
- Break the package apart similar to the way the netscape package was
cvsdist f1dd31
  broken down to handle navigator or communicator: The vim package is
cvsdist f1dd31
  Obsolete, now there is vim-common with all the common files, and a
cvsdist f1dd31
  package for each binary: vim-minimal (has /bin/vi compiled with no
cvsdist f1dd31
  frills), vim-enhanced (has /usr/bin/vim with extra perl and python
cvsdist f1dd31
  interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with
cvsdist f1dd31
  GUI support.)
cvsdist f1dd31
- Enable the perl and python interpreters in the gui version (gvim).
cvsdist f1dd31
cvsdist f1dd31
* Tue Jun 30 1998 Michael Maher <mike@redhat.com>
cvsdist f1dd31
- Fixed tutor help.
cvsdist f1dd31
- cvim package added.  Thanks to Stevie Wills for finding this one :-)
cvsdist f1dd31
cvsdist f1dd31
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist f1dd31
- translations modified for de, fr, tr
cvsdist f1dd31
cvsdist f1dd31
* Fri May 01 1998 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- added patch to turn off the "vi compatibility" by default.  You can
cvsdist f1dd31
  still get it via the -C command line option
cvsdist f1dd31
cvsdist f1dd31
* Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- removed perl and python interpreters (sorry, but those don't belong
cvsdist f1dd31
  in a /bin/vi and having two vi's seemed like overkill...complain
cvsdist f1dd31
  to suggest@redhat.com if you care)
cvsdist f1dd31
cvsdist f1dd31
* Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- fixed buildroot bug
cvsdist f1dd31
cvsdist f1dd31
* Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- updated from 4.6 to 5.1
cvsdist f1dd31
- moved to buildroot
cvsdist f1dd31
cvsdist f1dd31
* Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- fixed missing man page
cvsdist f1dd31
cvsdist f1dd31
* Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- added wmconfig entry to vim-X11
cvsdist f1dd31
cvsdist f1dd31
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
cvsdist f1dd31
- upgraded from 4.5 to 4.6
cvsdist f1dd31
cvsdist f1dd31
* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
cvsdist f1dd31
- built against glibc
cvsdist f1dd31
cvsdist f1dd31
* Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist f1dd31
- Upgraded to 4.5
cvsdist f1dd31
- Added ex symlinks
cvsdist f1dd31
cvsdist f1dd31
* Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist f1dd31
- Added view symlink.