This update has a potential problem with the revision numbers used: the stable version was updated from .1 to .2, while the unstable version was updated from .2 to .3, with the new stable .2 being different from the old unstable .2.
It's unlikely that this will cause any real trouble, but it could cause confusion if we ever need to debug a problem from a user using the ".2" revision number. My recommendation in this situation, for future reference, would have been to update the stable version from .1 to .3, and the unstable version from .2 to .4. (Perhaps the unstable update should be committed first.) That way, everybody gets updated, and no potential confusion about revision numbers is created. (For this update, though, what's done is done and there is no need to change it.) -- Dave On Jan 11, 2010, at 2:39 PM, K.-M. Schindler wrote: > Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel > In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27659 > > Modified Files: > lazarus-10.4.info lazarus-common.info lazarus.info > Log Message: > Fixing BuildDepends of lazarus on gtk+2-dev > > Index: lazarus-common.info > =================================================================== > RCS file: > /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-common.info,v > retrieving revision 1.8 > retrieving revision 1.9 > diff -u -d -r1.8 -r1.9 > --- lazarus-common.info 2 Jan 2010 01:03:24 -0000 1.8 > +++ lazarus-common.info 11 Jan 2010 22:39:37 -0000 1.9 > @@ -1,6 +1,6 @@ > Package: lazarus-common > Version: 0.9.28.2 > -Revision: 2 > +Revision: 3 > Architecture: powerpc, i386, x86_64 > Distribution: 10.4, 10.5, 10.6 > License: GPL/LGPL > @@ -15,7 +15,7 @@ > fpc-cross-arm-wince, > gtk+2-shlibs > << > -Builddepends: gtk+2 > +Builddepends: gtk+2, gtk+2-dev > > Recommends: fpc-doc, lazarus-doc, lazarus-aqua, lazarus-gtk2 > > > Index: lazarus.info > =================================================================== > RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus.info,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -d -r1.6 -r1.7 > --- lazarus.info 5 Jan 2010 14:36:26 -0000 1.6 > +++ lazarus.info 11 Jan 2010 22:39:37 -0000 1.7 > @@ -2,7 +2,7 @@ > Package: lazarus%type_pkg[uitype] > Type: uitype (-aqua -gtk2) > Version: 0.9.28.2 > -Revision: 1003 > +Revision: 1004 > Architecture: powerpc, i386, x86_64 > License: GPL/LGPL > > @@ -16,7 +16,7 @@ > SourceDirectory: lazarus > > Depends: lazarus-common (>= 0.9.28.2) > -Builddepends: gtk+2 > +Builddepends: gtk+2, gtk+2-dev > > Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2 > Replaces: lazarus-aqua, lazarus-gtk, lazarus-gtk2 > @@ -63,7 +63,7 @@ > if [ "%type_raw[uitype]" == "-aqua" ]; then > make all LCL_PLATFORM=carbon OPT="$debug_options" > elif [ "%type_raw[uitype]" == "-gtk2" ]; then > - make all LCL_PLATFORM=gtk2 OPT="$debug_options > -Fl/%p/lib/pango-ft219/lib/" > + make all LCL_PLATFORM=gtk2 OPT="$debug_options > -Fl%p/lib/pango-ft219/lib/" > fi > > # ** Finish compiling Lazarus ** > > Index: lazarus-10.4.info > =================================================================== > RCS file: > /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/lazarus-10.4.info,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -u -d -r1.9 -r1.10 > --- lazarus-10.4.info 5 Jan 2010 14:36:26 -0000 1.9 > +++ lazarus-10.4.info 11 Jan 2010 22:39:37 -0000 1.10 > @@ -2,7 +2,7 @@ > Package: lazarus%type_pkg[uitype] > Type: uitype (-aqua -gtk2) > Version: 0.9.28.2 > -Revision: 3 > +Revision: 4 > Architecture: powerpc, i386 > License: GPL/LGPL > > @@ -16,7 +16,7 @@ > SourceDirectory: lazarus > > Depends: lazarus-common (>= 0.9.28.2) > -Builddepends: gtk+2 > +Builddepends: gtk+2, gtk+2-dev > > Conflicts: lazarus-aqua, lazarus-gtk, lazarus-gtk2 > Replaces: lazarus-aqua, lazarus-gtk, lazarus-gtk2 > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Fink-commits mailing list > [email protected] > http://news.gmane.org/gmane.os.apple.fink.cvs ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
