Re: New VIM version 7.3.002-1

2010-08-19 Thread Corinna Vinschen
On Aug 19 00:15, Yaakov S wrote:
 On Tue, 2010-08-17 at 11:54 +0200, Corinna Vinschen wrote:
  I have prepared a new release of vim, 7.3.002-1, so it's the new 7.3 
  release from yesterday with its first two patches.
 [snip]
  You can find the source and binary packages on sourceware under
  ~corinna/x/vim/
  
  Please ping me when you finished the corresponding gvim release.
 
 Thanks for the heads-up.  gvim is now on sourceware under
 ~yselkowitz/uploads/gvim/ .

Thanks, I'll move both packages to release and ...

Oh, I just see that you used the .003 patch as well.  At the time I
created the vim package that patch wasn't available.  I'll create a new
vim package with the .003 patch as well first.  Hang on...


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: New VIM version 7.3.002-1

2010-08-19 Thread Corinna Vinschen
On Aug 19 10:43, Corinna Vinschen wrote:
 On Aug 19 00:15, Yaakov S wrote:
  On Tue, 2010-08-17 at 11:54 +0200, Corinna Vinschen wrote:
   I have prepared a new release of vim, 7.3.002-1, so it's the new 7.3 
   release from yesterday with its first two patches.
  [snip]
   You can find the source and binary packages on sourceware under
   ~corinna/x/vim/
   
   Please ping me when you finished the corresponding gvim release.
  
  Thanks for the heads-up.  gvim is now on sourceware under
  ~yselkowitz/uploads/gvim/ .
 
 Thanks, I'll move both packages to release and ...
 
 Oh, I just see that you used the .003 patch as well.  At the time I
 created the vim package that patch wasn't available.  I'll create a new
 vim package with the .003 patch as well first.  Hang on...

Ok, done.  Both packages are in their respective release directory.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: New VIM version 7.3.002-1

2010-08-18 Thread Yaakov (Cygwin/X)
On Tue, 2010-08-17 at 11:54 +0200, Corinna Vinschen wrote:
 I have prepared a new release of vim, 7.3.002-1, so it's the new 7.3 
 release from yesterday with its first two patches.
[snip]
 You can find the source and binary packages on sourceware under
 ~corinna/x/vim/
 
 Please ping me when you finished the corresponding gvim release.

Thanks for the heads-up.  gvim is now on sourceware under
~yselkowitz/uploads/gvim/ .


Yaakov




New VIM version 7.3.002-1

2010-08-17 Thread Corinna Vinschen
Hi Yaakov,

I have prepared a new release of vim, 7.3.002-1, so it's the new 7.3 
release from yesterday with its first two patches.

The new vim release is linked against ncursesw:

  export CPPFLAGS='-I/usr/include/ncursesw'
  export LDFLAGS='-L/usr/lib/ncursesw'
  ./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --libexecdir='$(prefix)/lib' \
  --localstatedir=/var \
  --datadir='$(prefix)/share' \
  --mandir='$(prefix)/share/man' \
  --infodir='$(prefix)/share/info' \
  --with-features=huge \
  --enable-gui=no \
  --without-x \
  --with-compiledby=http://cygwin.com/;

I also changed the requires line in setup.hint:

  requires: alternatives libncurses10 libncursesw10 libiconv2 libintl8

I'm keeping the libncurses10 in for now, for the sake of the old vim
version.

You can find the source and binary packages on sourceware under
~corinna/x/vim/

Please ping me when you finished the corresponding gvim release.


Thanks,
Corinna


-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat