lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
0881c9f
To: vim_dev@googlegroups.com
0881c9f
Subject: Patch 7.4.134
0881c9f
Fcc: outbox
0881c9f
From: Bram Moolenaar <Bram@moolenaar.net>
0881c9f
Mime-Version: 1.0
0881c9f
Content-Type: text/plain; charset=UTF-8
0881c9f
Content-Transfer-Encoding: 8bit
0881c9f
------------
0881c9f
0881c9f
Patch 7.4.134
0881c9f
Problem:    Spurious space in MingW Makefile.
0881c9f
Solution:   Remove the space. (Michael Soyka)
0881c9f
Files:	    src/Make_ming.mak
0881c9f
0881c9f
0881c9f
*** ../vim-7.4.133/src/Make_ming.mak	2013-12-11 15:06:36.000000000 +0100
0881c9f
--- src/Make_ming.mak	2014-01-06 15:37:57.000000000 +0100
0881c9f
***************
0881c9f
*** 598,604 ****
0881c9f
  ifeq (yes, $(GUI))
0881c9f
  OBJ += $(OUTDIR)/xpm_w32.o
0881c9f
  # You'll need libXpm.a from http://gnuwin32.sf.net
0881c9f
! LIB += -L $(XPM)/lib -lXpm
0881c9f
  endif
0881c9f
  endif
0881c9f
  
0881c9f
--- 598,604 ----
0881c9f
  ifeq (yes, $(GUI))
0881c9f
  OBJ += $(OUTDIR)/xpm_w32.o
0881c9f
  # You'll need libXpm.a from http://gnuwin32.sf.net
0881c9f
! LIB += -L$(XPM)/lib -lXpm
0881c9f
  endif
0881c9f
  endif
0881c9f
  
0881c9f
*** ../vim-7.4.133/src/version.c	2014-01-06 06:18:44.000000000 +0100
0881c9f
--- src/version.c	2014-01-06 15:39:32.000000000 +0100
0881c9f
***************
0881c9f
*** 740,741 ****
0881c9f
--- 740,743 ----
0881c9f
  {   /* Add new patch number below this line */
0881c9f
+ /**/
0881c9f
+     134,
0881c9f
  /**/
0881c9f
0881c9f
-- 
0881c9f
hundred-and-one symptoms of being an internet addict:
0881c9f
115. You are late picking up your kid from school and try to explain
0881c9f
     to the teacher you were stuck in Web traffic.
0881c9f
0881c9f
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
0881c9f
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
0881c9f
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
0881c9f
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///