vim/vim.spec

3659 lines
114 KiB
RPMSpec
Raw Normal View History

2022-01-07 01:54:21 +00:00
%bcond_without gui
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
%if 0%{?fedora}
%bcond_without default_editor
2021-06-24 07:41:44 +00:00
%bcond_without libsodium_crypt
%else
%bcond_with default_editor
2021-06-24 07:41:44 +00:00
%bcond_with libsodium_crypt
%endif
2023-04-05 07:43:28 +00:00
%define patchlevel 1440
2022-01-07 01:54:21 +00:00
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
%if %{with gui}
%define desktop_file 1
%else
%define desktop_file 0
%endif
%if %{desktop_file}
%define desktop_file_utils_version 0.2.93
%endif
2008-12-01 14:31:11 +00:00
%define withnetbeans 1
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
%define withvimspell 0
%define withhunspell 0
%define withlua 1
%if 0%{?flatpak}
%define withperl 0
%define withruby 0
%else
%define withperl 1
%define withruby 1
%endif
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
# VIm upstream wants to build with FORTIFY_SOURCE=1,
# because higher levels causes crashes of valid code constructs
# and their reimplementation would cost unnecessary maintenance
# https://github.com/vim/vim/pull/3507
%define _fortify_level 1
2022-07-11 13:23:35 +00:00
%define baseversion 9.0
%define vimdir vim90
2004-09-09 14:01:30 +00:00
Summary: The VIM editor
URL: http://www.vim.org/
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
Name: vim
2013-08-21 12:01:50 +00:00
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception:
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
# resolution: the license is good for Fedora, but the file does not have a creativity from
#
# Open Publication License 1.0 or later for Vim documentation - reported to legal for adding to the allowed licenses list
# response here: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/4UTW5GFDELGMG6K3NQ7NBU42LC2FJOB5/
# resolution: take it as OPUBL-1.0, the license won't be added to allowed license list, but if a project uses it for documentation
# and don't use license options mentioned in the OPUBL 1.0 license text (which both are the case for Vim), the license is allowed
License: Vim AND LGPL-2.1-or-later AND MIT AND GPL-1.0-only AND (GPL-2.0-only OR Vim) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND OPUBL-1.0
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: virc
Source2: vimrc
Source3: gvim16.png
Source4: gvim32.png
Source5: gvim48.png
Source6: gvim64.png
Source7: spec-template.new
Source8: macros.vim
Source9: vim-default-editor.sh
Source10: vim-default-editor.csh
Source11: vim-default-editor.fish
Source12: view_wrapper
Source13: vi_wrapper
%if %{withvimspell}
Source100: vim-spell-files.tar.bz2
%endif
2008-12-01 14:31:11 +00:00
2021-09-23 12:47:03 +00:00
Patch2000: vim-7.0-fixkeys.patch
Patch2001: vim-7.4-specsyntax.patch
2022-01-07 01:54:21 +00:00
%if %{withhunspell}
2021-09-23 12:47:03 +00:00
Patch2002: vim-7.0-hunspell.patch
BuildRequires: hunspell-devel
%endif
2014-08-22 09:36:45 +00:00
2023-01-09 10:42:37 +00:00
Patch3000: vim-7.3-manpage-typo-668894-675480.patch
Patch3001: vim-manpagefixes-948566.patch
Patch3002: vim-7.4-globalsyntax.patch
2018-05-11 11:54:01 +00:00
# migrate shebangs in script to /usr/bin/python3 and use python2 when necessary
2023-01-09 10:42:37 +00:00
Patch3003: vim-python3-tests.patch
# fips warning (Fedora downstream patch)
2023-01-09 10:42:37 +00:00
Patch3004: vim-crypto-warning.patch
# don't ever set mouse (Fedora downstream patch)
2023-01-09 10:42:37 +00:00
Patch3005: vim-8.0-copy-paste.patch
# uses autoconf in spec file
BuildRequires: autoconf
2022-01-07 01:54:21 +00:00
%if %{desktop_file}
# for /usr/bin/desktop-file-install
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
Requires: desktop-file-utils
2021-06-24 07:41:44 +00:00
%endif
2022-01-07 01:54:21 +00:00
# gcc is no longer in buildroot by default
BuildRequires: gcc
# for translations
BuildRequires: gettext
2022-01-07 01:54:21 +00:00
# glibc in F35 bootstraped several conversion formats from
# iconv into a separate package. Vim needs those additional
# formats during compilation.
BuildRequires: glibc-gconv-extra
2022-01-07 01:54:21 +00:00
# for mouse support in console
BuildRequires: gpm-devel
# for setting ACL on created files
BuildRequires: libacl-devel
2022-01-07 01:54:21 +00:00
# selinux support
%if %{WITH_SELINUX}
BuildRequires: libselinux-devel
%endif
2022-01-07 01:54:21 +00:00
# for xchacha20 encryption
%if %{with libsodium_crypt}
2021-06-24 10:34:37 +00:00
BuildRequires: libsodium-devel
2009-12-03 13:34:31 +00:00
%endif
2022-01-07 01:54:21 +00:00
# for lua plugin
%if "%{withlua}" == "1"
BuildRequires: lua-devel
%endif
2022-01-07 01:54:21 +00:00
# uses make
BuildRequires: make
# screen handling library
BuildRequires: ncurses-devel
# for perl plugin
%if "%{withperl}" == "1"
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::Embed)
BuildRequires: perl(ExtUtils::ParseXS)
%endif
# for python plugin
BuildRequires: python3-devel
2022-01-07 01:54:21 +00:00
# for ruby plugin
%if "%{withruby}" == "1"
BuildRequires: ruby
BuildRequires: ruby-devel
2004-09-09 14:01:30 +00:00
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%description
VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more.
%package common
Summary: The common files needed by any version of the VIM editor
# conflicts in package because of manpage move (bug #1599663)
# conflicts because of defaults.vim (bug #2026651)
2022-09-16 08:03:30 +00:00
# remove after F36 EOL+after release CentOS Stream > 9
Conflicts: %{name}-minimal < %{epoch}:8.2.3642-2
# shared files between common and minimal
Requires: %{name}-data = %{epoch}:%{version}-%{release}
Requires: %{name}-filesystem
# the hexdump binary was part of the package for long time, ship it with it
# still for convenience
Requires: xxd
# vim-toml was a separate package but the runtime files have been included
# directly in vim since 8.2.3519. The vim-toml package has been retired in
# Fedora, obsolete it so it doesn't get left on users' systems. Added in F38,
# can be removed in F40.
# https://github.com/cespare/vim-toml/commit/2c8983cc391287e5e26e015c3ab9c38de9f9b759
# https://github.com/vim/vim/commit/2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f
Provides: vim-toml = %{epoch}:%{version}-%{release}
Obsoletes: vim-toml < 0^1.717bd87-4
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%description common
VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
vim-common package contains files which every VIM binary will need in
order to run.
If you are installing vim-enhanced or vim-X11, you'll also need
to install the vim-common package.
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%package spell
Summary: The dictionaries for spell checking. This package is optional
2018-02-08 16:19:53 +00:00
Requires: vim-common = %{epoch}:%{version}-%{release}
%description spell
This subpackage contains dictionaries for vim spell checking in
many different languages.
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%package minimal
Summary: A minimal version of the VIM editor
# conflicts in package because of manpage move (bug #1599663)
# conflicts because of defaults.vim (bug #2026651)
2022-09-16 08:03:30 +00:00
# remove after F36 EOL+after release CentOS Stream > 9
Conflicts: %{name}-common < %{epoch}:8.2.3642-2
Provides: vi
Provides: %{_bindir}/vi
# shared files between common and minimal
Requires: %{name}-data = %{epoch}:%{version}-%{release}
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%description minimal
VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
2018-10-25 04:05:21 +00:00
vim-minimal package includes a minimal version of VIM, providing
the commands vi, view, ex, rvi, and rview. NOTE: The online help is
only available when the vim-common package is installed.
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%package enhanced
Summary: A version of the VIM editor which includes recent enhancements
# vim bundles libvterm, which is used during build - so we need to provide
# bundled libvterm for catching possible libvterm CVEs
Provides: bundled(libvterm)
Provides: vim
Provides: vim(plugins-supported)
Provides: %{_bindir}/mergetool
Provides: %{_bindir}/vim
Requires: vim-common = %{epoch}:%{version}-%{release}
# required for vimtutor (#395371)
Requires: which
# suggest python3, python2, lua, ruby and perl packages because of their
# embedded functionality in Vim/GVim
%if "%{withlua}" == "1"
Suggests: lua-libs
%endif
2022-01-07 01:54:21 +00:00
%if "%{withperl}" == "1"
Suggests: perl-devel
%endif
Suggests: python3
Suggests: python3-libs
2022-01-07 01:54:21 +00:00
%if "%{withruby}" == "1"
Suggests: ruby
Suggests: ruby-libs
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%description enhanced
VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and more. The
vim-enhanced package contains a version of VIM with extra, recently
introduced features like Python and Perl interpreters.
Install the vim-enhanced package if you'd like to use a version of the
VIM editor which includes recently added enhancements like
interpreters for the Python and Perl scripting languages. You'll also
need to install the vim-common package.
2010-09-30 13:12:30 +00:00
%package filesystem
Summary: VIM filesystem layout
BuildArch: noarch
2010-09-30 13:12:30 +00:00
%Description filesystem
This package provides some directories which are required by other
packages that add vim files, p.e. additional syntax files or filetypes.
2022-01-07 01:54:21 +00:00
%if %{with gui}
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%package X11
Summary: The VIM version of the vi editor for the X Window System - GVim
# devel of libICE, gtk3, libSM, libX11, libXpm and libXt are needed in buildroot
# so configure script can have correct macros enabled for GUI (#1603272)
# generic gnome toolkit for graphical support
BuildRequires: gtk3-devel
# inter-client exchange library - for X session management protocol
BuildRequires: libICE-devel
# X session management library
BuildRequires: libSM-devel
# core X11 protocol client library
BuildRequires: libX11-devel
# X PixMap library for X11 - for creating images in X PixMap format
BuildRequires: libXpm-devel
# X Toolkit Intrinsics library - working with widgets?
BuildRequires: libXt-devel
# for testing validity of appdata file
BuildRequires: libappstream-glib
2020-08-18 09:20:43 +00:00
# for sound support
BuildRequires: libcanberra-devel
Provides: gvim
Provides: vim(plugins-supported)
Provides: %{_bindir}/mergetool
Provides: %{_bindir}/gvim
# GVIM graphics are based on GTK3
Requires: gtk3
# needed for icons (#226526)
Requires: hicolor-icon-theme
# for getting/setting extended attributes - they are pairs (name:value)
# from inodes (files, dirs etc.)
Requires: libattr >= 2.4
Requires: vim-common = %{epoch}:%{version}-%{release}
# suggest python3, python2, lua, ruby and perl packages because of their
# embedded functionality in Vim/GVim
2022-01-07 01:54:21 +00:00
%if "%{withlua}" == "1"
Suggests: lua-libs
2022-01-07 01:54:21 +00:00
%endif
%if "%{withperl}" == "1"
Suggests: perl-devel
%endif
Suggests: python3
Suggests: python3-libs
2022-01-07 01:54:21 +00:00
%if "%{withruby}" == "1"
Suggests: ruby
Suggests: ruby-libs
2022-01-07 01:54:21 +00:00
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%description X11
VIM (VIsual editor iMproved) is an updated and improved version of the
vi editor. Vi was the first real screen-based editor for UNIX, and is
still very popular. VIM improves on vi by adding new features:
multiple windows, multi-level undo, block highlighting and
more. VIM-X11 is a version of the VIM editor which will run within the
X Window System. If you install this package, you can run VIM as an X
application with a full GUI interface and mouse support by command gvim.
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
Install the vim-X11 package if you'd like to try out a version of vi
with graphics and mouse capabilities. You'll also need to install the
vim-common package.
2022-01-07 01:54:21 +00:00
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%package data
Summary: Shared data for Vi and Vim
BuildArch: noarch
# moved files from filesystem, common and minimal to data
2022-09-16 08:03:30 +00:00
# remove after F36 EOL+after release of CentOS Stream > 9
Conflicts: %{name}-common < 2:8.2.3642-2
Conflicts: %{name}-filesystem < 2:8.2.3642-2
Conflicts: %{name}-minimal < 2:8.2.3642-2
%description data
The subpackage is used for shipping files and directories, which need to be
shared between vim-minimal and vim-common packages.
%if %{with default_editor}
%package default-editor
Summary: Set vim as the default editor
BuildArch: noarch
Conflicts: system-default-editor
Provides: system-default-editor
Requires: vim-enhanced
%description default-editor
This subpackage contains files needed to set Vim as the default editor.
%endif
%package -n xxd
Summary: A hex dump utility
# the xxd related file were shipped in vim-common in the past,
# we have to conflict with the old ones
# remove this Conflicts once C10S is released
Conflicts: %{name}-common < 2:9.0.1440-2
%description -n xxd
xxd creates a hex dump of a given file or standard input. It can also convert
a hex dump back to its original binary form.
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%prep
2007-08-24 14:27:34 +00:00
%setup -q -b 0 -n %{vimdir}
# use %%{__python3} macro for defining shebangs in python3 tests
2021-09-24 05:29:25 +00:00
sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3005}
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
# fix rogue dependencies from sample code
chmod -x runtime/tools/mve.awk
2021-09-23 12:47:03 +00:00
%patch2000 -p1 -b .fixkeys
%patch2001 -p1
2022-01-07 01:54:21 +00:00
%if %{withhunspell}
2021-09-23 12:47:03 +00:00
%patch2002 -p1
%endif
2022-01-07 01:54:21 +00:00
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
# install spell files
%if %{withvimspell}
%{__tar} xjf %{SOURCE100}
%endif
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
2023-01-09 10:42:37 +00:00
%patch3000 -p1
2021-09-23 12:47:03 +00:00
%patch3001 -p1
%patch3002 -p1
2023-01-09 10:42:37 +00:00
%patch3003 -p1 -b .python-tests
%patch3004 -p1 -b .fips-warning
%patch3005 -p1 -b .copypaste
%build
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
cd src
autoconf
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
export CXXFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2"
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
2014-08-22 09:32:18 +00:00
cp -f os_unix.h os_unix.h.save
# Configure options:
# --enable-fail-if-missing - we need to fail if configure options aren't satisfied
# --with-features - for setting how big amount of features is enabled
# --enable-multibyte - enabling multibyte editing support - for editing files in languages, which one character
# cannot be represented by one byte - Asian languages, Unicode
# --disable-netbeans - disabling socket interface for integrating Vim into NetBeans IDE
# --enable-selinux - enabling selinux support
# --enable-Ninterp - enabling internal interpreter
# --with-x - yes if we want X11 support (graphical Vim for X11)
# --with-tlib - which terminal library to use
# --disable-gpm - disabling support for General Purpose Mouse - Linux mouse daemon
2016-04-13 11:11:56 +00:00
perl -pi -e "s/vimrc/virc/" os_unix.h
2021-10-11 13:58:34 +00:00
%configure CFLAGS="${CFLAGS} -DSYS_VIMRC_FILE='\"/etc/virc\"'" \
--prefix=%{_prefix} --with-features=tiny --with-x=no \
--enable-multibyte \
--disable-netbeans \
%if %{WITH_SELINUX}
--enable-selinux \
%else
--disable-selinux \
%endif
--disable-pythoninterp --disable-perlinterp --disable-tclinterp \
--with-tlib=ncurses --enable-gui=no --disable-gpm --exec-prefix=/ \
--with-compiledby="<bugzilla@redhat.com>" \
--with-modified-by="<bugzilla@redhat.com>" \
2019-09-16 12:59:27 +00:00
--enable-fips-warning \
--enable-fail-if-missing \
2021-06-24 07:41:44 +00:00
--disable-canberra \
--disable-libsodium
%make_build
cp vim minimal-vim
make clean
2014-08-22 09:32:18 +00:00
mv -f os_unix.h.save os_unix.h
2022-01-07 01:54:21 +00:00
%if %{with gui}
# More configure options:
# --enable-xim - enabling X Input Method - international input module for X,
# it is for multibyte languages in Vim with X
# --enable-termtruecolor - use terminal with true colors
2021-10-11 13:58:34 +00:00
%configure CFLAGS="${CFLAGS} -DSYS_VIMRC_FILE='\"/etc/vimrc\"'" \
--with-features=huge \
--enable-python3interp=dynamic \
--disable-tclinterp --with-x=yes \
--enable-xim --enable-multibyte \
2007-02-06 12:48:48 +00:00
--with-tlib=ncurses \
2016-10-19 08:57:34 +00:00
--enable-gtk3-check --enable-gui=gtk3 \
2019-09-16 12:59:27 +00:00
--enable-fips-warning \
--with-compiledby="<bugzilla@redhat.com>" --enable-cscope \
--with-modified-by="<bugzilla@redhat.com>" \
2022-01-07 01:54:21 +00:00
%if "%{withnetbeans}" == "1"
--enable-netbeans \
2022-01-07 01:54:21 +00:00
%else
--disable-netbeans \
2022-01-07 01:54:21 +00:00
%endif
%if %{WITH_SELINUX}
2008-05-15 09:40:56 +00:00
--enable-selinux \
2022-01-07 01:54:21 +00:00
%else
2008-05-15 09:40:56 +00:00
--disable-selinux \
2022-01-07 01:54:21 +00:00
%endif
%if "%{withperl}" == "1"
--enable-perlinterp=dynamic \
%else
--disable-perlinterp \
%endif
2022-01-07 01:54:21 +00:00
%if "%{withruby}" == "1"
--enable-rubyinterp=dynamic \
2022-01-07 01:54:21 +00:00
%else
2008-02-25 15:59:47 +00:00
--disable-rubyinterp \
2022-01-07 01:54:21 +00:00
%endif
%if "%{withlua}" == "1"
--enable-luainterp=dynamic \
2022-01-07 01:54:21 +00:00
%else
--disable-luainterp \
2022-01-07 01:54:21 +00:00
%endif
%if %{with libsodium_crypt}
2021-06-24 07:41:44 +00:00
--enable-libsodium \
2022-01-07 01:54:21 +00:00
%else
2021-06-24 07:41:44 +00:00
--disable-libsodium \
2022-01-07 01:54:21 +00:00
%endif
2020-08-18 09:20:43 +00:00
--enable-fail-if-missing \
--enable-canberra
2005-09-06 15:30:24 +00:00
%make_build
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
cp vim gvim
make clean
2022-01-07 01:54:21 +00:00
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
2021-10-11 13:58:34 +00:00
%configure CFLAGS="${CFLAGS} -DSYS_VIMRC_FILE='\"/etc/vimrc\"'" \
--prefix=%{_prefix} --with-features=huge \
--enable-python3interp=dynamic \
--disable-tclinterp \
--with-x=no \
--enable-gui=no --exec-prefix=%{_prefix} --enable-multibyte \
2006-04-20 13:06:24 +00:00
--enable-cscope --with-modified-by="<bugzilla@redhat.com>" \
2007-02-06 12:48:48 +00:00
--with-tlib=ncurses \
2019-09-16 12:59:27 +00:00
--enable-fips-warning \
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
--with-compiledby="<bugzilla@redhat.com>" \
%if "%{withnetbeans}" == "1"
--enable-netbeans \
%else
--disable-netbeans \
%endif
2008-05-15 09:40:56 +00:00
%if %{WITH_SELINUX}
--enable-selinux \
%else
--disable-selinux \
%endif
%if "%{withperl}" == "1"
--enable-perlinterp=dynamic \
%else
--disable-perlinterp \
%endif
2008-02-25 15:59:47 +00:00
%if "%{withruby}" == "1"
--enable-rubyinterp=dynamic \
2008-02-25 15:59:47 +00:00
%else
--disable-rubyinterp \
%endif
%if "%{withlua}" == "1"
--enable-luainterp=dynamic \
%else
--disable-luainterp \
2021-06-24 07:41:44 +00:00
%endif
%if %{with libsodium_crypt}
--enable-libsodium \
%else
--disable-libsodium \
%endif
--enable-fail-if-missing \
--disable-canberra
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
%make_build
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
cp vim enhanced-vim
%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}/%{_datadir}/%{name}/vimfiles/{after,autoload,colors,compiler,doc,ftdetect,ftplugin,indent,keymap,lang,plugin,print,spell,syntax,tutor}
mkdir -p %{buildroot}/%{_datadir}/%{name}/vimfiles/after/{autoload,colors,compiler,doc,ftdetect,ftplugin,indent,keymap,lang,plugin,print,spell,syntax,tutor}
cp -f %{SOURCE7} %{buildroot}/%{_datadir}/%{name}/vimfiles/template.spec
cp runtime/doc/uganda.txt LICENSE
# Those aren't Linux info files but some binary files for Amiga:
rm -f README*.info
2005-09-06 15:30:24 +00:00
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
cd src
# Adding STRIP=/bin/true, because Vim wants to strip the binaries by himself
# and put the stripped files into correct dirs. Build system (koji/brew)
# does it for us, so there is no need to do it in Vim
%make_install BINDIR=%{_bindir} STRIP=/bin/true
# make install creates vim binary and view symlink, they will be wrappers
# so remove them here
rm -f %{buildroot}%{_bindir}/{vim,view}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
mkdir -p %{buildroot}%{_libexecdir}
install -m755 minimal-vim %{buildroot}%{_libexecdir}/vi
install -m755 enhanced-vim %{buildroot}%{_bindir}/vim
install -m755 %{SOURCE12} %{buildroot}%{_bindir}/view
install -m755 %{SOURCE13} %{buildroot}%{_bindir}/vi
2022-01-07 01:54:21 +00:00
%if %{with gui}
make installgtutorbin DESTDIR=%{buildroot} BINDIR=%{_bindir}
install -m755 gvim %{buildroot}%{_bindir}/gvim
install -p -m644 %{SOURCE3} \
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gvim.png
install -p -m644 %{SOURCE4} \
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gvim.png
install -p -m644 %{SOURCE5} \
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gvim.png
install -p -m644 %{SOURCE6} \
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/gvim.png
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
# Register as an application to be visible in the software center
#
# NOTE: It would be *awesome* if this file was maintained by the upstream
# project, translated and installed into the right place during `make install`.
#
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
mkdir -p $RPM_BUILD_ROOT%{_datadir}/metainfo
cat > $RPM_BUILD_ROOT%{_datadir}/metainfo/gvim.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<!--
EmailAddress: Bram@moolenaar.net>
SentUpstream: 2014-05-22
-->
2023-02-01 03:11:03 +00:00
<component type="desktop-application">
<id>org.vim.Vim</id>
<name>GVim</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Vim</project_license>
2023-02-01 03:11:03 +00:00
<summary>The VIM version of the vi editor for the X Window System</summary>
<description>
<p>
Vim is an advanced text editor that seeks to provide the power of the
de-facto Unix editor 'Vi', with a more complete feature set.
It's useful whether you're already using vi or using a different editor.
</p>
<p>
Vim is a highly configurable text editor built to enable efficient text
editing.
Vim is often called a "programmer's editor," and so useful for programming
2016-11-14 14:20:10 +00:00
that many consider it an entire IDE. It is not just for programmers, though.
Vim is perfect for all kinds of text editing, from composing email to
editing configuration files.
</p>
<p>
We ship the current Vim stable release - %{baseversion} - with the upstream
patchlevel %{patchlevel} applied, which is combined into version %{version}
used during packaging.
</p>
</description>
2023-02-01 03:11:03 +00:00
<releases>
<release version="%{version}" date="%(date +%F -r %{SOURCE0})" />
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/zdohnal/vim/zdohnal-screenshot/gvim16_9.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://www.vim.org/</url>
2023-02-01 03:11:03 +00:00
<content_rating type="oars-1.1"/>
</component>
EOF
2022-01-07 01:54:21 +00:00
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
for i in gvim.1 gex.1 gview.1 vimx.1; do
echo ".so man1/vim.1" > %{buildroot}/%{_mandir}/man1/$i
done
echo ".so man1/vimdiff.1" > %{buildroot}/%{_mandir}/man1/gvimdiff.1
echo ".so man1/vimtutor.1" > %{buildroot}/%{_mandir}/man1/gvimtutor.1
%else
# Remove files included in X11 subpackage, but built by default:
rm %{buildroot}/%{_mandir}/man1/evim.*
rm %{buildroot}/%{_datadir}/applications/{vim,gvim}.desktop
rm %{buildroot}/%{_datadir}/icons/{hicolor,locolor}/*/apps/gvim.png
%endif
( cd %{buildroot}
ln -sf %{_libexecdir}/vi .%{_bindir}/rvi
ln -sf %{_libexecdir}/vi .%{_bindir}/rview
ln -sf %{_libexecdir}/vi .%{_bindir}/ex
ln -sf vim .%{_bindir}/rvim
ln -sf vim .%{_bindir}/vimdiff
perl -pi -e "s,%{buildroot},," .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vimtutor.1
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
rm -f .%{_mandir}/man1/rvim.1
cp -p .%{_mandir}/man1/vim.1 .%{_mandir}/man1/vi.1
ln -sf vi.1.gz .%{_mandir}/man1/rvi.1.gz
ln -sf vi.1.gz .%{_mandir}/man1/ex.1
ln -sf vi.1.gz .%{_mandir}/man1/view.1
ln -sf vi.1.gz .%{_mandir}/man1/rview.1
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
ln -sf vim.1.gz .%{_mandir}/man1/vimdiff.1.gz
2022-01-07 01:54:21 +00:00
%if %{with gui}
ln -sf gvim ./%{_bindir}/gview
ln -sf gvim ./%{_bindir}/gex
ln -sf gvim ./%{_bindir}/evim
ln -sf gvim ./%{_bindir}/gvimdiff
2019-08-23 10:29:34 +00:00
ln -sf gvim ./%{_bindir}/vimx
auto-import changelog data from vim-6.2.121-1.src.rpm 6.2.121-1 - patchlevel 121 - fix buildrequires (#106824, #105832) 6.2.98-1.1 - rebuilt 6.2.98-1 - upstream fix for undeclared stop_insert_mode variable 6.2.97-1 - patchlevel 97, see README for descriptions 6.2.71-1 - several upstream fixes (PL 71) 6.2.60-1.1 - rebuilt 6.2.60-1 - update to fix cut&paste segfaults and UTF8 problems - move vimrc to /etc (#2188) - fix filelist 6.2.57-2 - rebuilt 6.2.57-1 - update to patchlevel 57, this should take care of #100670 Thu Jul 24 2003 Karsten Hopp <karsten@redhat.de> 6.2.21-1 - some minor upstream fixes (PL 21) Mon Jul 14 2003 Chip Turner <cturner@redhat.com> - rebuild for new perl 5.8.1 Fri Jul 04 2003 Karsten Hopp <karsten@redhat.de> 6.2.18-1 - update Tue Jun 10 2003 Karsten Hopp <karsten@redhat.de> 6.2.14-1 - update to 6.2 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Jun 03 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-3 - rebuild Mon Jun 02 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-2 - initialize variable before using it Tue May 06 2003 Karsten Hopp <karsten@redhat.de> 6.1.474-1 - patchlevel 474 Wed Apr 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-4 - add gvimdiff link (#89462) Sun Apr 20 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-3 - rebuild with vim-X11 and gtk2 - don't hardcode ruby path (thanks to Ian Macdonald) Fri Apr 18 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-2 - rebuild Thu Apr 17 2003 Karsten Hopp <karsten@redhat.de> 6.1.469-1 - enable ruby interpreter (#89045) and update to patchlevel 469 Tue Apr 01 2003 Karsten Hopp <karsten@redhat.de> 6.1.434-1 - update to patchlevel 434 - update gtk2 patch and disable it for now 6.1.406-1 - new versioning to match the official patchlevel - new tarballs from the stable CVS tree to get rid of >300 patches - add gtk2 patch fom gvim and build gtk2 gvim
2004-09-09 14:06:47 +00:00
%if "%{desktop_file}" == "1"
desktop-file-install \
--dir %{buildroot}/%{_datadir}/applications \
%{buildroot}/%{_datadir}/applications/gvim.desktop
2009-12-03 13:34:31 +00:00
# --add-category "Development;TextEditor;X-Red-Hat-Base" D\
2004-09-09 14:01:30 +00:00
%else
mkdir -p ./%{_sysconfdir}/X11/applnk/Applications
cp %{buildroot}/%{_datadir}/applications/gvim.desktop ./%{_sysconfdir}/X11/applnk/Applications/gvim.desktop
2004-09-09 14:01:30 +00:00
%endif
2022-01-07 01:54:21 +00:00
%endif
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
# ja_JP.ujis is obsolete, ja_JP.eucJP is recommended.
( cd ./%{_datadir}/%{name}/%{vimdir}/lang; \
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
ln -sf menu_ja_jp.ujis.vim menu_ja_jp.eucjp.vim )
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
)
pushd %{buildroot}/%{_datadir}/%{name}/%{vimdir}/tutor
mkdir conv
iconv -f CP1252 -t UTF8 tutor.ca > conv/tutor.ca
iconv -f CP1252 -t UTF8 tutor.it > conv/tutor.it
2008-08-14 16:06:02 +00:00
#iconv -f CP1253 -t UTF8 tutor.gr > conv/tutor.gr
iconv -f CP1252 -t UTF8 tutor.fr > conv/tutor.fr
iconv -f CP1252 -t UTF8 tutor.es > conv/tutor.es
iconv -f CP1252 -t UTF8 tutor.de > conv/tutor.de
#iconv -f CP737 -t UTF8 tutor.gr.cp737 > conv/tutor.gr.cp737
#iconv -f EUC-JP -t UTF8 tutor.ja.euc > conv/tutor.ja.euc
#iconv -f SJIS -t UTF8 tutor.ja.sjis > conv/tutor.ja.sjis
iconv -f UTF8 -t UTF8 tutor.ja.utf-8 > conv/tutor.ja.utf-8
iconv -f UTF8 -t UTF8 tutor.ko.utf-8 > conv/tutor.ko.utf-8
iconv -f CP1252 -t UTF8 tutor.no > conv/tutor.no
iconv -f ISO-8859-2 -t UTF8 tutor.pl > conv/tutor.pl
iconv -f ISO-8859-2 -t UTF8 tutor.sk > conv/tutor.sk
iconv -f KOI8R -t UTF8 tutor.ru > conv/tutor.ru
iconv -f CP1252 -t UTF8 tutor.sv > conv/tutor.sv
2018-02-28 14:31:59 +00:00
mv -f tutor.ja.euc tutor.ja.sjis tutor.ko.euc tutor.pl.cp1250 tutor.zh.big5 tutor.ru.cp1251 tutor.zh.euc tutor.sr.cp1250 tutor.sr.utf-8 conv/
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
mv -f conv/* .
rmdir conv
popd
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
# Dependency cleanups
chmod 644 %{buildroot}/%{_datadir}/%{name}/%{vimdir}/doc/vim2html.pl \
%{buildroot}/%{_datadir}/%{name}/%{vimdir}/tools/*.pl \
%{buildroot}/%{_datadir}/%{name}/%{vimdir}/tools/vim132
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
chmod 644 ../runtime/doc/vim2html.pl
2021-10-11 13:58:34 +00:00
mkdir -p %{buildroot}%{_sysconfdir}
install -p -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/virc
install -p -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/vimrc
# if Vim isn't built for Fedora, use redhat augroup
%if 0%{?rhel} >= 7
sed -i -e "s/augroup fedora/augroup redhat/" %{buildroot}/%{_sysconfdir}/vimrc
sed -i -e "s/augroup fedora/augroup redhat/" %{buildroot}/%{_sysconfdir}/virc
%endif
%if %{with default_editor}
mkdir -p %{buildroot}/%{_sysconfdir}/profile.d
install -p -m644 %{SOURCE9} %{buildroot}/%{_sysconfdir}/profile.d/vim-default-editor.sh
install -p -m644 %{SOURCE10} %{buildroot}/%{_sysconfdir}/profile.d/vim-default-editor.csh
mkdir -p %{buildroot}/%{_datadir}/fish/vendor_conf.d/
install -p -m644 %{SOURCE11} %{buildroot}/%{_datadir}/fish/vendor_conf.d/vim-default-editor.fish
mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
%endif
mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/
install -p -m644 %{SOURCE8} %{buildroot}%{_rpmconfigdir}/macros.d/
(cd ../runtime; rm -rf doc; ln -svf ../../vim/%{vimdir}/doc docs;)
rm -f %{buildroot}/%{_datadir}/vim/%{vimdir}/macros/maze/maze*.c
rm -rf %{buildroot}/%{_datadir}/vim/%{vimdir}/tools
rm -rf %{buildroot}/%{_datadir}/vim/%{vimdir}/doc/vim2html.pl
rm -f %{buildroot}/%{_datadir}/vim/%{vimdir}/tutor/tutor.gr.utf-8~
# Remove not UTF-8 manpages
2020-06-01 06:12:20 +00:00
for i in pl.ISO8859-2 it.ISO8859-1 ru.KOI8-R fr.ISO8859-1 da.ISO8859-1 de.ISO8859-1 tr.ISO8859-9; do
rm -rf %{buildroot}/%{_mandir}/$i
done
# use common man1/ru directory
mv %{buildroot}/%{_mandir}/ru.UTF-8 %{buildroot}/%{_mandir}/ru
# Remove duplicate man pages
2020-06-01 06:12:20 +00:00
for i in fr.UTF-8 it.UTF-8 pl.UTF-8 da.UTF-8 de.UTF-8 tr.UTF-8; do
rm -rf %{buildroot}/%{_mandir}/$i
done
2022-01-07 01:54:21 +00:00
# Install symlink for rvim man page
echo ".so man1/vim.1" > %{buildroot}/%{_mandir}/man1/rvim.1
mkdir -p %{buildroot}/%{_mandir}/man5
echo ".so man1/vim.1" > %{buildroot}/%{_mandir}/man5/vimrc.5
echo ".so man1/vi.1" > %{buildroot}/%{_mandir}/man5/virc.5
touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
2015-12-01 14:51:39 +00:00
# Refresh documentation helptags
%transfiletriggerin common -- %{_datadir}/%{name}/vimfiles/doc
%{_bindir}/vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null || :
2015-12-01 14:51:39 +00:00
%transfiletriggerpostun common -- %{_datadir}/%{name}/vimfiles/doc
> %{_datadir}/%{name}/vimfiles/doc/tags || :
%{_bindir}/vim -c ":helptags %{_datadir}/%{name}/vimfiles/doc" -c :q &> /dev/null || :
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%files common
2005-10-25 10:09:50 +00:00
%config(noreplace) %{_sysconfdir}/vimrc
2014-08-06 11:43:07 +00:00
%{!?_licensedir:%global license %%doc}
%doc README*
2004-09-09 14:01:30 +00:00
%doc runtime/docs
%{_datadir}/%{name}/%{vimdir}/autoload
%{_datadir}/%{name}/%{vimdir}/colors
%{_datadir}/%{name}/%{vimdir}/compiler
2016-04-08 11:23:49 +00:00
%{_datadir}/%{name}/%{vimdir}/pack
%{_datadir}/%{name}/%{vimdir}/doc
%{_datadir}/%{name}/%{vimdir}/*.vim
%exclude %{_datadir}/%{name}/%{vimdir}/defaults.vim
%{_datadir}/%{name}/%{vimdir}/ftplugin
2022-05-09 16:02:35 +00:00
%{_datadir}/%{name}/%{vimdir}/import/dist/vimhelp.vim
%{_datadir}/%{name}/%{vimdir}/indent
%{_datadir}/%{name}/%{vimdir}/keymap
%{_datadir}/%{name}/%{vimdir}/lang/*.vim
%{_datadir}/%{name}/%{vimdir}/lang/*.txt
%dir %{_datadir}/%{name}/%{vimdir}/lang
%{_datadir}/%{name}/%{vimdir}/macros
%{_datadir}/%{name}/%{vimdir}/plugin
%{_datadir}/%{name}/%{vimdir}/print
%{_datadir}/%{name}/%{vimdir}/syntax
%{_datadir}/%{name}/%{vimdir}/tutor
2022-01-07 01:54:21 +00:00
%if ! %{withvimspell}
%{_datadir}/%{name}/%{vimdir}/spell
%endif
2022-01-07 01:54:21 +00:00
%lang(af) %{_datadir}/%{name}/%{vimdir}/lang/af
%lang(ca) %{_datadir}/%{name}/%{vimdir}/lang/ca
%lang(cs) %{_datadir}/%{name}/%{vimdir}/lang/cs
%lang(cs.cp1250) %{_datadir}/%{name}/%{vimdir}/lang/cs.cp1250
2018-06-25 09:37:16 +00:00
%lang(da) %{_datadir}/%{name}/%{vimdir}/lang/da
%lang(de) %{_datadir}/%{name}/%{vimdir}/lang/de
%lang(en_GB) %{_datadir}/%{name}/%{vimdir}/lang/en_GB
%lang(eo) %{_datadir}/%{name}/%{vimdir}/lang/eo
%lang(es) %{_datadir}/%{name}/%{vimdir}/lang/es
%lang(fi) %{_datadir}/%{name}/%{vimdir}/lang/fi
%lang(fr) %{_datadir}/%{name}/%{vimdir}/lang/fr
%lang(ga) %{_datadir}/%{name}/%{vimdir}/lang/ga
%lang(it) %{_datadir}/%{name}/%{vimdir}/lang/it
%lang(ja) %{_datadir}/%{name}/%{vimdir}/lang/ja
%lang(ja.euc-jp) %{_datadir}/%{name}/%{vimdir}/lang/ja.euc-jp
%lang(ja.sjis) %{_datadir}/%{name}/%{vimdir}/lang/ja.sjis
%lang(ko) %{_datadir}/%{name}/%{vimdir}/lang/ko
%lang(ko) %{_datadir}/%{name}/%{vimdir}/lang/ko.UTF-8
2017-10-02 10:26:12 +00:00
%lang(lv) %{_datadir}/%{name}/%{vimdir}/lang/lv
%lang(nb) %{_datadir}/%{name}/%{vimdir}/lang/nb
%lang(nl) %{_datadir}/%{name}/%{vimdir}/lang/nl
%lang(no) %{_datadir}/%{name}/%{vimdir}/lang/no
%lang(pl) %{_datadir}/%{name}/%{vimdir}/lang/pl
%lang(pl.UTF-8) %{_datadir}/%{name}/%{vimdir}/lang/pl.UTF-8
%lang(pl.cp1250) %{_datadir}/%{name}/%{vimdir}/lang/pl.cp1250
%lang(pt_BR) %{_datadir}/%{name}/%{vimdir}/lang/pt_BR
%lang(ru) %{_datadir}/%{name}/%{vimdir}/lang/ru
%lang(ru.cp1251) %{_datadir}/%{name}/%{vimdir}/lang/ru.cp1251
%lang(sk) %{_datadir}/%{name}/%{vimdir}/lang/sk
%lang(sk.cp1250) %{_datadir}/%{name}/%{vimdir}/lang/sk.cp1250
2018-02-28 14:31:59 +00:00
%lang(sr) %{_datadir}/%{name}/%{vimdir}/lang/sr
%lang(sv) %{_datadir}/%{name}/%{vimdir}/lang/sv
2019-10-30 09:24:03 +00:00
%lang(tr) %{_datadir}/%{name}/%{vimdir}/lang/tr
%lang(uk) %{_datadir}/%{name}/%{vimdir}/lang/uk
%lang(uk.cp1251) %{_datadir}/%{name}/%{vimdir}/lang/uk.cp1251
%lang(vi) %{_datadir}/%{name}/%{vimdir}/lang/vi
%lang(zh_CN) %{_datadir}/%{name}/%{vimdir}/lang/zh_CN
%lang(zh_CN.cp936) %{_datadir}/%{name}/%{vimdir}/lang/zh_CN.cp936
%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
%{_mandir}/man1/rvim.*
%{_mandir}/man1/vim.*
%{_mandir}/man1/vimdiff.*
%{_mandir}/man1/vimtutor.*
%{_mandir}/man5/vimrc.*
2022-01-07 01:54:21 +00:00
%if %{with gui}
%{_mandir}/man1/gex.*
%{_mandir}/man1/gview.*
%{_mandir}/man1/gvim*
%{_mandir}/man1/vimx.*
%endif
%lang(fr) %{_mandir}/fr/man1/*
2018-07-11 08:29:22 +00:00
%lang(da) %{_mandir}/da/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(it) %{_mandir}/it/man1/*
2013-08-12 14:20:41 +00:00
%lang(ja) %{_mandir}/ja/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%lang(ru) %{_mandir}/ru/man1/*
2020-06-01 06:12:20 +00:00
%lang(tr) %{_mandir}/tr/man1/*
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%if %{withvimspell}
%files spell
%dir %{_datadir}/%{name}/%{vimdir}/spell
%{_datadir}/%{name}/vim70/spell/cleanadd.vim
%lang(af) %{_datadir}/%{name}/%{vimdir}/spell/af.*
%lang(am) %{_datadir}/%{name}/%{vimdir}/spell/am.*
%lang(bg) %{_datadir}/%{name}/%{vimdir}/spell/bg.*
%lang(ca) %{_datadir}/%{name}/%{vimdir}/spell/ca.*
%lang(cs) %{_datadir}/%{name}/%{vimdir}/spell/cs.*
%lang(cy) %{_datadir}/%{name}/%{vimdir}/spell/cy.*
%lang(da) %{_datadir}/%{name}/%{vimdir}/spell/da.*
%lang(de) %{_datadir}/%{name}/%{vimdir}/spell/de.*
%lang(el) %{_datadir}/%{name}/%{vimdir}/spell/el.*
%lang(en) %{_datadir}/%{name}/%{vimdir}/spell/en.*
%lang(eo) %{_datadir}/%{name}/%{vimdir}/spell/eo.*
%lang(es) %{_datadir}/%{name}/%{vimdir}/spell/es.*
%lang(fo) %{_datadir}/%{name}/%{vimdir}/spell/fo.*
%lang(fr) %{_datadir}/%{name}/%{vimdir}/spell/fr.*
%lang(ga) %{_datadir}/%{name}/%{vimdir}/spell/ga.*
%lang(gd) %{_datadir}/%{name}/%{vimdir}/spell/gd.*
%lang(gl) %{_datadir}/%{name}/%{vimdir}/spell/gl.*
%lang(he) %{_datadir}/%{name}/%{vimdir}/spell/he.*
%lang(hr) %{_datadir}/%{name}/%{vimdir}/spell/hr.*
%lang(hu) %{_datadir}/%{name}/%{vimdir}/spell/hu.*
%lang(id) %{_datadir}/%{name}/%{vimdir}/spell/id.*
%lang(it) %{_datadir}/%{name}/%{vimdir}/spell/it.*
%lang(ku) %{_datadir}/%{name}/%{vimdir}/spell/ku.*
%lang(la) %{_datadir}/%{name}/%{vimdir}/spell/la.*
%lang(lt) %{_datadir}/%{name}/%{vimdir}/spell/lt.*
%lang(lv) %{_datadir}/%{name}/%{vimdir}/spell/lv.*
%lang(mg) %{_datadir}/%{name}/%{vimdir}/spell/mg.*
%lang(mi) %{_datadir}/%{name}/%{vimdir}/spell/mi.*
%lang(ms) %{_datadir}/%{name}/%{vimdir}/spell/ms.*
%lang(nb) %{_datadir}/%{name}/%{vimdir}/spell/nb.*
%lang(nl) %{_datadir}/%{name}/%{vimdir}/spell/nl.*
%lang(nn) %{_datadir}/%{name}/%{vimdir}/spell/nn.*
%lang(ny) %{_datadir}/%{name}/%{vimdir}/spell/ny.*
%lang(pl) %{_datadir}/%{name}/%{vimdir}/spell/pl.*
%lang(pt) %{_datadir}/%{name}/%{vimdir}/spell/pt.*
%lang(ro) %{_datadir}/%{name}/%{vimdir}/spell/ro.*
%lang(ru) %{_datadir}/%{name}/%{vimdir}/spell/ru.*
%lang(rw) %{_datadir}/%{name}/%{vimdir}/spell/rw.*
%lang(sk) %{_datadir}/%{name}/%{vimdir}/spell/sk.*
%lang(sl) %{_datadir}/%{name}/%{vimdir}/spell/sl.*
2018-02-28 14:31:59 +00:00
%lang(sr) %{_datadir}/%{name}/%{vimdir}/spell/sr.*
%lang(sv) %{_datadir}/%{name}/%{vimdir}/spell/sv.*
%lang(sw) %{_datadir}/%{name}/%{vimdir}/spell/sw.*
%lang(tet) %{_datadir}/%{name}/%{vimdir}/spell/tet.*
%lang(th) %{_datadir}/%{name}/%{vimdir}/spell/th.*
%lang(tl) %{_datadir}/%{name}/%{vimdir}/spell/tl.*
%lang(tn) %{_datadir}/%{name}/%{vimdir}/spell/tn.*
%lang(uk) %{_datadir}/%{name}/%{vimdir}/spell/uk.*
%lang(yi) %{_datadir}/%{name}/%{vimdir}/spell/yi.*
%lang(yi-tr) %{_datadir}/%{name}/%{vimdir}/spell/yi-tr.*
%lang(zu) %{_datadir}/%{name}/%{vimdir}/spell/zu.*
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%files minimal
%config(noreplace) %{_sysconfdir}/virc
%{_bindir}/ex
%{_bindir}/rvi
%{_bindir}/rview
%{_bindir}/vi
%{_bindir}/view
%{_libexecdir}/vi
%{_mandir}/man1/vi.*
%{_mandir}/man1/ex.*
%{_mandir}/man1/rvi.*
%{_mandir}/man1/rview.*
%{_mandir}/man1/view.*
%{_mandir}/man5/virc.*
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%files enhanced
%{_bindir}/rvim
%{_bindir}/vim
%{_bindir}/vimdiff
%{_bindir}/vimtutor
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
2010-09-30 13:12:30 +00:00
%files filesystem
%{_rpmconfigdir}/macros.d/macros.vim
2010-09-30 13:12:30 +00:00
%dir %{_datadir}/%{name}/vimfiles/after
%dir %{_datadir}/%{name}/vimfiles/after/*
%dir %{_datadir}/%{name}/vimfiles/autoload
%dir %{_datadir}/%{name}/vimfiles/colors
%dir %{_datadir}/%{name}/vimfiles/compiler
%dir %{_datadir}/%{name}/vimfiles/doc
%ghost %{_datadir}/%{name}/vimfiles/doc/tags
2010-09-30 13:12:30 +00:00
%dir %{_datadir}/%{name}/vimfiles/ftdetect
%dir %{_datadir}/%{name}/vimfiles/ftplugin
2022-05-09 16:02:35 +00:00
%dir %{_datadir}/%{name}/%{vimdir}/import
%dir %{_datadir}/%{name}/%{vimdir}/import/dist
2010-09-30 13:12:30 +00:00
%dir %{_datadir}/%{name}/vimfiles/indent
%dir %{_datadir}/%{name}/vimfiles/keymap
%dir %{_datadir}/%{name}/vimfiles/lang
%dir %{_datadir}/%{name}/vimfiles/plugin
%dir %{_datadir}/%{name}/vimfiles/print
%dir %{_datadir}/%{name}/vimfiles/spell
%dir %{_datadir}/%{name}/vimfiles/syntax
%dir %{_datadir}/%{name}/vimfiles/tutor
2022-01-07 01:54:21 +00:00
%if %{with gui}
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%files X11
2022-01-07 01:54:21 +00:00
%if "%{desktop_file}" == "1"
%{_datadir}/metainfo/*.appdata.xml
/%{_datadir}/applications/*
2016-11-28 11:44:33 +00:00
%exclude /%{_datadir}/applications/vim.desktop
2022-01-07 01:54:21 +00:00
%else
/%{_sysconfdir}/X11/applnk/*/gvim.desktop
2022-01-07 01:54:21 +00:00
%endif
2008-05-15 10:12:55 +00:00
%{_bindir}/gvimtutor
%{_bindir}/gvim
%{_bindir}/gvimdiff
%{_bindir}/gview
%{_bindir}/gex
%{_bindir}/vimtutor
%{_bindir}/vimx
%{_bindir}/evim
auto-import changelog data from vim-6.0-7.13.src.rpm Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13 - Patchlevel 152 - Add symlinks for evim, rvim and vimdiff as described in vim docs Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12 - Patchlevel 149 Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11 - Patchlevel 147 Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9 - Patchlevel 101 Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8 - Patchlevel 93 Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7 - 6.0pl78 - Move desktop file (Utilities -> Applications), #53503 Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6 - 6.0pl61 Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 6.0pl44 Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5 - 6.0pl36 - Fix build with gcc 3.1 Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4 - 6.0pl21 - Don't show an error message when trying to "return" to a line that no longer exists (#54551) Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3 - 6.0pl19 Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2 - 6.0pl11 Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1 - 6.0 Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1 - 6.0av - Use -Os in rescue mode Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1 - Update to 6.0au - Allow rescue build Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1 - vim 6.0at - Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
%{_mandir}/man1/evim.*
2020-08-05 09:25:56 +00:00
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/*
%dir %{_datadir}/icons/hicolor/*/apps
%{_datadir}/icons/hicolor/*/apps/*
2020-08-05 09:25:56 +00:00
%dir %{_datadir}/icons/locolor
%dir %{_datadir}/icons/locolor/*
%dir %{_datadir}/icons/locolor/*/apps
2016-09-13 15:20:23 +00:00
%{_datadir}/icons/locolor/*/apps/*
2022-01-07 01:54:21 +00:00
%endif
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%files data
%license LICENSE
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/%{vimdir}
%{_datadir}/%{name}/%{vimdir}/defaults.vim
%dir %{_datadir}/%{name}/vimfiles
%{_datadir}/%{name}/vimfiles/template.spec
%if %{with default_editor}
%files default-editor
%dir %{_datadir}/fish/vendor_conf.d
%{_datadir}/fish/vendor_conf.d/vim-default-editor.fish
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%endif
%files -n xxd
%license LICENSE
%{_bindir}/xxd
%{_mandir}/man1/xxd.*
auto-import changelog data from vim-5.7-6.src.rpm Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com> - xterm doesn't have request version string (#14570) Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Patchlevel 8 Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix paths in vim.1 manpage (Bug #15387) Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up vimtutor (Bug #11455) Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7 release - some more fixes to .spec file syntax highlighting rules... About time it recognizes %{_mandir}... Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 5.7a Sat Jun 03 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 74 - add %makeinstall macro recognition to .spec file syntax highlighting rules - fix up Makefiles Fri Apr 14 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 66 - fix compilation with perl 5.6.0 Mon Mar 20 2000 Bernhard Rosenkrnzer <bero@redhat.com> - patchlevel 12 Tue Mar 07 2000 Preston Brown <pbrown@redhat.com> - fix home/end in vimrc (we did a term = rxvt, totally wrong) Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> - change F1-F4 keybindings for xterm builtin terminfo to match real terminfo Thu Feb 17 2000 Bill Nottingham <notting@redhat.com> - kill autoindent Mon Feb 07 2000 Preston Brown <pbrown@redhat.com> - wmconfig -> desktop Sat Feb 05 2000 Bernhard Rosenkrnzer <bero@redhat.com> - Patchlevel 11 - handle compressed man pages - fix man page symlinks Wed Feb 02 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on X in vim-enhanced, and ncurses/gpm in vim-minimal Fri Jan 28 2000 Bill Nottingham <notting@redhat.com> - eliminate dependencies on csh and perl in vim-common Wed Jan 19 2000 Bernhard Rosenrknzer <bero@redhat.com> - Use awk, not nawk Tue Jan 18 2000 Bernhard Rosenrknzer <bero@redhat.com> - 5.6 - patch 5.6.001 - remove /usr/bin/vi - if you want vim, type vim Tue Jan 11 2000 Bernhard Rosenkrnzer <bero@redhat.com> - 5.6a - Remove dependency on nawk (introduced by base update) - some tweaks to make updating easier Tue Nov 09 1999 Bernhard Rosenkrnzer <bero@redhat.com> - 5.5 - fix path to vimrc Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com> - moved from athena to gtk widgets for X version - removed vim.1 from X11 filelist because X11 depends on vim-common anyway - fixed rogue dependencies from sample files Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com> - update to 5.4. Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com> - man page had buildroot pollution (#3629). Thu Mar 25 1999 Preston Brown <pbrown@redhat.com> - with recent termcap/terminfo fixes, regular vim works in xterm/console - in color, so vim-color package removed. Tue Mar 23 1999 Erik Troan <ewt@redhat.com> - removed "set backupdir=/tmp/vim_backup" from default vimrc Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Thu Dec 17 1998 Michael Maher <mike@redaht.com> - built pacakge for 6.0 Tue Sep 15 1998 Michael Maher <mike@redhat.com> - removed '--with-tlib=termcap' so that color-vim works Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com> - update to 5.3. Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com> - merge in Toshio's changes - color-vim: changed "--disable-p" to "--disable-perlinterp --with-tlib=termcap" - added minimal rvi/rview and man pages. - move Obsoletes to same package as executable. Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu> - Break the package apart similar to the way the netscape package was broken down to handle navigator or communicator: The vim package is Obsolete, now there is vim-common with all the common files, and a package for each binary: vim-minimal (has /bin/vi compiled with no frills), vim-enhanced (has /usr/bin/vim with extra perl and python interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI support.) - Enable the perl and python interpreters in the gui version (gvim). Tue Jun 30 1998 Michael Maher <mike@redhat.com> - Fixed tutor help. - cvim package added. Thanks to Stevie Wills for finding this one :-) Thu May 07 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri May 01 1998 Donnie Barnes <djb@redhat.com> - added patch to turn off the "vi compatibility" by default. You can still get it via the -C command line option Thu Apr 23 1998 Donnie Barnes <djb@redhat.com> - removed perl and python interpreters (sorry, but those don't belong in a /bin/vi and having two vi's seemed like overkill...complain to suggest@redhat.com if you care) Fri Apr 17 1998 Donnie Barnes <djb@redhat.com> - fixed buildroot bug Sat Apr 11 1998 Donnie Barnes <djb@redhat.com> - updated from 4.6 to 5.1 - moved to buildroot Sun Nov 09 1997 Donnie Barnes <djb@redhat.com> - fixed missing man page Wed Oct 22 1997 Donnie Barnes <djb@redhat.com> - added wmconfig entry to vim-X11 Mon Oct 20 1997 Donnie Barnes <djb@redhat.com> - upgraded from 4.5 to 4.6 Fri Jun 13 1997 Erik Troan <ewt@redhat.com> - built against glibc Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com> - Upgraded to 4.5 - Added ex symlinks Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com> - Added view symlink.
2004-09-09 13:57:11 +00:00
%changelog
* Tue Apr 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-2
- incorporate License tag changes based on legal team response
* Wed Apr 05 2023 Andreas Schneider <asn@redhat.com> - 2:9.0.1440-2
- create xxd package, because it is used by hex.nvim
* Wed Apr 05 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-2
- list most licenses available in binary rpms and migrate them into SPDX syntax
2023-04-05 07:43:28 +00:00
* Wed Apr 05 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-1
- patchlevel 1440
2023-03-27 09:31:15 +00:00
* Mon Mar 27 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1429-1
- patchlevel 1429
2023-03-22 10:35:18 +00:00
* Wed Mar 22 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1423-1
- patchlevel 1423
2023-03-16 16:13:49 +00:00
* Thu Mar 16 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1407-1
- patchlevel 1407
2023-03-14 14:39:55 +00:00
* Tue Mar 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1403-1
- patchlevel 1403
2023-03-02 06:41:06 +00:00
* Thu Mar 02 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1367-1
- patchlevel 1367
2023-02-17 12:33:46 +00:00
* Fri Feb 17 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1314-1
- patchlevel 1314
2023-02-14 11:32:12 +00:00
* Tue Feb 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1307-1
- patchlevel 1307
* Tue Feb 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1293-2
- 2169641 - Syntax highlight for sh files broken
2023-02-09 13:02:46 +00:00
* Thu Feb 09 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1293-1
- patchlevel 1293
2023-01-30 13:43:25 +00:00
* Mon Jan 30 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1262-1
- patchlevel 1262
2023-01-19 11:10:28 +00:00
* Thu Jan 19 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1221-1
- patchlevel 1221
2023-01-12 11:36:52 +00:00
* Thu Jan 12 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1182-1
- patchlevel 1182
2023-01-09 10:42:37 +00:00
* Mon Jan 09 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1160-1
- patchlevel 1160
* Mon Jan 09 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1054-2
- FTBFS with new FORTIFY_SOURCE=3 - remove it since Vim wants level 1
2022-12-14 10:03:21 +00:00
* Wed Dec 14 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1054-1
- patchlevel 1054
2022-12-05 10:21:01 +00:00
* Mon Dec 05 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1006-1
- patchlevel 1006
2022-11-28 14:13:09 +00:00
* Mon Nov 28 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.963-1
- patchlevel 963
2022-11-21 10:33:27 +00:00
* Mon Nov 21 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.915-1
- patchlevel 915
2022-11-03 10:37:51 +00:00
* Thu Nov 03 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.828-1
- patchlevel 828
2022-10-20 12:43:18 +00:00
* Thu Oct 20 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.803-1
- patchlevel 803
2022-10-17 09:48:38 +00:00
* Mon Oct 17 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.777-1
- patchlevel 777
* Wed Oct 12 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.720-2
- the current configure option for Vi is 'tiny'
2022-10-11 13:21:56 +00:00
* Tue Oct 11 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.720-1
- patchlevel 720
* Wed Sep 28 2022 Carl George <carl@george.computer> - 2:9.0.475-2
- Obsolete vim-toml since the runtime files are now part of vim-common
2022-09-16 08:05:03 +00:00
* Fri Sep 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.475-1
- patchlevel 475
* Fri Sep 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-2
- provide 'vim(plugins-supported)' for plugins to require Vim/GVim
2022-09-08 08:28:50 +00:00
* Thu Sep 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.412-1
- patchlevel 412
2022-09-01 13:48:12 +00:00
* Thu Sep 01 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.348-1
- patchlevel 348
2022-08-30 13:44:41 +00:00
* Tue Aug 30 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.327-1
- patchlevel 327
2022-08-23 12:57:35 +00:00
* Tue Aug 23 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.246-1
- patchlevel 246
2022-08-15 13:02:38 +00:00
* Mon Aug 15 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.213-1
- patchlevel 213
2022-08-11 09:59:03 +00:00
* Thu Aug 11 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.189-1
- patchlevel 189
2022-08-04 10:59:22 +00:00
* Thu Aug 04 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.137-1
- patchlevel 137
2022-07-26 12:54:25 +00:00
* Tue Jul 26 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.077-1
- patchlevel 077
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:9.0.049-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-07-11 13:23:35 +00:00
* Mon Jul 11 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.049-1
- patchlevel 049
2022-06-28 10:46:11 +00:00
* Tue Jun 28 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5172-1
- patchlevel 5172
2022-06-21 13:26:32 +00:00
* Tue Jun 21 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5141-1
- patchlevel 5141
2022-06-14 09:34:42 +00:00
* Tue Jun 14 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5085-1
- patchlevel 5085
2022-06-03 08:02:06 +00:00
* Fri Jun 03 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5052-1
- patchlevel 5052
2022-05-31 10:09:34 +00:00
* Tue May 31 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.5046-1
- patchlevel 5046
2022-05-18 06:58:38 +00:00
* Wed May 18 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4975-1
- patchlevel 4975
2022-05-17 11:23:55 +00:00
* Tue May 17 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4969-1
- patchlevel 4969
2022-05-09 16:03:18 +00:00
* Mon May 09 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4927-1
- patchlevel 4927
2022-05-09 16:02:35 +00:00
* Mon May 09 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4877-2
- add new file vimhelp.vim
2022-05-06 08:38:04 +00:00
* Fri May 06 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4877-1
- patchlevel 4877
2022-05-02 10:18:09 +00:00
* Mon May 02 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4857-1
- patchlevel 4857
2022-04-29 12:05:50 +00:00
* Fri Apr 29 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4845-1
- patchlevel 4845
2022-04-22 05:23:11 +00:00
* Fri Apr 22 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4804-1
- patchlevel 4804
* Fri Apr 08 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4701-2
- fix the upstream testsuite failure due downstream patch
2022-04-07 08:45:51 +00:00
* Thu Apr 07 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4701-1
- patchlevel 4701
2022-03-25 09:05:32 +00:00
* Fri Mar 25 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4621-1
- patchlevel 4621
2022-03-16 13:42:24 +00:00
* Wed Mar 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4579-1
- patchlevel 4579
2022-03-09 05:34:58 +00:00
* Wed Mar 09 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4529-1
- patchlevel 4529
2022-03-01 10:16:44 +00:00
* Tue Mar 01 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4485-1
- patchlevel 4485
2022-02-24 07:17:54 +00:00
* Thu Feb 24 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4460-1
- patchlevel 4460
2022-02-21 11:14:01 +00:00
* Mon Feb 21 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4428-1
- patchlevel 4428
2022-02-15 06:17:22 +00:00
* Tue Feb 15 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4386-1
- patchlevel 4386
2022-02-07 08:20:31 +00:00
* Mon Feb 07 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4314-1
- patchlevel 4314
2022-01-27 17:56:34 +00:00
* Thu Jan 27 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4232-1
- patchlevel 4232
2022-01-24 11:21:43 +00:00
* Mon Jan 24 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4198-1
- patchlevel 4198
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.2.4068-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2022-01-12 15:01:23 +00:00
* Wed Jan 12 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4068-1
- patchlevel 4068
2022-01-10 13:22:24 +00:00
* Mon Jan 10 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4051-1
- patchlevel 4051
2022-01-07 01:54:21 +00:00
* Fri Jan 07 2022 Malcolm Inglis <miinglis@amazon.com> - 2:8.2.4006-2
- add 'gui' build condition for vim-X11
2022-01-05 12:31:41 +00:00
* Wed Jan 05 2022 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.4006-1
- patchlevel 4006
2021-12-15 10:55:45 +00:00
* Wed Dec 15 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3811-1
- patchlevel 3811
2021-12-07 11:44:08 +00:00
* Tue Dec 07 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3755-1
- patchlevel 3755
2021-12-02 08:26:51 +00:00
* Thu Dec 02 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3717-1
- patchlevel 3717
* Thu Nov 25 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3642-2
- 2026651 - defaults.vim changes create conflicts between vim-minimal and vim-common
2021-11-22 12:43:12 +00:00
* Mon Nov 22 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3642-1
- patchlevel 3642
2021-11-08 10:00:53 +00:00
* Mon Nov 08 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3582-1
- patchlevel 3582
2021-11-01 11:20:49 +00:00
* Mon Nov 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3568-1
- patchlevel 3568
2021-10-15 04:39:48 +00:00
* Fri Oct 15 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3512-1
- patchlevel 3512
* Thu Oct 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- adjust test suite to Python 3.10
* Thu Oct 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- remove filetype plugin from virc - it doesn't work with vi
2021-10-11 13:58:34 +00:00
* Mon Oct 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- set system vimrc via compiler macros
* Thu Sep 23 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- remove downstream patch vim-8.0-copypaste.patch - put mouse settings into defaults.vim again
2021-09-06 08:06:56 +00:00
* Mon Sep 06 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-1
- patchlevel 3404
2021-09-01 09:45:45 +00:00
* Wed Sep 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3391-1
- patchlevel 3391
2021-08-23 13:23:26 +00:00
* Mon Aug 23 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3367-1
- patchlevel 3367
2021-08-16 12:59:17 +00:00
* Mon Aug 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3354-1
- patchlevel 3354
2021-08-09 08:03:55 +00:00
* Mon Aug 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3318-1
- patchlevel 3318
2021-08-05 07:34:10 +00:00
* Thu Aug 05 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3290-1
- patchlevel 3290
2021-08-02 08:07:37 +00:00
* Mon Aug 02 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3273-1
- patchlevel 3273
2021-07-26 08:34:05 +00:00
* Mon Jul 26 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3223-1
- patchlevel 3223
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.2.3182-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-07-19 08:07:35 +00:00
* Mon Jul 19 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3182-1
- patchlevel 3182
2021-07-12 08:22:28 +00:00
* Mon Jul 12 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3154-1
- patchlevel 3154
2021-06-28 09:41:19 +00:00
* Mon Jun 28 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3070-1
- patchlevel 3070
2021-06-25 06:52:34 +00:00
* Fri Jun 25 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3046-1
- patchlevel 3046
2021-06-24 07:26:41 +00:00
* Thu Jun 24 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3043-1
- patchlevel 3043
2021-06-24 07:41:44 +00:00
- enable libsodium encryption in Fedora
- require glibc-gconv-extra on F35 and later
2021-06-24 07:26:41 +00:00
2021-06-16 11:02:19 +00:00
* Wed Jun 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3009-1
- patchlevel 3009
* Thu Jun 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2956-2
- 1969936 - Failed to source defaults.vim
2021-06-07 12:26:40 +00:00
* Mon Jun 07 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2956-1
- patchlevel 2956
2021-06-04 04:59:28 +00:00
* Fri Jun 04 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2932-1
- patchlevel 2932
2021-05-24 09:07:48 +00:00
* Mon May 24 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2879-1
- patchlevel 2879
2021-05-21 05:27:06 +00:00
* Fri May 21 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2875-1
- patchlevel 2875
2021-05-10 08:01:42 +00:00
* Mon May 10 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2846-1
- patchlevel 2846
* Wed May 05 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2825-2
- make default-editor built only on Fedora
2021-05-03 08:14:55 +00:00
* Mon May 03 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2825-1
- patchlevel 2825
2021-04-26 08:13:49 +00:00
* Mon Apr 26 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2811-1
- patchlevel 2811
2021-04-20 10:05:22 +00:00
* Tue Apr 20 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2787-1
- patchlevel 2787
2021-04-12 08:04:15 +00:00
* Mon Apr 12 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2756-1
- patchlevel 2756
2021-04-08 11:40:21 +00:00
* Thu Apr 08 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2735-1
- patchlevel 2735
2021-03-22 09:03:04 +00:00
* Mon Mar 22 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2637-1
- patchlevel 2637
2021-03-15 09:11:34 +00:00
* Mon Mar 15 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2607-1
- patchlevel 2607
2021-03-08 06:00:27 +00:00
* Mon Mar 08 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2576-1
- patchlevel 2576
2021-03-01 11:13:25 +00:00
* Mon Mar 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2559-1
- patchlevel 2559
* Mon Mar 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2541-2
- 1928442 - vim-enhanced is replacing vim-wrappers-8.2.2465-1
2021-02-22 06:26:08 +00:00
* Mon Feb 22 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2541-1
- patchlevel 2541
- 1931099 - Build version numbers don't match the actual build patchlevel
2021-02-22 06:26:08 +00:00
2021-02-18 06:43:51 +00:00
* Thu Feb 18 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2529-1
- patchlevel 2529
2021-02-09 09:56:56 +00:00
* Tue Feb 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2488-1
- patchlevel 2488
* Tue Feb 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2465-2
- remove vim-wrappers, vim is a binary again, vi and view stay as wrappers
- removed vim -> vi functionality, because it cannot be optional and work
for all cases at the same time
* Mon Feb 08 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2465-2
- view is not readonly right now, fix it by -R
2021-02-04 08:26:20 +00:00
* Thu Feb 04 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2465-1
- patchlevel 2465
- 1918575 - Use wrappers for vi/vim instead of aliases
2021-02-04 08:26:20 +00:00
* Thu Feb 04 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2451-2
- vim-update.sh: apply changes master->rawhide
2021-02-02 06:01:49 +00:00
* Tue Feb 02 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2451-1
- patchlevel 2451
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.2.2311-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2311-2
- conflicting the version when the change happened doesnt make sense
* Fri Jan 08 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2311-1
- patchlevel 2311
* Fri Dec 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2146-2
- install vim-minimal profiles under different name to avoid future conflicts
2020-12-18 07:45:19 +00:00
- remove old conflicts
2020-12-16 13:39:20 +00:00
* Wed Dec 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2146-1
- patchlevel 2146
* Wed Dec 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2143-2
- make profile files as ghosts to prevent further conflicts
- remove ownership of /etc/profile.d - rpmlinter reports it as an error
- remove interactive prompt from profile scripts
2020-12-14 10:43:11 +00:00
* Mon Dec 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2143-1
- patchlevel 2143
* Mon Dec 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2115-2
- 1907335 - installing vim no longer works, due to package conflicts with vim-minimal
2020-12-09 08:41:55 +00:00
* Wed Dec 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2115-1
- patchlevel 2115
* Wed Dec 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2108-2
- 1902772 - "vim" from vim-minimal defunct on zsh
2020-12-08 10:43:21 +00:00
* Tue Dec 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2108-1
- patchlevel 2108
2020-12-04 05:28:00 +00:00
* Fri Dec 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2086-1
- patchlevel 2086
2020-12-01 05:36:37 +00:00
* Tue Dec 01 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2072-1
- patchlevel 2072
2020-11-20 06:57:44 +00:00
* Fri Nov 20 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2018-1
- patchlevel 2018
2020-11-10 12:57:03 +00:00
* Tue Nov 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1971-1
- patchlevel 1971
2020-11-06 06:14:14 +00:00
* Fri Nov 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1961-1
- patchlevel 1961
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1941-2
- make is no longer in buildroot by default
- disable F31 updating
2020-11-02 10:20:51 +00:00
* Mon Nov 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1941-1
- patchlevel 1941
* Mon Nov 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1885-2
- move vim.fish to vendor_functions.d
2020-10-22 10:54:06 +00:00
* Thu Oct 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1885-1
- patchlevel 1885
* Mon Oct 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1815-2
- vim.sh, vim.csh, vim.fish - drop 'which', use 'command'
* Thu Oct 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1815-2
- vim-default-editor.fish - dont give EDITOR universal scope
- vim.sh, vim.csh - set aliases only for OS default vi and vim
2020-10-15 12:00:54 +00:00
- add fish profile for Vim
* Mon Oct 12 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1815-2
- fix installing fish profile, set virtual provide for default editor
(thanks Neal Gompa and Kamil Dudka)
- set conflicts to nano-default-editor which doesnt provide system-default-editor
* Fri Oct 09 2020 Paweł Marciniak <sunwire+repo@gmail.com> - 2:8.2.1815-2
- A new subpackage, set vim as a default editor.
2020-10-09 04:20:12 +00:00
* Fri Oct 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1815-1
- patchlevel 1815
2020-10-06 14:58:43 +00:00
* Tue Oct 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1805-1
- patchlevel 1805
2020-09-29 15:55:32 +00:00
* Tue Sep 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1770-1
- patchlevel 1770
2020-09-15 09:09:57 +00:00
* Tue Sep 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1687-1
- patchlevel 1687
2020-09-10 05:22:40 +00:00
* Thu Sep 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1651-1
- patchlevel 1651
2020-09-08 05:29:26 +00:00
* Tue Sep 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1634-1
- patchlevel 1634
2020-08-31 08:25:40 +00:00
* Mon Aug 31 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1551-1
- patchlevel 1551
2020-08-31 08:24:30 +00:00
* Mon Aug 31 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1522-3
- F33 has update-testing now
2020-08-25 11:51:48 +00:00
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1522-2
- typo in vim-update.sh
2020-08-25 11:13:14 +00:00
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1522-1
- patchlevel 1522
2020-08-24 11:29:00 +00:00
* Mon Aug 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1520-1
- patchlevel 1520
* Thu Aug 20 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1484-2
- explicitly disable canberra for vi and vim
2020-08-19 05:14:20 +00:00
* Wed Aug 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1484-1
- patchlevel 1484
* Tue Aug 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-2
- F33 got branched, updates-testing isn't enabled for it yet
2020-08-18 09:20:43 +00:00
- enable sounds for gvim
2020-08-10 10:08:25 +00:00
* Mon Aug 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-1
- patchlevel 1412
2020-08-07 04:57:14 +00:00
* Fri Aug 07 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1382-1
- patchlevel 1382
2020-08-05 09:25:56 +00:00
* Wed Aug 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1359-2
- own directories for icons
2020-08-03 05:14:35 +00:00
* Mon Aug 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1359-1
- patchlevel 1359
* Fri Jul 31 2020 Zane Bitter <zbitter@redhat.com> - 2:8.2.1328-2
- Alias view to "vim -R" when available
2020-07-31 04:26:39 +00:00
* Fri Jul 31 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1328-1
- patchlevel 1328
* Wed Jul 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1307-2
- 1703774 - ex, view and rview manpages were dangling symlinks
2020-07-28 09:36:30 +00:00
* Tue Jul 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1307-1
- patchlevel 1307
* Fri Jul 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-2
- vim-update.sh: bodhi no longer sets a default automatic time to stable
2020-07-23 10:26:57 +00:00
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-1
- patchlevel 1273
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-4
- python3 dynamic linking patch is already in upstream, remove it
* Wed Jul 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-3
- use %%make_build and %%make_install according FPG
2020-07-16 11:54:10 +00:00
* Thu Jul 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-2
- proper fix for python3 dynamic linking
2020-07-16 04:21:42 +00:00
* Thu Jul 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-1
- patchlevel 1224
2020-07-15 10:48:19 +00:00
* Wed Jul 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1217-1
- patchlevel 1217
* Wed Jul 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1199-1
- fix python3 dynamic linking with python >= 3.8
2020-07-15 10:47:17 +00:00
- clean up unused stuff
* Tue Jul 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1199-1
- FTBFS with Lua - backported patch from upstream pull request to prevent linking with lua
2020-07-13 09:50:51 +00:00
* Mon Jul 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1199-1
- patchlevel 1199
2020-06-29 07:16:09 +00:00
* Mon Jun 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1081-1
- patchlevel 1081
2020-06-25 12:23:56 +00:00
* Thu Jun 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1052-2
- remove python2 stuff for RHEL
- %%{fedora} macro is undefined in ELN, causes python3-config to use old options
2020-06-25 12:23:56 +00:00
2020-06-25 04:40:49 +00:00
* Thu Jun 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1052-1
- patchlevel 1052
2020-06-19 04:25:15 +00:00
* Fri Jun 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1009-1
- patchlevel 1009
2020-06-17 11:39:39 +00:00
* Wed Jun 17 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.993-1
- patchlevel 993
2020-06-16 13:09:02 +00:00
* Tue Jun 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.987-1
- patchlevel 987
2020-06-05 05:08:00 +00:00
* Fri Jun 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.905-1
- patchlevel 905
* Tue Jun 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-2
- remove tests from dist-git, we use base os ci
2020-06-01 06:12:20 +00:00
* Mon Jun 01 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-1
- patchlevel 869
2020-05-28 12:53:18 +00:00
* Thu May 28 2020 Miro Hrončok <mhroncok@redhat.com> - 2:8.2.834-2
- Rebuilt for Python 3.9
2020-05-28 07:06:10 +00:00
* Thu May 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.834-1
- patchlevel 834
2020-05-26 01:54:36 +00:00
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2:8.2.806-2
- Rebuilt for Python 3.9
2020-05-22 08:32:14 +00:00
* Fri May 22 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.806-1
- patchlevel 806
2020-05-18 11:54:49 +00:00
* Mon May 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.789-1
- patchlevel 789
* Thu May 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.752-2
- F30 will be EOL in less than 14 days, remove it from automatic updates
2020-05-14 05:01:00 +00:00
* Thu May 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.752-1
- patchlevel 752
2020-05-11 08:14:12 +00:00
* Mon May 11 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.735-1
- patchlevel 735
2020-05-04 10:32:23 +00:00
* Mon May 04 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.694-1
- patchlevel 694
2020-04-24 06:21:00 +00:00
* Fri Apr 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.628-1
- patchlevel 628
2020-04-21 04:23:01 +00:00
* Tue Apr 21 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.613-1
- patchlevel 613
2020-04-17 04:08:21 +00:00
* Fri Apr 17 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.587-1
- patchlevel 587
2020-04-09 04:35:08 +00:00
* Thu Apr 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.534-1
- patchlevel 534
2020-04-07 11:38:40 +00:00
* Tue Apr 07 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.525-1
- patchlevel 525
2020-04-06 05:53:38 +00:00
* Mon Apr 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.520-1
- patchlevel 520
2020-03-30 07:38:55 +00:00
* Mon Mar 30 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.480-1
- patchlevel 480
2020-03-26 05:03:29 +00:00
* Thu Mar 26 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.448-1
- patchlevel 448
2020-03-25 12:48:59 +00:00
* Wed Mar 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.444-1
- patchlevel 444
* Mon Mar 16 2020 Lubomir Rintel <lkundrak@v3.sk> - 2:8.2.390-2
- source /etc/vimrc.local if it exists
2020-03-16 06:05:53 +00:00
* Mon Mar 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.390-1
- patchlevel 390
* Tue Mar 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.357-2
- put providing bundled libvterm into subpackage vim-enhanced
2020-03-06 05:12:25 +00:00
* Fri Mar 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.357-1
- patchlevel 357
2020-03-05 09:41:22 +00:00
* Thu Mar 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.356-1
- patchlevel 356
2020-03-03 11:01:08 +00:00
* Tue Mar 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.348-1
- patchlevel 348
* Thu Feb 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-2
- F32 got branched - do separate update for it
2020-02-10 07:47:32 +00:00
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-1
- patchlevel 236
* Wed Jan 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.158-2
- man page file format conversion is not needed anymore
2020-01-27 11:54:37 +00:00
* Mon Jan 27 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.158-1
- patchlevel 158
2020-01-10 09:10:58 +00:00
* Fri Jan 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.109-1
- patchlevel 109
2020-01-02 10:39:30 +00:00
* Thu Jan 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.076-1
- patchlevel 076
2019-12-18 09:12:16 +00:00
* Wed Dec 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.019-1
- patchlevel 019
2019-12-16 11:03:32 +00:00
* Mon Dec 16 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.012-1
- patchlevel 012
2019-12-12 07:53:54 +00:00
* Thu Dec 12 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2424-1
- patchlevel 2424
2019-11-28 12:00:01 +00:00
* Thu Nov 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2352-1
- patchlevel 2352
2019-11-28 11:58:46 +00:00
* Thu Nov 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2267-2
- leave out f29, will be soon EOL
2019-11-07 11:55:48 +00:00
* Thu Nov 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2267-1
- patchlevel 2267
* Wed Nov 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2234-2
- do not add python-libs into LDFLAGS until we build vim and gvim
2019-10-30 09:24:03 +00:00
* Wed Oct 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2234-1
- patchlevel 2234
2019-10-22 10:35:41 +00:00
* Tue Oct 22 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2198-1
- patchlevel 2198
2019-10-21 07:46:38 +00:00
* Mon Oct 21 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2197-1
- patchlevel 2197
2019-10-17 13:25:25 +00:00
* Thu Oct 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2168-1
- patchlevel 2168
2019-10-07 10:00:34 +00:00
* Mon Oct 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2120-1
- patchlevel 2120
2019-09-30 14:27:42 +00:00
* Mon Sep 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2102-1
- patchlevel 2102
2019-09-19 09:54:52 +00:00
* Thu Sep 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2056-1
- patchlevel 2056
2019-09-16 12:59:27 +00:00
* Mon Sep 16 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2019-2
- enable fips warning
2019-09-10 05:47:31 +00:00
* Tue Sep 10 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2019-1
- patchlevel 2019
* Fri Sep 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1991-2
- add f32 as rawhide and f31 as standalone branch
2019-09-06 05:38:27 +00:00
* Fri Sep 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1991-1
- patchlevel 1991
* Tue Sep 03 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1912-3
- 1744956 - vim does not build with python3.8
* Mon Aug 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1912-2
- remove python2 interpreter - python2 will be retired soon.
- use 'file' with '--mime' option - output is more stable
2019-08-23 10:35:54 +00:00
* Fri Aug 23 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1912-1
- patchlevel 1912
* Fri Aug 23 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1890-2
- revert vimx removal
2019-08-20 06:35:13 +00:00
* Tue Aug 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1890-1
- patchlevel 1890
* Tue Aug 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1790-2
- 1740892 - vimx is symlink to gvim instead of vim
2019-08-02 12:18:53 +00:00
* Fri Aug 02 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1790-1
- patchlevel 1790
2019-07-26 05:59:29 +00:00
* Fri Jul 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1749-1
- patchlevel 1749
* Tue Jul 23 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-6
- Provides must be unversioned according FPG
* Mon Jul 22 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-5
- remove perl-libs, because they are supplied perl MODULE_COMPAT
2019-07-19 08:28:42 +00:00
* Fri Jul 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-4
- remove unused patch
* Fri Jul 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-3
- 1724126 - disable showing spec template for new file with .spec suffix
- minor changes in spec.template - tabs->spaces
* Fri Jul 19 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-2
- remove skip_defaults_vim - it does not make sense to have it in system vimrc
2019-07-18 11:56:14 +00:00
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1713-1
- patchlevel 1713
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1661-2
- 1643311 - add several defaults from Vim upstream and remove forcing fileencodings
2019-07-11 09:56:42 +00:00
* Thu Jul 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1661-1
- patchlevel 1661
2019-06-28 08:54:52 +00:00
* Fri Jun 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1602-1
- patchlevel 1602
2019-06-17 07:51:15 +00:00
* Mon Jun 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1561-1
- patchlevel 1561
2019-06-11 08:02:32 +00:00
* Tue Jun 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1517-1
- patchlevel 1517
* Tue Jun 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1471-2
- remove desktop patch, already in upstream
* Thu Jun 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1471-1
- patchlevel 1471
2019-05-28 10:57:52 +00:00
* Tue May 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1413-1
- patchlevel 1413
2019-05-20 10:58:29 +00:00
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1359-2
- stop updating f28
2019-05-20 07:17:03 +00:00
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1359-1
- patchlevel 1359
2019-05-20 07:15:37 +00:00
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1137-2
- remove upstream patch
2019-04-08 10:51:28 +00:00
* Mon Apr 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1137-1
- patchlevel 1137
* Mon Apr 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1099-2
- 1697104 - new spec file template contains deprecated tags
2019-04-02 13:47:03 +00:00
* Tue Apr 02 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1099-1
- patchlevel 1099
2019-03-26 12:49:57 +00:00
* Tue Mar 26 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1048-2
- add bundled libvterm
2019-03-25 10:52:48 +00:00
* Mon Mar 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1048-1
- patchlevel 1048
2019-03-08 08:24:15 +00:00
* Fri Mar 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.998-1
- patchlevel 998
2019-03-08 08:22:54 +00:00
* Fri Mar 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.994-2
- F30 is already active in bodhi
2019-03-04 14:32:01 +00:00
* Mon Mar 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.994-1
- patchlevel 994
2019-02-20 09:25:15 +00:00
* Wed Feb 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.956-1
- patchlevel 956
* Wed Feb 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-2
- we have Fedora 30 branch now, enable updates for it in vim-update.sh
2019-02-14 13:38:11 +00:00
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-1
- patchlevel 918
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.897-2
- we do not need exact include path for python3 now
2019-02-12 16:41:49 +00:00
* Tue Feb 12 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.897-1
- patchlevel 897
2019-02-08 13:23:09 +00:00
* Fri Feb 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.880-1
- patchlevel 880
2019-02-04 13:42:02 +00:00
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.873-1
- patchlevel 873
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.847-4
- remove downstream fix for new ruby, upstream solved it different way
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.1.847-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jan 31 2019 Karsten Hopp <karsten@redhat.com> - 2:8.1.847-2
- remove ancient Changelog.rpm
2019-01-30 11:30:46 +00:00
* Wed Jan 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.847-2
- fix patch for new ruby-2.6
2019-01-30 09:33:46 +00:00
* Wed Jan 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.847-1
- patchlevel 847
2019-01-30 09:32:46 +00:00
* Tue Jan 29 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.837-2
- FTBFS with new ruby-2.6
2019-01-28 11:04:24 +00:00
* Mon Jan 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.837-1
- patchlevel 837
2019-01-25 08:32:02 +00:00
* Fri Jan 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.818-1
- patchlevel 818
2019-01-22 16:28:16 +00:00
* Tue Jan 22 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.789-1
- patchlevel 789
2019-01-11 07:55:44 +00:00
* Fri Jan 11 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.714-1
- patchlevel 714
2019-01-08 07:30:52 +00:00
* Tue Jan 08 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.702-1
- patchlevel 702
2018-12-10 11:19:15 +00:00
* Mon Dec 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.575-1
- patchlevel 575
* Wed Dec 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.549-2
- do not strip binaries before build system strips it
2018-11-27 10:56:46 +00:00
* Tue Nov 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.549-1
- patchlevel 549
2018-11-27 09:48:53 +00:00
* Tue Nov 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.527-2
- update vim-update.sh - F27 EOL
2018-11-16 11:36:18 +00:00
* Fri Nov 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.527-1
- patchlevel 527
2018-11-08 19:03:00 +00:00
* Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.513-2
- #1646183 - do not forget the epoch
2018-11-08 12:30:45 +00:00
* Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.513-1
- patchlevel 513
* Thu Nov 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.511-2
- fix #1646183 properly - we need to conflict with vim-enhanced, not vim-common
2018-11-05 11:40:36 +00:00
* Mon Nov 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.511-1
- patchlevel 511
* Mon Nov 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.497-2
- 1646183 - Man file conflict for vim-minimal and vim-enhanced
2018-10-26 13:50:21 +00:00
* Fri Oct 26 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.497-1
- patchlevel 497
2018-10-19 12:52:47 +00:00
* Fri Oct 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.483-1
- patchlevel 483
* Fri Oct 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.451-2
- 1640972 - vimrc/virc should reflect correct augroup
2018-10-05 14:02:41 +00:00
* Fri Oct 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.451-1
- patchlevel 451
2018-10-03 08:25:22 +00:00
* Wed Oct 03 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.450-1
- patchlevel 450
* Wed Sep 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.408-1
- patchlevel 408
- src/libvterm/src/termscreen.c is missing
2018-09-07 07:34:52 +00:00
* Fri Sep 07 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.351-1
- patchlevel 351
* Fri Aug 31 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.328-2
- vim-update.sh - F29 got enabled in bodhi
2018-08-27 10:08:49 +00:00
* Mon Aug 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.328-1
- patchlevel 328
2018-08-15 10:01:03 +00:00
* Wed Aug 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.287-2
- vim-update.sh - add f29 branch
2018-08-15 06:53:42 +00:00
* Wed Aug 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.287-1
- patchlevel 287
2018-08-13 12:22:31 +00:00
* Mon Aug 13 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.279-1
- patchlevel 279
2018-08-10 11:37:56 +00:00
* Fri Aug 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.264-1
- patchlevel 264
2018-08-09 05:34:37 +00:00
* Thu Aug 09 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.258-1
- patchlevel 258
2018-08-08 07:50:55 +00:00
* Wed Aug 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.254-1
- patchlevel 254
2018-08-06 10:41:57 +00:00
* Mon Aug 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.240-1
- patchlevel 240
2018-08-02 10:40:49 +00:00
* Thu Aug 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.233-1
- patchlevel 233
2018-07-31 10:05:43 +00:00
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2:8.1.229-2
- Rebuild with fixed binutils
2018-07-30 09:40:38 +00:00
* Mon Jul 30 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.229-1
- patchlevel 229
2018-07-27 11:28:00 +00:00
* Fri Jul 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.213-1
- patchlevel 213
* Fri Jul 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.209-2
- fail if configure option isn't satisfied
2018-07-25 06:39:30 +00:00
* Wed Jul 25 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.209-1
- patchlevel 209
2018-07-24 14:17:38 +00:00
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.207-2
- correcting license
2018-07-23 15:11:37 +00:00
* Mon Jul 23 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.207-1
- patchlevel 207
2018-07-20 10:04:36 +00:00
* Fri Jul 20 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.197-1
- patchlevel 197
* Thu Jul 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.189-2
- 1603272 - vim-X11 doesn't provide the gui when certain devel packages missing from buildroot
2018-07-16 05:41:24 +00:00
* Mon Jul 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.189-1
- patchlevel 189
* Mon Jul 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.177-3
- remove disable-gtk3-check configure option
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.1.177-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-11 08:29:22 +00:00
* Wed Jul 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.177-1
- patchlevel 177
* Wed Jul 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.119-8
- add packager and epoch into update script to have better changelog
* Wed Jul 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.119-7
- use %%{__python3} macro for defining shebang in python3 tests
* Tue Jul 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.119-6
- 1599663 - Conflicting manpages rvi.1.gz and vi.1.gz during update
2018-07-06 07:36:36 +00:00
* Fri Jul 06 2018 Petr Pisar <ppisar@redhat.com> - 2:8.1.119-5
- Perl 5.28 rebuild
* Wed Jul 04 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2:8.1.119-4
- Backport patch 8.1.0121: crash when using ballooneval related to 'vartabstop'
- Resolves: rhbz#1597842
2018-07-03 11:02:53 +00:00
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 2:8.1.119-3
- Perl 5.28 rebuild
2018-07-02 16:24:37 +00:00
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2:8.1.119-2
- Rebuilt for Python 3.7
2018-06-28 08:53:43 +00:00
* Thu Jun 28 2018 Karsten Hopp <karsten@redhat.com> 8.1.119-1
- patchlevel 119
2018-06-28 00:57:29 +00:00
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:8.1.117-2
- Perl 5.28 rebuild
2018-06-27 14:24:57 +00:00
* Wed Jun 27 2018 Karsten Hopp <karsten@redhat.com> 8.1.117-1
- patchlevel 117
2018-06-25 09:37:16 +00:00
* Mon Jun 25 2018 Karsten Hopp <karsten@redhat.com> 8.1.115-1
- patchlevel 115
2018-06-22 11:09:52 +00:00
* Fri Jun 22 2018 Karsten Hopp <karsten@redhat.com> 8.1.095-1
- patchlevel 095
2018-06-19 09:30:16 +00:00
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2:8.1.072-2
- Rebuilt for Python 3.7
2018-06-18 05:22:37 +00:00
* Mon Jun 18 2018 Karsten Hopp <karsten@redhat.com> 8.1.072-1
- patchlevel 072
2018-06-15 05:22:09 +00:00
* Fri Jun 15 2018 Karsten Hopp <karsten@redhat.com> 8.1.055-1
- patchlevel 055
2018-06-11 16:37:43 +00:00
* Mon Jun 11 2018 Karsten Hopp <karsten@redhat.com> 8.1.042-1
- patchlevel 042
2018-06-08 05:52:22 +00:00
* Fri Jun 08 2018 Karsten Hopp <karsten@redhat.com> 8.1.039-1
- patchlevel 039
2018-06-06 10:17:05 +00:00
* Wed Jun 06 2018 Karsten Hopp <karsten@redhat.com> 8.1.035-1
- patchlevel 035
2018-06-05 12:40:13 +00:00
* Tue Jun 05 2018 Karsten Hopp <karsten@redhat.com> 8.1.034-1
- patchlevel 034
2018-05-28 10:18:08 +00:00
* Mon May 28 2018 Karsten Hopp <karsten@redhat.com> 8.1.026-1
- patchlevel 026
2018-05-24 07:28:21 +00:00
* Thu May 24 2018 Karsten Hopp <karsten@redhat.com> 8.1.022-1
- patchlevel 022
2018-05-23 11:35:31 +00:00
* Wed May 23 2018 Karsten Hopp <karsten@redhat.com> 8.1.020-1
- patchlevel 020
2018-05-22 09:54:20 +00:00
* Tue May 22 2018 Karsten Hopp <karsten@redhat.com> 8.1.016-1
- patchlevel 016
2018-05-21 10:42:30 +00:00
* Mon May 21 2018 Karsten Hopp <karsten@redhat.com> 8.1.010-1
- patchlevel 010
2018-05-18 11:33:42 +00:00
* Fri May 18 2018 Karsten Hopp <karsten@redhat.com> 8.1.001-1
- patchlevel 001
* Fri May 18 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1848-2
- vim-update.sh - update vimdir and baseversion(for major rebases)
- vim-update.sh - enhance debugging of vim-update script
2018-05-17 07:29:45 +00:00
* Thu May 17 2018 Karsten Hopp <karsten@redhat.com> 8.0.1848-1
- patchlevel 1848
* Tue May 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1842-2
- do not update F26 anymore - EOL in 2 weeks
2018-05-15 10:32:06 +00:00
* Tue May 15 2018 Karsten Hopp <karsten@redhat.com> 8.0.1842-1
- patchlevel 1842
* Tue May 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1813-2
- use environment variable in build phase
2018-05-11 11:55:13 +00:00
* Fri May 11 2018 Karsten Hopp <karsten@redhat.com> 8.0.1813-1
- patchlevel 1813
2018-05-11 11:54:01 +00:00
* Fri May 11 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1806-2
- use python2 and python3 in code
2018-05-10 09:57:39 +00:00
* Thu May 10 2018 Karsten Hopp <karsten@redhat.com> 8.0.1806-1
- patchlevel 1806
* Wed May 09 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1789-2
- 1575354 - suggest more packages for embedded interpreters
2018-05-04 09:47:16 +00:00
* Fri May 04 2018 Karsten Hopp <karsten@redhat.com> 8.0.1789-1
- patchlevel 1789
2018-05-03 05:45:13 +00:00
* Thu May 03 2018 Karsten Hopp <karsten@redhat.com> 8.0.1788-1
- patchlevel 1788
2018-05-02 11:27:13 +00:00
* Wed May 02 2018 Karsten Hopp <karsten@redhat.com> 8.0.1787-1
- patchlevel 1787
2018-04-27 06:58:55 +00:00
* Fri Apr 27 2018 Karsten Hopp <karsten@redhat.com> 8.0.1766-1
- patchlevel 1766
2018-04-26 05:51:01 +00:00
* Thu Apr 26 2018 Karsten Hopp <karsten@redhat.com> 8.0.1765-1
- patchlevel 1765
2018-04-25 14:07:23 +00:00
* Wed Apr 25 2018 Karsten Hopp <karsten@redhat.com> 8.0.1763-1
- patchlevel 1763
2018-04-24 15:11:31 +00:00
* Tue Apr 24 2018 Karsten Hopp <karsten@redhat.com> 8.0.1755-1
- patchlevel 1755
2018-04-13 07:56:08 +00:00
* Fri Apr 13 2018 Karsten Hopp <karsten@redhat.com> 8.0.1704-1
- patchlevel 1704
2018-04-09 12:56:28 +00:00
* Mon Apr 09 2018 Karsten Hopp <karsten@redhat.com> 8.0.1679-1
- patchlevel 1679
* Fri Apr 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1666-2
- suggests ruby-libs, python2-libs, python3-libs, perl-libs and lua-libs for vim and gvim(bug #1562057)
2018-04-06 09:46:12 +00:00
* Fri Apr 06 2018 Karsten Hopp <karsten@redhat.com> 8.0.1666-1
- patchlevel 1666
2018-04-05 12:41:07 +00:00
* Thu Apr 05 2018 Karsten Hopp <karsten@redhat.com> 8.0.1661-1
- patchlevel 1661
2018-03-23 10:04:55 +00:00
* Fri Mar 23 2018 Karsten Hopp <karsten@redhat.com> 8.0.1630-1
- patchlevel 1630
2018-03-22 07:56:02 +00:00
* Thu Mar 22 2018 Karsten Hopp <karsten@redhat.com> 8.0.1626-1
- patchlevel 1626
2018-03-21 07:51:18 +00:00
* Wed Mar 21 2018 Karsten Hopp <karsten@redhat.com> 8.0.1625-1
- patchlevel 1625
2018-03-14 10:37:09 +00:00
* Wed Mar 14 2018 Karsten Hopp <karsten@redhat.com> 8.0.1605-1
- patchlevel 1605
2018-03-13 13:04:40 +00:00
* Tue Mar 13 2018 Karsten Hopp <karsten@redhat.com> 8.0.1603-1
- patchlevel 1603
2018-03-12 07:53:32 +00:00
* Mon Mar 12 2018 Karsten Hopp <karsten@redhat.com> 8.0.1599-1
- patchlevel 1599
2018-03-09 08:46:14 +00:00
* Fri Mar 09 2018 Karsten Hopp <karsten@redhat.com> 8.0.1591-1
- patchlevel 1591
2018-03-08 08:23:39 +00:00
* Thu Mar 08 2018 Karsten Hopp <karsten@redhat.com> 8.0.1589-1
- patchlevel 1589
2018-03-07 13:12:34 +00:00
* Wed Mar 07 2018 Karsten Hopp <karsten@redhat.com> 8.0.1587-1
- patchlevel 1587
* Tue Mar 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.1573-2
- vim-update.sh - unify if condition style
2018-03-06 07:24:12 +00:00
* Tue Mar 06 2018 Karsten Hopp <karsten@redhat.com> 8.0.1573-1
- patchlevel 1573
2018-03-06 07:22:29 +00:00
* Tue Mar 06 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.1569-2
- update spec
- f28 got enabled in bodhi
2018-03-05 14:56:26 +00:00
* Mon Mar 05 2018 Karsten Hopp <karsten@redhat.com> 8.0.1569-1
- patchlevel 1569
2018-02-28 13:23:32 +00:00
* Wed Feb 28 2018 Karsten Hopp <karsten@redhat.com> 8.0.1553-1
2018-02-28 14:31:59 +00:00
- added Serbian localization files
2018-02-28 13:23:32 +00:00
- patchlevel 1553
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.1543-2
- fix vim-update.sh - bodhi update wasn't created
2018-02-27 13:22:03 +00:00
* Tue Feb 27 2018 Karsten Hopp <karsten@redhat.com> 8.0.1543-1
- patchlevel 1543
* Mon Feb 26 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1527-3
- add Provides for vim, gvim and correcting paths to /usr/bin
* Wed Feb 21 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1527-2
- adapt vim-update.sh for Fedora 28 and adding check for bodhi enablement
2018-02-20 16:48:56 +00:00
* Tue Feb 20 2018 Karsten Hopp <karsten@redhat.com> 8.0.1527-1
- patchlevel 1527
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1523-2
- gcc is no longer in buildroot by default
- 1546116 - make vim-filesystem noarch package
- remove %%{_libdir}/vim, because it is unused
2018-02-19 10:15:42 +00:00
* Mon Feb 19 2018 Karsten Hopp <karsten@redhat.com> 8.0.1523-1
- patchlevel 1523
2018-02-14 12:14:39 +00:00
* Wed Feb 14 2018 Karsten Hopp <karsten@redhat.com> 8.0.1520-1
- patchlevel 1520
2018-02-13 07:57:30 +00:00
* Tue Feb 13 2018 Karsten Hopp <karsten@redhat.com> 8.0.1509-1
- patchlevel 1509
2018-02-12 08:56:11 +00:00
* Mon Feb 12 2018 Karsten Hopp <karsten@redhat.com> 8.0.1505-1
- patchlevel 1505
2018-02-09 07:27:37 +00:00
* Fri Feb 09 2018 Karsten Hopp <karsten@redhat.com> 8.0.1478-1
- patchlevel 1478
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1475-2
2018-02-08 16:19:53 +00:00
- remove old stuff
2018-02-07 11:05:44 +00:00
* Wed Feb 07 2018 Karsten Hopp <karsten@redhat.com> 8.0.1475-1
- patchlevel 1475
2018-02-05 11:41:27 +00:00
* Mon Feb 05 2018 Karsten Hopp <karsten@redhat.com> 8.0.1473-1
- patchlevel 1473
2018-02-01 14:00:31 +00:00
* Thu Feb 01 2018 Karsten Hopp <karsten@redhat.com> 8.0.1451-1
- patchlevel 1451
2018-01-29 10:31:54 +00:00
* Mon Jan 29 2018 Karsten Hopp <karsten@redhat.com> 8.0.1438-1
- patchlevel 1438
* Tue Jan 23 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1428-4
- throw vim.1.gz out from vim-minimal and other manpages from vim-common
- appdata should be in metainfo folder now
* Fri Jan 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1428-3
- 1525506 - gvim goes into infinite loop when blink_state is OFF
2018-01-12 18:32:24 +00:00
* Fri Jan 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1428-2
- removing old icon cache update
2018-01-03 07:55:28 +00:00
* Wed Jan 03 2018 Karsten Hopp <karsten@redhat.com> 8.0.1428-1
- patchlevel 1428
2018-01-02 11:42:37 +00:00
* Tue Jan 02 2018 Karsten Hopp <karsten@redhat.com> 8.0.1427-1
- patchlevel 1427
2017-12-19 06:50:11 +00:00
* Tue Dec 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.1406-1
- patchlevel 1406
2017-12-18 09:03:23 +00:00
* Mon Dec 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.1401-1
- patchlevel 1401
2017-12-15 07:34:04 +00:00
* Fri Dec 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.1390-1
- patchlevel 1390
2017-12-15 07:31:32 +00:00
* Fri Dec 15 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1389-2
- fixing vim-update.sh
2017-12-13 06:47:57 +00:00
* Wed Dec 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.1389-1
- patchlevel 1389
2017-12-12 12:13:08 +00:00
* Tue Dec 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.1387-1
- patchlevel 1387
2017-12-11 09:21:13 +00:00
* Mon Dec 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.1386-1
- patchlevel 1386
2017-12-08 09:06:13 +00:00
* Fri Dec 08 2017 Karsten Hopp <karsten@redhat.com> 8.0.1379-1
- patchlevel 1379
2017-12-06 12:01:23 +00:00
* Wed Dec 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1376-1
- patchlevel 1376
2017-12-04 15:23:25 +00:00
* Mon Dec 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1367-2
- fix regexp in vim-update.sh
2017-12-04 14:02:51 +00:00
* Mon Dec 04 2017 Karsten Hopp <karsten@redhat.com> 8.0.1367-1
- patchlevel 1367
2017-12-01 15:17:33 +00:00
* Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1360-2
- fix in vim-update.sh
2017-12-01 12:29:07 +00:00
* Fri Dec 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.1360-1
- patchlevel 1360
* Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1359-3
- rewrite vim-update to update from the newest branch to the oldest
* Thu Nov 30 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1359-2
- 1508629 - missing full path and safe guards in file triggers in -common
2017-11-30 09:59:08 +00:00
* Thu Nov 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.1359-1
- patchlevel 1359
2017-11-29 12:26:05 +00:00
* Wed Nov 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.1358-1
- patchlevel 1358
2017-11-29 13:38:53 +00:00
- fix error in vim-update.sh
2017-11-29 12:26:05 +00:00
2017-11-28 11:02:29 +00:00
* Tue Nov 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.1351-1
- patchlevel 1351
2017-11-27 17:10:24 +00:00
* Mon Nov 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1349-1
- patchlevel 1349
* Mon Nov 27 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1330-2
- removing vim-8.0-beval-pro.patch and stop updating f25
2017-11-22 13:15:27 +00:00
* Wed Nov 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.1330-1
- patchlevel 1330
2017-11-21 11:23:57 +00:00
* Tue Nov 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.1326-1
- patchlevel 1326
2017-11-20 17:36:41 +00:00
* Mon Nov 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.1322-1
- patchlevel 1322
2017-11-10 12:11:42 +00:00
* Fri Nov 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.1283-1
- patchlevel 1283
2017-11-07 14:51:09 +00:00
* Tue Nov 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.1274-1
- patchlevel 1274
2017-11-06 07:47:42 +00:00
* Mon Nov 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1272-1
- patchlevel 1272
2017-11-03 15:45:52 +00:00
* Fri Nov 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.1257-1
- patchlevel 1257
2017-11-01 10:41:11 +00:00
* Wed Nov 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.1241-1
- patchlevel 1241
2017-10-31 11:25:57 +00:00
* Tue Oct 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.1240-1
- patchlevel 1240
2017-10-30 09:47:44 +00:00
* Mon Oct 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.1238-1
- patchlevel 1238
2017-10-27 10:25:30 +00:00
* Fri Oct 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1226-1
- patchlevel 1226
* Thu Oct 26 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1216-2
- mention GVim in Summary and Description of vim-x11 subpackage
2017-10-25 11:20:33 +00:00
* Wed Oct 25 2017 Karsten Hopp <karsten@redhat.com> 8.0.1216-1
- patchlevel 1216
2017-10-23 11:48:48 +00:00
* Mon Oct 23 2017 Karsten Hopp <karsten@redhat.com> 8.0.1213-1
- patchlevel 1213
2017-10-20 14:52:37 +00:00
* Fri Oct 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.1207-1
- patchlevel 1207
2017-10-16 15:00:43 +00:00
* Mon Oct 16 2017 Karsten Hopp <karsten@redhat.com> 8.0.1203-1
- patchlevel 1203
2017-10-13 06:40:12 +00:00
* Fri Oct 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.1187-1
- patchlevel 1187
2017-10-09 08:50:18 +00:00
* Mon Oct 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.1184-1
- patchlevel 1184
2017-10-06 14:37:19 +00:00
* Fri Oct 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1176-1
- patchlevel 1176
2017-10-05 11:34:52 +00:00
* Thu Oct 05 2017 Karsten Hopp <karsten@redhat.com> 8.0.1175-1
- patchlevel 1175
2017-10-03 07:36:14 +00:00
* Tue Oct 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.1173-1
- patchlevel 1173
2017-10-02 10:26:12 +00:00
* Mon Oct 02 2017 Karsten Hopp <karsten@redhat.com> 8.0.1171-1
- patchlevel 1171
2017-09-27 06:06:24 +00:00
* Wed Sep 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1155-1
- patchlevel 1155
2017-09-26 08:37:30 +00:00
* Tue Sep 26 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1144-2
- removing README.patches
2017-09-25 09:49:01 +00:00
* Mon Sep 25 2017 Karsten Hopp <karsten@redhat.com> 8.0.1144-1
- patchlevel 1144
2017-09-22 08:51:47 +00:00
* Fri Sep 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.1132-1
- patchlevel 1132
2017-09-20 11:19:37 +00:00
* Wed Sep 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1129-2
- vim-update.sh - update was in bad form
2017-09-20 10:13:14 +00:00
* Wed Sep 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.1129-1
- patchlevel 1129
* Wed Sep 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1127-2
- vim-update.sh - update script tried to push for previous version
2017-09-19 06:53:30 +00:00
* Tue Sep 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.1127-1
- patchlevel 1127
* Tue Sep 19 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1123-2
- vim-update.sh - fixing bug with submiting update (update got submitted for previous version)
2017-09-18 13:20:43 +00:00
* Mon Sep 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.1123-1
- patchlevel 1123
2017-09-14 07:09:06 +00:00
* Thu Sep 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.1102-1
- vim-update.sh - add test for succesful build and fixing grepping of update's list
2017-09-14 07:09:06 +00:00
- patchlevel 1102
2017-09-13 06:20:36 +00:00
* Wed Sep 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.1098-1
- editing vim-update.sh - check updates for newer releases and create update
2017-09-13 06:20:36 +00:00
- patchlevel 1098
2017-09-12 06:14:12 +00:00
* Tue Sep 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.1097-1
- patchlevel 1097
- editing vim-update.sh - wrong condition for checking fedkpg push return value
2017-09-12 06:14:12 +00:00
2017-09-11 10:31:06 +00:00
* Mon Sep 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.1092-1
- editing vim-update.sh for building package
2017-09-11 10:31:06 +00:00
- patchlevel 1092
2017-09-11 16:36:11 +00:00
- 1487175 - VIm conflicts in man pages
2017-09-11 10:31:06 +00:00
2017-09-08 11:08:09 +00:00
* Fri Sep 08 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1071-2
- fixing merge and push in vim-update.sh
2017-09-08 08:13:36 +00:00
* Fri Sep 08 2017 Karsten Hopp <karsten@redhat.com> 8.0.1071-1
- patchlevel 1071
* Fri Sep 08 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1067-2
- editing vim-update.sh to do whole update automatically
2017-09-07 10:25:56 +00:00
* Thu Sep 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.1067-1
- patchlevel 1067
2017-09-06 11:29:01 +00:00
* Wed Sep 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1064-1
- patchlevel 1064
2017-09-05 11:41:52 +00:00
* Tue Sep 05 2017 Karsten Hopp <karsten@redhat.com> 8.0.1056-1
- patchlevel 1056
2017-09-04 10:28:56 +00:00
* Mon Sep 04 2017 Karsten Hopp <karsten@redhat.com> 8.0.1052-1
- patchlevel 1052
2017-09-01 12:16:55 +00:00
* Fri Sep 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.1030-1
- patchlevel 1030
2017-08-24 06:05:10 +00:00
* Thu Aug 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.992-1
- patchlevel 992
2017-08-23 08:28:39 +00:00
* Wed Aug 23 2017 Karsten Hopp <karsten@redhat.com> 8.0.987-1
- patchlevel 987
2017-08-22 07:49:55 +00:00
* Tue Aug 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.983-1
- patchlevel 983
2017-08-18 07:01:26 +00:00
* Fri Aug 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.956-1
- patchlevel 956
2017-08-15 09:43:45 +00:00
* Tue Aug 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.946-1
- patchlevel 946
2017-08-14 07:36:29 +00:00
* Mon Aug 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.938-1
- patchlevel 938
2017-08-11 11:23:49 +00:00
* Fri Aug 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.896-1
- patchlevel 896
2017-08-10 06:18:07 +00:00
* Thu Aug 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.895-1
- patchlevel 895
2017-08-09 07:34:47 +00:00
* Wed Aug 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.893-1
- patchlevel 893
* Wed Aug 09 2017 Zdenek Dohnal <zdohnal@redhat.com> 8.0.891-2
- editing vim-update.sh - now it takes branch name as argument for switching and run mockbuild
2017-08-08 09:48:22 +00:00
* Tue Aug 08 2017 Karsten Hopp <karsten@redhat.com> 8.0.891-1
- patchlevel 891
2017-08-07 12:25:33 +00:00
* Mon Aug 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.885-1
- patchlevel 885
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.0.844-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-03 05:42:15 +00:00
* Thu Aug 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.844-1
- patchlevel 844
2017-08-01 11:37:51 +00:00
* Tue Aug 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.826-1
- patchlevel 826
2017-07-31 08:31:14 +00:00
* Mon Jul 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.823-1
- patchlevel 823
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:8.0.739-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-21 08:04:46 +00:00
* Fri Jul 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.739-1
- patchlevel 739
2017-07-20 08:59:55 +00:00
* Thu Jul 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.738-1
- patchlevel 738
2017-07-19 06:10:16 +00:00
* Wed Jul 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.730-1
- patchlevel 730
2017-07-18 10:50:15 +00:00
* Tue Jul 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.728-1
- patchlevel 728
2017-07-13 09:06:57 +00:00
* Thu Jul 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.711-1
- patchlevel 711
2017-07-11 10:23:57 +00:00
* Tue Jul 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.705-1
- patchlevel 705
2017-06-30 07:48:10 +00:00
* Fri Jun 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.691-1
- patchlevel 691
2017-06-29 07:09:33 +00:00
* Thu Jun 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.688-1
- patchlevel 688
* Thu Jun 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.685-3
- update python dependencies accordingly Fedora Guidelines for Python (python-devel -> python2-devel)
2017-06-28 06:59:40 +00:00
* Wed Jun 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.685-1
- patchlevel 685
2017-06-26 08:19:03 +00:00
* Mon Jun 26 2017 Karsten Hopp <karsten@redhat.com> 8.0.679-1
- patchlevel 679
2017-06-23 12:02:21 +00:00
* Fri Jun 23 2017 Karsten Hopp <karsten@redhat.com> 8.0.662-1
- patchlevel 662
2017-06-20 06:47:55 +00:00
* Tue Jun 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.648-1
- patchlevel 648
2017-06-19 08:15:51 +00:00
* Mon Jun 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.647-1
- patchlevel 647
2017-06-15 13:32:44 +00:00
* Thu Jun 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.642-1
- patchlevel 642
2017-06-12 13:44:23 +00:00
* Mon Jun 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.636-1
2017-06-12 14:52:40 +00:00
- patchlevel 636, removing perl ftbfs patch
2017-06-12 13:44:23 +00:00
2017-06-09 05:42:54 +00:00
* Fri Jun 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.628-1
- patchlevel 628
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:8.0.627-2
- Perl 5.26 re-rebuild of bootstrapped packages
2017-06-07 07:20:58 +00:00
* Wed Jun 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.627-1
- patchlevel 627
2017-06-05 08:09:18 +00:00
* Mon Jun 05 2017 Karsten Hopp <karsten@redhat.com> 8.0.617-1
- patchlevel 617
2017-06-04 14:59:18 +00:00
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:8.0.606-3
- Perl 5.26 rebuild
* Mon May 29 2017 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.606-2
- 1456455 - vim-8.0.600-1.fc27 FTBFS with Perl 5.26.0
2017-05-29 08:26:32 +00:00
* Mon May 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.606-1
- patchlevel 606
2017-05-25 07:27:38 +00:00
* Thu May 25 2017 Karsten Hopp <karsten@redhat.com> 8.0.604-1
- patchlevel 604
2017-05-19 07:00:24 +00:00
* Fri May 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.600-1
- patchlevel 600
2017-05-17 07:29:09 +00:00
* Wed May 17 2017 Karsten Hopp <karsten@redhat.com> 8.0.599-1
- patchlevel 599
2017-05-16 08:08:29 +00:00
* Tue May 16 2017 Karsten Hopp <karsten@redhat.com> 8.0.598-1
- patchlevel 598
2017-05-15 08:06:31 +00:00
* Mon May 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.597-1
- patchlevel 597
2017-05-02 09:29:03 +00:00
* Tue May 02 2017 Karsten Hopp <karsten@redhat.com> 8.0.596-1
- patchlevel 596
2017-04-24 05:22:55 +00:00
* Mon Apr 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.586-1
- patchlevel 586
2017-04-18 07:03:50 +00:00
* Tue Apr 18 2017 Karsten Hopp <karsten@redhat.com> 8.0.566-1
- patchlevel 566
2017-04-13 10:21:02 +00:00
* Thu Apr 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.563-1
- patchlevel 563
2017-04-11 19:43:47 +00:00
* Tue Apr 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.562-1
- patchlevel 562
2017-04-10 18:42:52 +00:00
* Mon Apr 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.559-1
- patchlevel 559
2017-04-06 07:24:34 +00:00
* Thu Apr 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.543-1
- patchlevel 543
2017-04-03 10:47:38 +00:00
* Mon Apr 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.540-1
- patchlevel 540
2017-03-31 10:55:31 +00:00
* Fri Mar 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.529-1
- patchlevel 529
2017-03-30 13:49:09 +00:00
* Thu Mar 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.525-1
- patchlevel 525
2017-03-29 12:39:44 +00:00
* Wed Mar 29 2017 Karsten Hopp <karsten@redhat.com> 8.0.517-1
- patchlevel 517
- enhance rhbz#1436124
2017-03-28 12:08:53 +00:00
* Tue Mar 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.515-1
- patchlevel 515
* Mon Mar 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.514-1
- patchlevel 514
- 1436124 - VIM chooses ft=bindzone for sudoedit /etc/named.conf
2017-03-24 19:02:50 +00:00
* Fri Mar 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.503-1
- patchlevel 503
2017-03-22 16:11:33 +00:00
* Wed Mar 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.502-1
- patchlevel 502
2017-03-21 12:30:46 +00:00
* Tue Mar 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.497-1
- patchlevel 497
2017-03-20 07:55:54 +00:00
* Mon Mar 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.494-1
- patchlevel 494
2017-03-15 09:26:49 +00:00
* Wed Mar 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.458-1
- patchlevel 458
2017-03-14 12:58:30 +00:00
* Tue Mar 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.456-1
- patchlevel 456
2017-03-10 12:20:02 +00:00
* Fri Mar 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.442-1
- patchlevel 442
2017-03-08 14:28:03 +00:00
* Wed Mar 08 2017 Karsten Hopp <karsten@redhat.com> 8.0.430-1
- patchlevel 430
2017-03-07 09:12:40 +00:00
* Tue Mar 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.427-1
- patchlevel 427
2017-03-06 06:53:37 +00:00
* Mon Mar 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.425-1
- patchlevel 425
2017-03-03 12:15:23 +00:00
* Fri Mar 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.402-1
- patchlevel 402
2017-03-02 07:47:17 +00:00
* Thu Mar 02 2017 Karsten Hopp <karsten@redhat.com> 8.0.398-1
- patchlevel 398
2017-03-01 08:27:03 +00:00
* Wed Mar 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.388-1
- patchlevel 388
2017-02-28 12:09:08 +00:00
* Tue Feb 28 2017 Karsten Hopp <karsten@redhat.com> 8.0.386-1
- patchlevel 386
2017-02-27 13:44:17 +00:00
* Mon Feb 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.381-1
- patchlevel 381
2017-02-24 17:53:10 +00:00
* Fri Feb 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.363-1
- patchlevel 363
2017-02-24 18:46:01 +00:00
- removing vim-8.0-gtk-render.patch
2017-02-24 17:53:10 +00:00
2017-02-24 18:44:08 +00:00
* Fri Feb 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.347-1
2017-02-22 15:43:06 +00:00
- patchlevel 347
- 1405234 - Gvim fails to properly render after Openbox desktop switch
- 1426296 - vim: FTBFS with python3-3.6.0-18.fc26
2017-02-22 15:43:06 +00:00
2017-02-21 11:05:48 +00:00
* Tue Feb 21 2017 Karsten Hopp <karsten@redhat.com> 8.0.344-1
- patchlevel 344
2017-02-20 15:13:04 +00:00
* Mon Feb 20 2017 Karsten Hopp <karsten@redhat.com> 8.0.342-1
- patchlevel 342
* Thu Feb 16 2017 Zdenek Dohnal <zdohnal@redhat.com> 8.0.329-1
- 1422833 - Syntax error in tex.vim: missing bracket
2017-02-13 17:11:26 +00:00
* Mon Feb 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.329-1
- patchlevel 329
2017-02-10 11:13:09 +00:00
* Fri Feb 10 2017 Karsten Hopp <karsten@redhat.com> 8.0.324-1
- patchlevel 324
2017-02-09 15:31:57 +00:00
* Thu Feb 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.318-1
- patchlevel 318
2017-02-07 12:47:40 +00:00
* Tue Feb 07 2017 Karsten Hopp <karsten@redhat.com> 8.0.314-1
- patchlevel 314, added screenshot to appdata and testing validity of appdata.xml
2017-02-07 12:47:40 +00:00
2017-02-06 08:32:51 +00:00
* Mon Feb 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.311-1
- patchlevel 311
2017-02-03 10:44:00 +00:00
* Fri Feb 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.297-1
- patchlevel 297
2017-02-01 10:17:48 +00:00
* Wed Feb 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.275-1
- patchlevel 275
2017-01-31 12:10:57 +00:00
* Tue Jan 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.273-1
- patchlevel 273
2017-01-30 10:39:14 +00:00
* Mon Jan 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.271-1
- patchlevel 271
2017-01-26 07:35:22 +00:00
* Thu Jan 26 2017 Karsten Hopp <karsten@redhat.com> 8.0.238-1
- patchlevel 238
2017-01-19 09:52:18 +00:00
* Thu Jan 19 2017 Karsten Hopp <karsten@redhat.com> 8.0.206-1
- patchlevel 206
2017-01-17 11:20:32 +00:00
* Tue Jan 17 2017 Karsten Hopp <karsten@redhat.com> 8.0.197-1
- patchlevel 197
2017-01-17 13:01:51 +00:00
- update runtime files
2017-01-17 11:20:32 +00:00
2017-01-16 11:06:08 +00:00
* Mon Jan 16 2017 Karsten Hopp <karsten@redhat.com> 8.0.194-1
- patchlevel 194
2017-01-13 08:13:00 +00:00
* Fri Jan 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.176-1
- patchlevel 176
2017-01-12 16:14:32 +00:00
* Thu Jan 12 2017 Karsten Hopp <karsten@redhat.com> 8.0.172-1
- patchlevel 172
2017-01-11 17:24:59 +00:00
* Wed Jan 11 2017 Karsten Hopp <karsten@redhat.com> 8.0.170-1
- patchlevel 170
2017-01-09 08:34:44 +00:00
* Mon Jan 09 2017 Karsten Hopp <karsten@redhat.com> 8.0.160-1
- patchlevel 160
2017-01-03 09:20:58 +00:00
* Tue Jan 03 2017 Karsten Hopp <karsten@redhat.com> 8.0.142-1
- patchlevel 142
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
- f24->f25 vim: copy paste no longer works (bug #1401410) - fixing error in prep
* Mon Dec 19 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.134-2
- f24->f25 vim: copy paste no longer works (bug #1401410) - deleting mouse setting block from defaults.vim
2016-12-19 06:54:34 +00:00
* Mon Dec 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.134-1
- patchlevel 134
- f24->f25 vim: copy paste no longer works (bug #1401410) - revert previous changes, set mouse=v in defaults.vim
2016-12-19 06:54:34 +00:00
* Thu Dec 15 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.133-2
- f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v'
* Thu Dec 15 2016 Karsten Hopp <karsten@redhat.com> - 8.0.133-2
- fix fstab syntax highlighting (rhbz#1365258)
2016-12-12 14:26:27 +00:00
* Mon Dec 12 2016 Karsten Hopp <karsten@redhat.com> 8.0.133-1
- patchlevel 133
2016-12-05 19:34:50 +00:00
* Mon Dec 05 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.124-2
- add new sources
2016-12-05 11:12:49 +00:00
* Mon Dec 05 2016 Karsten Hopp <karsten@redhat.com> 8.0.124-1
- patchlevel 124
2016-12-02 08:39:28 +00:00
* Fri Dec 02 2016 Karsten Hopp <karsten@redhat.com> 8.0.118-1
- patchlevel 118
2016-11-28 11:44:33 +00:00
* Mon Nov 28 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.104-2
- do not ship vim.desktop
2016-11-28 08:26:14 +00:00
* Mon Nov 28 2016 Karsten Hopp <karsten@redhat.com> 8.0.104-1
- patchlevel 104
2016-11-24 10:41:37 +00:00
* Thu Nov 24 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
- patchlevel 095
2016-11-24 10:58:58 +00:00
* Thu Nov 24 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
- patchlevel 095
2016-11-24 11:00:20 +00:00
* Thu Nov 24 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
- patchlevel 095
* Thu Nov 24 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-2
- disable download of spec.vim, main sources are newer
2016-11-22 09:14:31 +00:00
* Tue Nov 22 2016 Karsten Hopp <karsten@redhat.com> 8.0.095-1
- patchlevel 095
2016-11-21 11:49:21 +00:00
* Mon Nov 21 2016 Karsten Hopp <karsten@redhat.com> 8.0.094-1
- patchlevel 094
2016-11-16 16:49:23 +00:00
* Wed Nov 16 2016 Karsten Hopp <karsten@redhat.com> 8.0.086-1
- patchlevel 086
2016-11-15 08:20:22 +00:00
* Tue Nov 15 2016 Karsten Hopp <karsten@redhat.com> 8.0.085-1
- patchlevel 085
2016-11-14 16:08:29 +00:00
* Mon Nov 14 2016 Karsten Hopp <karsten@redhat.com> 8.0.084-1
- patchlevel 084
2016-11-14 15:20:55 +00:00
* Mon Nov 14 2016 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.070-1
- patchlevel 070
2016-11-14 14:20:10 +00:00
* Mon Nov 14 2016 Karsten Hopp <karsten@redhat.com> 8.0.000-1
- patchlevel 000
2016-11-11 09:31:01 +00:00
2016-11-09 15:35:49 +00:00
* Wed Nov 09 2016 Karsten Hopp <karsten@redhat.com> 8.0.057-1
- patchlevel 057
2015-12-01 14:51:39 +00:00
* Mon Nov 07 2016 Vít Ondruch <vondruch@redhat.com> - 8.0.037-2
- Add RPM file triggers support.
2016-10-19 08:58:17 +00:00
* Wed Oct 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.037-1
- patchlevel 037
2016-10-19 08:57:34 +00:00
* Wed Oct 19 2016 Karsten Hopp <karsten@redhat.com> 8.0.018-1
- switch to gtk3
2016-10-06 16:40:39 +00:00
* Thu Oct 06 2016 Karsten Hopp <karsten@redhat.com> 8.0.018-1
- patchlevel 018
2016-09-13 15:08:14 +00:00
* Tue Sep 13 2016 Karsten Hopp <karsten@redhat.com> 8.0.003-1
- patchlevel 003
2016-09-07 10:12:00 +00:00
* Wed Sep 07 2016 Karsten Hopp <karsten@redhat.com> 7.4.2342-1
- patchlevel 2342
2016-09-05 15:06:05 +00:00
* Mon Sep 05 2016 Karsten Hopp <karsten@redhat.com> 7.4.2330-1
- patchlevel 2330
2016-08-04 13:38:09 +00:00
* Thu Aug 04 2016 Karsten Hopp <karsten@redhat.com> 7.4.1989-2
2016-08-04 13:37:04 +00:00
- redo patches, some upstream updates broke them
2016-07-05 10:56:32 +00:00
* Tue Jul 05 2016 Karsten Hopp <karsten@redhat.com> 7.4.1989-1
- patchlevel 1989
2016-07-04 08:18:06 +00:00
* Mon Jul 04 2016 Karsten Hopp <karsten@redhat.com> 7.4.1988-1
- patchlevel 1988
2016-06-02 08:51:57 +00:00
* Thu Jun 02 2016 Karsten Hopp <karsten@redhat.com> 7.4.1868-1
- patchlevel 1868
2016-05-25 09:27:28 +00:00
* Wed May 25 2016 Karsten Hopp <karsten@redhat.com> 7.4.1842-1
- patchlevel 1842
* Tue May 24 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1835-2
- compile perl support as a dynamic module (rhbz#1327755)
2016-05-24 11:08:56 +00:00
* Tue May 24 2016 Karsten Hopp <karsten@redhat.com> 7.4.1835-1
- patchlevel 1835
* Tue May 24 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1830-3
- mv vim.sh and vim.csh to source files
- sh profile.d improvements: don't leak $ID, don't fail on nounset
(rhbz#1339106 Ville Skyttä)
2016-05-15 02:25:13 +00:00
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.4.1830-2
- Perl 5.24 rebuild
2016-05-13 09:32:40 +00:00
* Fri May 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1830-1
- patchlevel 1830
2016-05-02 12:01:27 +00:00
* Mon May 02 2016 Karsten Hopp <karsten@redhat.com> 7.4.1816-1
- patchlevel 1816
* Fri Apr 29 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1797-3
- use uncompressed help files. vimtutor and vi will access those when
vim-common is installed. (rhbz#1262182)
No hard requirement vim-minimal -> vim-common added, to allow minimal
installations
2016-04-29 11:53:10 +00:00
* Fri Apr 29 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1797-2
- merge git branches and rebuild
2016-04-29 10:25:39 +00:00
* Fri Apr 29 2016 Karsten Hopp <karsten@redhat.com> 7.4.1797-1
- patchlevel 1797
2016-04-26 11:12:38 +00:00
* Tue Apr 26 2016 Karsten Hopp <karsten@redhat.com> 7.4.1786-1
- patchlevel 1786
2016-04-26 11:07:39 +00:00
* Tue Apr 26 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1775-2
- fix error in spec.vim (rhbz#1318991)
* Mon Apr 25 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1320-2
- update ftplugin/spec.vim, syntax/spec.vim (rhbz#1297746)
2016-04-22 10:40:59 +00:00
* Fri Apr 22 2016 Karsten Hopp <karsten@redhat.com> 7.4.1775-1
- patchlevel 1775
2016-04-13 20:35:23 +00:00
* Tue Apr 12 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1718-2
- add vimfiles_root macro (rhbz#844975)
- add %%_libdir/vim directory for plugins (rhbz#1193230)
- vi, rvi, rview, ex, view don't read vimrc anymore. They use virc instead
(rhbz#1045815)
- fix dates in changelogs when spec.vim is used and locale != 'C'
2016-04-08 09:04:38 +00:00
* Fri Apr 08 2016 Karsten Hopp <karsten@redhat.com> 7.4.1718-1
- patchlevel 1718
2016-03-15 15:37:37 +00:00
* Tue Mar 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1570-1
- patchlevel 1570
2016-02-17 13:54:19 +00:00
* Wed Feb 17 2016 Karsten Hopp <karsten@redhat.com> 7.4.1344-1
- patchlevel 1344
2016-02-15 10:20:16 +00:00
* Mon Feb 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1320-1
- patchlevel 1320
2016-02-14 10:20:16 +00:00
* Sun Feb 14 2016 Karsten Hopp <karsten@redhat.com> 7.4.1317-1
- patchlevel 1317
2016-02-13 10:20:16 +00:00
* Sat Feb 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1308-1
- patchlevel 1308
2016-02-12 10:20:16 +00:00
* Fri Feb 12 2016 Karsten Hopp <karsten@redhat.com> 7.4.1304-1
- patchlevel 1304
2016-02-11 10:20:16 +00:00
* Thu Feb 11 2016 Karsten Hopp <karsten@redhat.com> 7.4.1301-1
- patchlevel 1301
2016-02-10 10:20:16 +00:00
* Wed Feb 10 2016 Karsten Hopp <karsten@redhat.com> 7.4.1297-1
- patchlevel 1297
2016-02-09 10:20:16 +00:00
* Tue Feb 09 2016 Karsten Hopp <karsten@redhat.com> 7.4.1293-1
- patchlevel 1293
2016-02-08 10:20:16 +00:00
* Mon Feb 08 2016 Karsten Hopp <karsten@redhat.com> 7.4.1290-1
- patchlevel 1290
2016-02-07 10:20:16 +00:00
* Sun Feb 07 2016 Karsten Hopp <karsten@redhat.com> 7.4.1273-1
- patchlevel 1273
2016-02-06 10:20:16 +00:00
* Sat Feb 06 2016 Karsten Hopp <karsten@redhat.com> 7.4.1265-1
- patchlevel 1265
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.4.1229-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-05 10:20:16 +00:00
2016-02-01 13:12:46 +00:00
* Mon Feb 01 2016 Karsten Hopp <karsten@redhat.com> 7.4.1229-1
- patchlevel 1229
2016-02-03 10:20:19 +00:00
2016-01-23 10:20:16 +00:00
* Sat Jan 23 2016 Karsten Hopp <karsten@redhat.com> 7.4.1153-1
- patchlevel 1153
2016-01-22 10:20:19 +00:00
* Fri Jan 22 2016 Karsten Hopp <karsten@redhat.com> 7.4.1152-1
- patchlevel 1152
2016-01-21 10:20:18 +00:00
* Thu Jan 21 2016 Karsten Hopp <karsten@redhat.com> 7.4.1147-1
- patchlevel 1147
2016-01-20 10:20:17 +00:00
* Wed Jan 20 2016 Karsten Hopp <karsten@redhat.com> 7.4.1143-1
- patchlevel 1143
2016-01-19 21:57:49 +00:00
* Tue Jan 19 2016 Karsten Hopp <karsten@redhat.com> 7.4.1142-1
- patchlevel 1142
2016-01-19 10:20:17 +00:00
* Tue Jan 19 2016 Karsten Hopp <karsten@redhat.com> 7.4.1131-1
- patchlevel 1131
2016-01-18 10:20:17 +00:00
* Mon Jan 18 2016 Karsten Hopp <karsten@redhat.com> 7.4.1129-1
- patchlevel 1129
2016-01-17 10:20:16 +00:00
* Sun Jan 17 2016 Karsten Hopp <karsten@redhat.com> 7.4.1112-1
- patchlevel 1112
2016-01-16 10:20:16 +00:00
* Sat Jan 16 2016 Karsten Hopp <karsten@redhat.com> 7.4.1101-1
- patchlevel 1101
2016-01-15 10:20:16 +00:00
* Fri Jan 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1090-1
- patchlevel 1090
2016-01-13 10:20:18 +00:00
* Wed Jan 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1089-1
- patchlevel 1089
2016-01-12 15:22:34 +00:00
* Tue Jan 12 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1087-2
- fix ssh syntax files
- fix %%global in spec.vim (rhbz#1058041)
2016-01-11 13:33:02 +00:00
* Mon Jan 11 2016 Karsten Hopp <karsten@redhat.com> 7.4.1087-1
- patchlevel 1087
2015-12-20 10:20:16 +00:00
* Sun Dec 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.979-1
- patchlevel 979
2015-12-18 10:20:23 +00:00
* Fri Dec 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.977-1
- patchlevel 977
2015-12-14 10:20:16 +00:00
* Mon Dec 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.972-1
- patchlevel 972
2015-12-13 10:20:15 +00:00
* Sun Dec 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.970-1
- patchlevel 970
2015-12-12 10:20:15 +00:00
* Sat Dec 12 2015 Karsten Hopp <karsten@redhat.com> 7.4.969-1
- patchlevel 969
2015-12-07 10:20:11 +00:00
* Mon Dec 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.963-1
- patchlevel 963
2015-12-06 10:20:11 +00:00
* Sun Dec 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.962-1
- patchlevel 962
2015-12-04 10:20:16 +00:00
* Fri Dec 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.960-1
- patchlevel 960
2015-12-02 10:20:21 +00:00
* Wed Dec 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.947-1
- patchlevel 947
2015-12-01 10:20:22 +00:00
* Tue Dec 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.945-1
- patchlevel 945
2015-11-30 10:20:23 +00:00
* Mon Nov 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.944-1
- patchlevel 944
2015-11-26 10:20:21 +00:00
* Thu Nov 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.942-1
- patchlevel 942
2015-11-25 10:20:50 +00:00
* Wed Nov 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.941-1
- patchlevel 941
2015-11-23 10:20:04 +00:00
* Mon Nov 23 2015 Karsten Hopp <karsten@redhat.com> 7.4.936-1
- patchlevel 936
2015-11-22 10:20:04 +00:00
* Sun Nov 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.934-1
- patchlevel 934
2015-11-20 10:20:06 +00:00
* Fri Nov 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.930-1
- patchlevel 930
2015-11-11 10:20:07 +00:00
* Wed Nov 11 2015 Karsten Hopp <karsten@redhat.com> 7.4.922-1
- patchlevel 922
2015-11-26 10:20:21 +00:00
* Tue Nov 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.917-1
- patchlevel 917
2015-11-04 10:20:04 +00:00
* Wed Nov 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.909-1
- patchlevel 909
2015-11-26 10:20:21 +00:00
- Fedora vim now uses tarballs created from upstream git instead
of just upstream patches. Now runtime files will have fixes, too.
2015-11-04 10:20:04 +00:00
2015-11-03 10:20:12 +00:00
* Tue Nov 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.908-1
- patchlevel 908
2015-11-02 10:20:04 +00:00
* Mon Nov 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.903-1
- patchlevel 903
2015-10-31 10:35:38 +00:00
* Sat Oct 31 2015 Karsten Hopp <karsten@redhat.com> 7.4.902-1
- patchlevel 902
2015-10-26 10:20:04 +00:00
* Mon Oct 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.900-1
- patchlevel 900
2015-10-14 09:20:06 +00:00
* Wed Oct 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.898-1
- patchlevel 898
2015-10-08 09:20:04 +00:00
* Thu Oct 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.891-1
- patchlevel 891
2015-10-07 09:20:04 +00:00
* Wed Oct 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.890-1
- patchlevel 890
2015-09-30 09:20:05 +00:00
* Wed Sep 30 2015 Karsten Hopp <karsten@redhat.com> 7.4.889-1
- patchlevel 889
2015-09-26 09:20:06 +00:00
* Sat Sep 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.884-1
- patchlevel 884
* Tue Sep 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.873-2
- fix garbled xxd manpage in Japanese locale (bugzilla #1035606), Masayuki Oshima
* Tue Sep 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.873-1
- add Provides: mergetool for bugzilla #990444
2015-09-18 09:20:05 +00:00
* Fri Sep 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.873-1
- patchlevel 873
2015-09-16 09:20:05 +00:00
* Wed Sep 16 2015 Karsten Hopp <karsten@redhat.com> 7.4.871-1
- patchlevel 871
2015-09-10 09:20:04 +00:00
* Thu Sep 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.865-1
- patchlevel 865
2015-09-09 09:20:05 +00:00
* Wed Sep 09 2015 Karsten Hopp <karsten@redhat.com> 7.4.861-1
- patchlevel 861
2015-09-02 09:20:06 +00:00
* Wed Sep 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.854-1
- patchlevel 854
2015-08-28 09:20:07 +00:00
* Fri Aug 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.843-1
- patchlevel 843
2015-08-27 09:20:04 +00:00
* Thu Aug 27 2015 Karsten Hopp <karsten@redhat.com> 7.4.841-1
- patchlevel 841
2015-08-26 09:20:14 +00:00
* Wed Aug 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.838-1
- patchlevel 838
2015-08-19 15:15:03 +00:00
* Wed Aug 19 2015 Karsten Hopp <karsten@redhat.com> 7.4.827-1
- patchlevel 827
- re-enable lua
- enable python3
2015-08-19 15:15:03 +00:00
* Fri Jul 10 2015 Lubomir Rintel <lkundrak@v3.sk> 7.4.769-3
- drop forcing background, vim detects this since 7.4.757, rhbz#1159920
2015-07-04 16:00:04 +00:00
* Sat Jul 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.769-1
- patchlevel 769
2015-07-03 16:00:05 +00:00
* Fri Jul 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.768-1
- patchlevel 768
2015-06-29 16:00:04 +00:00
* Mon Jun 29 2015 Karsten Hopp <karsten@redhat.com> 7.4.764-1
- patchlevel 764
2015-06-28 16:00:04 +00:00
* Sun Jun 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.763-1
- patchlevel 763
2015-06-26 16:00:04 +00:00
* Fri Jun 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.761-1
- patchlevel 761
2015-06-25 16:00:06 +00:00
* Thu Jun 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.757-1
- patchlevel 757
2015-06-22 16:00:07 +00:00
* Mon Jun 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.752-1
- patchlevel 752
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.4.737-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-10 08:19:30 +00:00
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.737-1
- patchlevel 737
2015-05-14 16:00:04 +00:00
* Thu May 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.729-1
- patchlevel 729
2015-05-06 16:00:05 +00:00
* Wed May 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.728-1
- patchlevel 728
2015-05-05 16:00:04 +00:00
* Tue May 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.726-1
- patchlevel 726
2015-05-04 16:00:07 +00:00
* Mon May 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.723-1
- patchlevel 723
2015-04-23 16:00:05 +00:00
* Thu Apr 23 2015 Karsten Hopp <karsten@redhat.com> 7.4.712-1
- patchlevel 712
2015-04-22 16:00:05 +00:00
* Wed Apr 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.711-1
- patchlevel 711
2015-04-21 16:00:06 +00:00
* Tue Apr 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.708-1
- patchlevel 708
2015-04-18 16:00:04 +00:00
* Sat Apr 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.703-1
- patchlevel 703
2015-04-17 16:00:05 +00:00
* Fri Apr 17 2015 Karsten Hopp <karsten@redhat.com> 7.4.702-1
- patchlevel 702
2015-04-15 16:00:04 +00:00
* Wed Apr 15 2015 Karsten Hopp <karsten@redhat.com> 7.4.701-1
- patchlevel 701
2015-04-14 16:00:03 +00:00
* Tue Apr 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.699-1
- patchlevel 699
2015-04-13 16:00:05 +00:00
* Mon Apr 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.698-1
- patchlevel 698
2015-04-10 16:00:03 +00:00
* Fri Apr 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.692-1
- patchlevel 692
2015-04-04 16:00:05 +00:00
* Sat Apr 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.691-1
- patchlevel 691
2015-04-03 16:00:04 +00:00
* Fri Apr 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.690-1
- patchlevel 690
2015-04-01 16:00:04 +00:00
* Wed Apr 01 2015 Karsten Hopp <karsten@redhat.com> 7.4.688-1
- patchlevel 688
2015-03-31 16:00:05 +00:00
* Tue Mar 31 2015 Karsten Hopp <karsten@redhat.com> 7.4.686-1
- patchlevel 686
2015-03-26 17:00:04 +00:00
* Thu Mar 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.683-1
- patchlevel 683
2015-03-25 17:00:03 +00:00
* Wed Mar 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.682-1
- patchlevel 682
2015-03-24 17:00:05 +00:00
* Tue Mar 24 2015 Karsten Hopp <karsten@redhat.com> 7.4.681-1
- patchlevel 681
2015-03-22 17:00:04 +00:00
* Sun Mar 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.674-1
- patchlevel 674
2015-03-21 17:00:05 +00:00
* Sat Mar 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.672-1
- patchlevel 672
2015-03-20 17:00:05 +00:00
* Fri Mar 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.668-1
- patchlevel 668
2015-06-10 08:27:18 +00:00
* Thu Mar 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 7.4.663-3
2015-06-03 13:45:30 +00:00
- Perl 5.22 rebuild
2015-06-10 08:27:18 +00:00
* Wed Mar 18 2015 Richard Hughes <rhughes@redhat.com> - 7.4.663-2
- Add an AppData file for the software center
2015-03-14 17:00:04 +00:00
* Sat Mar 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.663-1
- patchlevel 663
2015-03-13 17:00:04 +00:00
* Fri Mar 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.662-1
- patchlevel 662
2015-03-08 17:00:03 +00:00
* Sun Mar 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.658-1
- patchlevel 658
2015-03-07 17:00:04 +00:00
* Sat Mar 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.657-1
- patchlevel 657
2015-03-06 17:00:04 +00:00
* Fri Mar 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.656-1
- patchlevel 656
2015-03-05 17:00:04 +00:00
* Thu Mar 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.652-1
- patchlevel 652
2015-02-28 17:00:05 +00:00
* Sat Feb 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.648-1
- patchlevel 648
2015-02-27 17:00:04 +00:00
* Fri Feb 27 2015 Karsten Hopp <karsten@redhat.com> 7.4.643-1
- patchlevel 643
2015-03-12 10:10:30 +00:00
* Fri Feb 27 2015 Dave Airlie <airlied@redhat.com> 7.4.640-4
2015-03-02 01:29:41 +00:00
- fix vimrc using wrong comment character
2015-02-26 13:51:34 +00:00
* Thu Feb 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.640-3
- bump release
* Thu Feb 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.640-2
- set background to dark in gnome-terminal, rhbz#1159920
2015-02-26 12:42:33 +00:00
* Wed Feb 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.640-1
2015-02-17 17:00:11 +00:00
- patchlevel 640
2015-06-10 08:27:18 +00:00
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.4.629-2
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Wed Feb 11 2015 Karsten Hopp <karsten@redhat.com> 7.4.629-2
- fix syntax highlighting for some ssh_config sshd_config keywords
2015-02-11 12:48:51 +00:00
* Wed Feb 11 2015 Karsten Hopp <karsten@redhat.com> 7.4.629-1
- patchlevel 629
2015-02-06 17:00:04 +00:00
* Fri Feb 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.622-1
- patchlevel 622
2015-02-05 17:00:05 +00:00
* Thu Feb 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.621-1
- patchlevel 621
2015-02-04 17:00:05 +00:00
* Wed Feb 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.618-1
- patchlevel 618
2015-02-03 17:00:06 +00:00
* Tue Feb 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.615-1
- patchlevel 615
2015-01-28 17:00:09 +00:00
* Wed Jan 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.608-1
- patchlevel 608
2015-01-27 17:00:14 +00:00
* Tue Jan 27 2015 Karsten Hopp <karsten@redhat.com> 7.4.604-1
- patchlevel 604
2015-01-23 17:00:06 +00:00
* Fri Jan 23 2015 Karsten Hopp <karsten@redhat.com> 7.4.591-1
- patchlevel 591
2015-01-21 15:18:17 +00:00
* Wed Jan 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.589-1
- patchlevel 589
2015-01-20 17:00:08 +00:00
* Tue Jan 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.586-1
- patchlevel 586
2015-01-18 17:00:06 +00:00
* Sun Jan 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.582-1
- patchlevel 582
2015-01-15 14:56:05 +00:00
* Thu Jan 15 2015 Karsten Hopp <karsten@redhat.com> 7.4.580-1
- patchlevel 580
2015-01-14 17:00:30 +00:00
* Wed Jan 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.576-1
- patchlevel 576
* Mon Jan 12 2015 Karsten Hopp <karsten@redhat.com> 7.4.567-1
- use %%make_install in spec-template.new (rhbz#919270)
2015-01-08 17:00:15 +00:00
* Thu Jan 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.567-1
- patchlevel 567
2015-01-07 17:00:14 +00:00
* Wed Jan 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.566-1
- patchlevel 566
2014-12-18 17:00:13 +00:00
* Thu Dec 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.560-1
- patchlevel 560
2014-12-17 17:00:16 +00:00
* Wed Dec 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.557-1
- patchlevel 557
2014-12-14 17:00:14 +00:00
* Sun Dec 14 2014 Karsten Hopp <karsten@redhat.com> 7.4.552-1
- patchlevel 552
2014-12-13 17:00:14 +00:00
* Sat Dec 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.546-1
- patchlevel 546
2014-12-08 17:00:12 +00:00
* Mon Dec 08 2014 Karsten Hopp <karsten@redhat.com> 7.4.542-1
- patchlevel 542
2014-12-07 17:00:12 +00:00
* Sun Dec 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.541-1
- patchlevel 541
2014-12-01 17:00:18 +00:00
* Mon Dec 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.540-1
- patchlevel 540
2014-11-30 17:00:13 +00:00
* Sun Nov 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.539-1
- patchlevel 539
2014-11-28 17:00:12 +00:00
* Fri Nov 28 2014 Karsten Hopp <karsten@redhat.com> 7.4.537-1
- patchlevel 537
2014-11-27 17:00:14 +00:00
* Thu Nov 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.534-1
- patchlevel 534
2014-11-23 17:00:10 +00:00
* Sun Nov 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.527-1
- patchlevel 527
2014-11-21 17:00:10 +00:00
* Fri Nov 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.526-1
- patchlevel 526
2014-11-20 17:00:13 +00:00
* Thu Nov 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.525-1
- patchlevel 525
2014-11-19 17:00:18 +00:00
* Wed Nov 19 2014 Karsten Hopp <karsten@redhat.com> 7.4.521-1
- patchlevel 521
2014-11-13 17:00:14 +00:00
* Thu Nov 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.516-1
- patchlevel 516
2014-11-12 17:00:15 +00:00
* Wed Nov 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.512-1
- patchlevel 512
2014-11-06 17:00:13 +00:00
* Thu Nov 06 2014 Karsten Hopp <karsten@redhat.com> 7.4.507-1
- patchlevel 507
2014-11-05 17:00:17 +00:00
* Wed Nov 05 2014 Karsten Hopp <karsten@redhat.com> 7.4.502-1
- patchlevel 502
2014-11-01 17:00:12 +00:00
* Sat Nov 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.492-1
- patchlevel 492
2014-10-31 17:00:11 +00:00
* Fri Oct 31 2014 Karsten Hopp <karsten@redhat.com> 7.4.491-1
- patchlevel 491
2014-10-23 16:00:11 +00:00
* Thu Oct 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.488-1
- patchlevel 488
2014-10-22 16:00:13 +00:00
* Wed Oct 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.487-1
- patchlevel 487
2014-10-21 16:00:14 +00:00
* Tue Oct 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.483-1
- patchlevel 483
2014-10-17 16:00:11 +00:00
* Fri Oct 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.481-1
- patchlevel 481
2014-10-16 16:00:12 +00:00
* Thu Oct 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.480-1
- patchlevel 480
2014-10-15 16:00:16 +00:00
* Wed Oct 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.477-1
- patchlevel 477
* Mon Oct 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.475-2
- add support for %%license macro (Petr Šabata)
* Sat Oct 11 2014 Karsten Hopp <karsten@redhat.com> 7.4.475-1
- patchlevel 475
2014-10-10 16:00:10 +00:00
* Fri Oct 10 2014 Karsten Hopp <karsten@redhat.com> 7.4.473-1
- patchlevel 473
2014-10-09 16:00:15 +00:00
* Thu Oct 09 2014 Karsten Hopp <karsten@redhat.com> 7.4.471-1
- patchlevel 471
2014-10-07 16:00:13 +00:00
* Tue Oct 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.465-1
- patchlevel 465
2014-09-30 16:00:26 +00:00
* Tue Sep 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.463-1
- patchlevel 463
2014-09-29 16:00:10 +00:00
* Mon Sep 29 2014 Karsten Hopp <karsten@redhat.com> 7.4.462-1
- patchlevel 462
2014-09-27 16:00:10 +00:00
* Sat Sep 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.461-1
- patchlevel 461
2014-09-24 12:38:39 +00:00
* Wed Sep 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.460-1
- patchlevel 460
2014-09-24 09:40:35 +00:00
* Wed Sep 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.458-1
- patchlevel 458
2014-09-23 16:00:13 +00:00
* Tue Sep 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.457-1
- patchlevel 457
2014-09-20 04:40:12 +00:00
* Sat Sep 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.453-1
- patchlevel 453
2014-09-16 04:40:06 +00:00
* Tue Sep 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.444-1
- patchlevel 444
2014-09-15 12:06:24 +00:00
* Mon Sep 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.443-1
- patchlevel 443
2014-09-09 23:04:52 +00:00
* Wed Sep 10 2014 Karsten Hopp <karsten@redhat.com> 7.4.442-1
- patchlevel 442
2014-08-26 17:35:51 +00:00
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.4.417-2
- Perl 5.20 rebuild
2014-08-26 13:44:10 +00:00
* Tue Aug 26 2014 Karsten Hopp <karsten@redhat.com> 7.4.417-1
- patchlevel 417
2014-08-22 09:52:44 +00:00
* Fri Aug 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.410-1
- patchlevel 410
2014-08-22 10:03:00 +00:00
- xsubpp-path patch is obsolete now
2014-08-22 09:52:44 +00:00
2014-08-22 09:36:45 +00:00
* Fri Aug 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.402-3
2014-08-22 09:32:18 +00:00
- fix help file names
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.4.402-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-22 09:36:45 +00:00
2014-08-13 08:17:25 +00:00
* Wed Aug 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.402-1
- patchlevel 402
2014-08-12 08:46:28 +00:00
* Tue Aug 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.401-1
- patchlevel 401
2014-08-06 11:43:07 +00:00
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> 2:7.4.373-2
- fix license handling
2014-07-22 13:42:09 +00:00
* Tue Jul 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.373-1
- patchlevel 373
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.4.307-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-27 11:47:53 +00:00
* Tue May 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.307-1
- patchlevel 307
* Tue Apr 29 2014 Vít Ondruch <vondruch@redhat.com> - 2:7.4.258-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
2014-04-16 13:14:35 +00:00
* Wed Apr 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.258-1
- patchlevel 258
2014-04-07 11:13:49 +00:00
* Mon Apr 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.253-1
- patchlevel 253
2014-03-12 19:34:24 +00:00
* Wed Mar 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.204-1
- patchlevel 204
2014-02-24 13:15:51 +00:00
* Mon Feb 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.192-1
- patchlevel 192
2014-02-18 16:19:47 +00:00
* Tue Feb 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.182-1
- patchlevel 182
* Tue Feb 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.179-2
- enable dynamic lua interpreter
2014-02-15 10:57:01 +00:00
* Sat Feb 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.179-1
- patchlevel 179
2014-01-29 16:03:33 +00:00
* Wed Jan 29 2014 Karsten Hopp <karsten@redhat.com> 7.4.160-1
- patchlevel 160
2013-12-17 10:35:12 +00:00
* Tue Dec 17 2013 Karsten Hopp <karsten@redhat.com> 7.4.131-1
- patchlevel 131
2013-11-20 15:52:31 +00:00
* Wed Nov 20 2013 Karsten Hopp <karsten@redhat.com> 7.4.094-1
- patchlevel 094
2013-10-15 12:14:03 +00:00
* Tue Oct 15 2013 Karsten Hopp <karsten@redhat.com> 7.4.052-1
- patchlevel 052
* Wed Sep 11 2013 Karsten Hopp <karsten@redhat.com> 7.4.027-2
- update vim icons (#1004788)
- check if 'id -u' returns empty string (vim.sh)
2013-09-11 14:38:12 +00:00
* Wed Sep 11 2013 Karsten Hopp <karsten@redhat.com> 7.4.027-1
- patchlevel 027
2013-09-04 15:03:30 +00:00
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 7.4.016-1
- patchlevel 016
2013-08-28 08:44:07 +00:00
* Wed Aug 28 2013 Karsten Hopp <karsten@redhat.com> 7.4.009-1
- patchlevel 009
2013-08-28 08:49:39 +00:00
mkdir("foo/bar/", "p") gives an error message
creating a preview window on startup messes up the screen
new regexp engine can't be interrupted
too easy to write a file was not decrypted (yet)
2013-08-28 08:44:07 +00:00
* Wed Aug 21 2013 Karsten Hopp <karsten@redhat.com> 7.4.5-1
- patchlevel 5
- when closing a window fails ":bwipe" may hang
- "vaB" while 'virtualedit' is set selects the wrong area
* Wed Aug 21 2013 Karsten Hopp <karsten@redhat.com> 7.4.3-1
- patchlevel 3, memory access error in Ruby syntax highlighting
* Wed Aug 21 2013 Karsten Hopp <karsten@redhat.com> 7.4.2-1
- patchlevel 2, pattern with two alternative look-behind matches doesn't match
2013-08-21 12:01:50 +00:00
* Wed Aug 21 2013 Karsten Hopp <karsten@redhat.com> 7.4.1-1
- patchlevel 1, 'ic' doesn't work for patterns such as [a-z]
2013-08-12 14:20:41 +00:00
* Mon Aug 12 2013 Karsten Hopp <karsten@redhat.com> 7.4.0-1
- update to vim-7.4
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.3.1314-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-13 12:32:32 +00:00
* Fri Jul 26 2013 Karsten Hopp <karsten@redhat.com> 7.3.1314-2
- document gex and vimx in man page
- fix gvimdiff and gvimtutor man page redirects
2013-07-17 18:15:46 +00:00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2:7.3.1314-2
- Perl 5.18 rebuild
2013-07-09 11:50:31 +00:00
* Tue Jul 09 2013 Karsten Hopp <karsten@redhat.com> 7.3.1314-1
- patchlevel 1314
2013-07-04 13:37:26 +00:00
* Thu Jul 04 2013 Karsten Hopp <karsten@redhat.com> 7.3.1293-1
- patchlevel 1293
2013-06-13 22:29:17 +00:00
* Fri Jun 14 2013 Karsten Hopp <karsten@redhat.com> 7.3.1189-1
- patchlevel 1189
2013-06-04 10:07:02 +00:00
* Tue Jun 04 2013 Karsten Hopp <karsten@redhat.com> 7.3.1109-1
- patchlevel 1109
2013-05-22 13:06:16 +00:00
* Wed May 22 2013 Karsten Hopp <karsten@redhat.com> 7.3.1004-1
- patchlevel 1004
2013-05-22 12:13:12 +00:00
* Wed May 22 2013 Karsten Hopp <karsten@redhat.com> 7.3.1000-1
- patchlevel 1000 !
2013-05-21 11:33:56 +00:00
* Tue May 21 2013 Karsten Hopp <karsten@redhat.com> 7.3.987-1
- patchlevel 987
* Tue May 21 2013 Karsten Hopp <karsten@redhat.com> 7.3.944-2
- consistent use of macros in spec file
- add some links to man pages
2013-05-14 12:59:16 +00:00
* Tue May 14 2013 Karsten Hopp <karsten@redhat.com> 7.3.944-1
- patchlevel 944
2013-05-13 12:45:32 +00:00
* Mon May 13 2013 Karsten Hopp <karsten@redhat.com> 7.3.943-2
- add BR perl(ExtUtils::ParseXS)
2013-05-13 12:12:47 +00:00
* Mon May 13 2013 Karsten Hopp <karsten@redhat.com> 7.3.943-1
- patchlevel 943
2013-05-08 15:06:58 +00:00
* Wed May 08 2013 Karsten Hopp <karsten@redhat.com> 7.3.931-1
- patchlevel 931
2013-05-08 14:55:12 +00:00
* Wed May 08 2013 Karsten Hopp <karsten@redhat.com> 7.3.903-1
- fix ruby version check
* Fri Apr 19 2013 Karsten Hopp <karsten@redhat.com> 7.3.903-1
- drop crv patch
- update 7.3.838 patch, it was broken upstream
2013-04-15 15:02:49 +00:00
* Mon Apr 15 2013 Karsten Hopp <karsten@redhat.com> 7.3.903-1
- patchlevel 903
2013-02-18 14:38:18 +00:00
* Mon Feb 18 2013 Karsten Hopp <karsten@redhat.com> 7.3.822-1
- patchlevel 822
* Fri Feb 15 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 7.3.797-2
- Only use --vendor for desktop-file-install on F18 or less
2013-01-31 11:12:05 +00:00
* Thu Jan 31 2013 Karsten Hopp <karsten@redhat.com> 7.3.797-1
- patchlevel 797
2013-01-28 11:11:52 +00:00
* Mon Jan 28 2013 Karsten Hopp <karsten@redhat.com> 7.3.785-1
- patchlevel 785
2012-11-20 16:31:20 +00:00
* Tue Nov 20 2012 Karsten Hopp <karsten@redhat.com> 7.3.715-1
- patchlevel 715
2013-05-14 13:09:45 +00:00
2012-11-12 14:31:27 +00:00
* Mon Nov 12 2012 Karsten Hopp <karsten@redhat.com> 7.3.712-1
- patchlevel 712
2012-11-12 14:26:53 +00:00
* Mon Nov 12 2012 Karsten Hopp <karsten@redhat.com> 7.3.682-2
- fix vim.csh syntax
2012-10-23 10:13:33 +00:00
* Tue Oct 23 2012 Karsten Hopp <karsten@redhat.com> 7.3.712-1
- patchlevel 712
2012-10-15 10:17:46 +00:00
* Mon Oct 15 2012 Karsten Hopp <karsten@redhat.com> 7.3.691-1
- patchlevel 691
2012-10-04 22:36:41 +00:00
* Fri Oct 05 2012 Karsten Hopp <karsten@redhat.com> 7.3.682-1
- patchlevel 682
- use --enable-rubyinterp=dynamic and --enable-pythoninterp=dynamic
2012-10-04 22:36:41 +00:00
2012-09-03 10:44:26 +00:00
* Mon Sep 03 2012 Karsten Hopp <karsten@redhat.com> 7.3.646-1
- patchlevel 646
* Tue Aug 28 2012 Karsten Hopp <karsten@redhat.com> 7.3.638-2
- fix some man page typos (#668894, #675480)
- own usr/share/vim/vimfiles/doc/tags (#845564)
- add path to csope database (#844843)
2012-08-28 09:54:11 +00:00
* Tue Aug 28 2012 Karsten Hopp <karsten@redhat.com> 7.3.638-1
- patchlevel 638
# vim:nrformats-=octal