Re: [PATCH] setup: update non-experimental packages too when Exp is selected

2010-08-19 Thread Christopher Faylor
On Thu, Aug 19, 2010 at 06:30:07AM +0100, Andy Koppe wrote:
At the moment, non-experimental packages don't get updated when 'Exp'
is selected. This was reported at
http://cygwin.com/ml/cygwin/2010-08/msg00460.html.

The fix turned out to be quite simple.

Andy


ChangeLog:
* package_meta.h (packagemeta::trustp): Update non-experimental
packages too when Exp is selected.

Index: package_meta.h
===
RCS file: /cvs/cygwin-apps/setup/package_meta.h,v
retrieving revision 2.38
diff -u -r2.38 package_meta.h
--- package_meta.h  13 Dec 2009 19:23:43 -  2.38
+++ package_meta.h  19 Aug 2010 05:06:47 -
@@ -94,9 +94,9 @@
   std::string action_caption () const;
   packageversion trustp (trusts const t) const
   {
-return t == TRUST_PREV ? (prev ? prev : (curr ? curr : installed))
- : t == TRUST_CURR ? (curr ? curr : installed)
-: exp ? exp : installed;
+return t == TRUST_PREV  prev ? prev
+ : t == TRUST_TEST  exp ? exp
+ : curr ? curr : installed;
   }

Any chance you could add some parentheses here to make the nested ?'s
easier to understand?

Otherwise, I'll take your word for it that this works and say:  Approved.

cgf


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: ITA (sortof): sunrpc

2010-08-19 Thread Corinna Vinschen
Hi Chuck,

On Aug 18 23:32, Charles Wilson wrote:
 sunrpc is orphaned. It provides libraries and headers for rpc routines,
 utilities including rpcgen, documentation, and the portmap daemon.

just go ahead with libtirpc, rpcgen, and sunrpc.  Please also update
the cygwin-pkg-maint file, and make yourself the sunrpc maintainer.
You can quarter it and burn the shreds then at your own discretion.


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-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: ITA (sortof): sunrpc

2010-08-19 Thread Andrew Schulman
 Hi Chuck,
 
 On Aug 18 23:32, Charles Wilson wrote:
  sunrpc is orphaned. It provides libraries and headers for rpc routines,
  utilities including rpcgen, documentation, and the portmap daemon.
 
 just go ahead with libtirpc, rpcgen, and sunrpc.  Please also update
 the cygwin-pkg-maint file, and make yourself the sunrpc maintainer.
 You can quarter it and burn the shreds then at your own discretion.

Auto gold star awarded.