devel/vim 7.1.298, NONE, 1.1 README.patches, 1.104, 1.105 vim.spec, 1.206, 1.207

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Thu May 15 09:41:36 UTC 2008


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7758

Modified Files:
	README.patches vim.spec 
Added Files:
	7.1.298 
Log Message:
- patchlevel 298


--- NEW FILE 7.1.298 ---
To: vim-dev at vim.org
Subject: Patch 7.1.298
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.1.298 (after 7.1.295)
Problem:    src/gvimtutor is not distributed.
Solution:   Add it to the list of distributed files.
Files:	    Filelist


*** ../vim-7.1.297/Filelist	Thu May 10 20:35:01 2007
--- Filelist	Sat May 10 21:35:50 2008
***************
*** 193,198 ****
--- 193,199 ----
  		src/vim_icon.xbm \
  		src/vim_mask.xbm \
  		src/vimtutor \
+ 		src/gvimtutor \
  		src/which.sh \
  		src/workshop.c \
  		src/workshop.h \
*** ../vim-7.1.297/src/version.c	Wed May  7 21:45:35 2008
--- src/version.c	Sat May 10 21:37:01 2008
***************
*** 668,669 ****
--- 673,676 ----
  {   /* Add new patch number below this line */
+ /**/
+     298,
  /**/

-- 
ARTHUR: Charge!
   [They all charge with swords drawn towards the RABBIT.  A tremendous twenty
   second fight with Peckinpahish shots and borrowing heavily also on the
   Kung Fu and karate-type films ensues, in which some four KNIGHTS are
   comprehensively killed.]
ARTHUR: Run away!  Run away!
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- README.patches	11 Apr 2008 09:17:31 -0000	1.104
+++ README.patches	15 May 2008 09:40:56 -0000	1.105
@@ -325,3 +325,8 @@
   1940  7.1.291  compiler warning for int-long conversion
   6698  7.1.292  when using a pattern with "\@<=" the submatches can be wrong
   3087  7.1.293  spell checking considers super/subscript chars as word chars
+  2336  7.1.294  leaking memory when executing a shell command
+  6102  7.1.295  vimtutor only works with vim, not gvim
+  9374  7.1.296  SELinux is not supported
+  1855  7.1.297  wrong parenmatch highlighting after search/replace dialog
+  1558  7.1.298  src/gvimtutor is not distributed


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- vim.spec	11 Apr 2008 09:19:21 -0000	1.206
+++ vim.spec	15 May 2008 09:40:56 -0000	1.207
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 293
+%define patchlevel 298
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -349,6 +349,11 @@
 Patch291: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.291
 Patch292: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.292
 Patch293: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.293
+Patch294: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.294
+Patch295: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.295
+Patch296: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.296
+Patch297: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.297
+Patch298: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.298
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -365,8 +370,6 @@
 Patch3013: vim-7.1-ada.patch
 #
 Patch3014: vim-7.1-erlang.patch
-Patch3100: vim-selinux.patch
-Patch3101: vim-selinux2.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel ncurses-devel gettext perl-devel
@@ -781,6 +784,11 @@
 %patch291 -p0
 %patch292 -p0
 %patch293 -p0
+%patch294 -p0
+%patch295 -p0
+%patch296 -p0
+%patch297 -p0
+%patch298 -p0
 
 
 # install spell files
@@ -803,10 +811,6 @@
 %patch3013 -p1
 %patch3014 -p1
 
-%if %{WITH_SELINUX}
-%patch3100 -p1
-%patch3101 -p1
-%endif
 cp -f %{SOURCE15} runtime/syntax/forth.vim
 
 
@@ -829,6 +833,11 @@
 %else
   --disable-netbeans \
 %endif
+%if %{WITH_SELINUX}
+  --enable-selinux \
+%else
+  --disable-selinux \
+%endif
 %if "%{withruby}" == "1"
   --enable-rubyinterp \
 %else
@@ -850,6 +859,11 @@
 %else
   --disable-netbeans \
 %endif
+%if %{WITH_SELINUX}
+  --enable-selinux \
+%else
+  --disable-selinux \
+%endif
 %if "%{withruby}" == "1"
   --enable-rubyinterp \
 %else
@@ -865,6 +879,11 @@
 %configure --prefix=%{_prefix} --with-features=small --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 at redhat.com>" \
@@ -1186,6 +1205,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu May 15 2008 Karsten Hopp <karsten at redhat.com> 7.1.298-1
+- patchlevel 298
+
 * Fri Apr 11 2008 Karsten Hopp <karsten at redhat.com> 7.1.293-1
 - patchlevel 293
 - update forth syntax file (Benjamin Krill)




More information about the scm-commits mailing list