On 08/11/09 16:16, Nick Kew wrote: > > On 11 Aug 2009, at 11:25, Seema Alevoor wrote: > >> Hi, >> >> WebRev for updating APR-Util version to 1.3.9 within >> OpenSolaris is at http://cr.opensolaris.org/~seema/6857902/ >> Please review. >> >> Main Changes: >> - updated APR-Util source version. >> - made changes to use the default gpatch flag (-p0). > > Momentarily confused by the patches-to-patches, but > I see that's down to them moving into the apr-util-version > directory (so that component is removed from the path), as in: > > ---- apr-util-1.3.4/config.layout.orig Wed Feb 9 04:18:43 2005 > -+++ apr-util-1.3.4/config.layout Tue Sep 16 02:47:49 2008 > +--- config.layout.orig Wed Feb 9 04:18:43 2005 > ++++ config.layout Tue Sep 16 02:47:49 2008 > > Was there a reason for that change? > > (No, I'm not suggesting it's a problem - just asking).
Similar to APR changes, I had to anyway touch these patch files to update the version info. So, to avoid that in future, I changed the patch flag to the default one (-p0) and removed the version dir from the patch files. Thanks, Seema.