auto-import changelog data from vim-6.3.013-1.src.rpm
Tue Jul 13 2004 Karsten Hopp <karsten@redhat.de> 6.3.013-1
- patchlevel 13 to fix some crashes with multi-line patterns and when using
    CTRL-R in command mode
			
			
This commit is contained in:
		
							parent
							
								
									a46b9f11f6
								
							
						
					
					
						commit
						16173e5e39
					
				@ -34,3 +34,5 @@ Individual patches for Vim 6.3:
 | 
			
		||||
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
 | 
			
		||||
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
 | 
			
		||||
  1896  6.3.011  crash when user command completion uses "normal :cmd"
 | 
			
		||||
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 | 
			
		||||
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								vim.spec
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								vim.spec
									
									
									
									
									
								
							@ -23,12 +23,12 @@
 | 
			
		||||
 | 
			
		||||
%define baseversion 6.3
 | 
			
		||||
%define vimdir vim63
 | 
			
		||||
%define patchlevel 011
 | 
			
		||||
%define patchlevel 013
 | 
			
		||||
 | 
			
		||||
Summary: The VIM editor.
 | 
			
		||||
Name: vim
 | 
			
		||||
Version: %{baseversion}.%{patchlevel}
 | 
			
		||||
Release: 4
 | 
			
		||||
Release: 1
 | 
			
		||||
License: freeware
 | 
			
		||||
Group: Applications/Editors
 | 
			
		||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
 | 
			
		||||
@ -62,6 +62,8 @@ Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3.008
 | 
			
		||||
Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3.009
 | 
			
		||||
Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3.010
 | 
			
		||||
Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3.011
 | 
			
		||||
Patch012: ftp://ftp.vim.org/pub/vim/patches/6.3.012
 | 
			
		||||
Patch013: ftp://ftp.vim.org/pub/vim/patches/6.3.013
 | 
			
		||||
 | 
			
		||||
Patch3000: vim-6.1-syntax.patch
 | 
			
		||||
Patch3001: vim-6.2-rh1.patch
 | 
			
		||||
@ -196,6 +198,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 | 
			
		||||
%patch009 -p0
 | 
			
		||||
%patch010 -p0
 | 
			
		||||
%patch011 -p0
 | 
			
		||||
%patch012 -p0
 | 
			
		||||
%patch013 -p0
 | 
			
		||||
 | 
			
		||||
%patch3000 -p1 -b .syntx
 | 
			
		||||
%patch3001 -p1 -b .rh1
 | 
			
		||||
@ -448,6 +452,10 @@ rm -rf $RPM_BUILD_ROOT
 | 
			
		||||
%endif
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
* Tue Jul 13 2004 Karsten Hopp <karsten@redhat.de> 6.3.013-1
 | 
			
		||||
- patchlevel 13 to fix some crashes with multi-line patterns 
 | 
			
		||||
  and when using CTRL-R in command mode
 | 
			
		||||
 | 
			
		||||
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 6.3.011-4
 | 
			
		||||
- Fix selinux patch to handle symlinks
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user