Dan,

This is the second bugfix in branch_0_24 that I've noticed recently. Do we need any more? I'd like to move a recent 0.24.x to stable pretty soon, but I guess we should have a bugfix release first. Is this a good time, or are there more bugs to squash?

  -- Dave

On Mar 6, 2006, at 9:29 AM, Daniel Macks wrote:

Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16207/fink- branch_0_24/perlmod/Fink

Modified Files:
      Tag: branch_0_24
        ChangeLog SelfUpdate.pm
Log Message:
Don't reindex before selfupdating (backport from HEAD)


Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.81.2.7
retrieving revision 1.81.2.8
diff -u -d -r1.81.2.7 -r1.81.2.8
--- SelfUpdate.pm       24 Jan 2006 16:44:46 -0000      1.81.2.7
+++ SelfUpdate.pm       6 Mar 2006 17:29:12 -0000       1.81.2.8
@@ -201,9 +201,7 @@
        my $method = shift;

        if ($method eq 'cvs' || $method eq 'rsync') {
-               Fink::Package->require_packages();
-               my $po = Fink::PkgVersion->match_package('dev-tools');
-               defined $po && $po->is_installed()
+               Fink::VirtPackage->query_package("dev-tools")
or die "selfupdate method '$method' requires the package 'dev- tools'\n";
        }
 }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.88
retrieving revision 1.873.2.89
diff -u -d -r1.873.2.88 -r1.873.2.89
--- ChangeLog   3 Mar 2006 19:07:14 -0000       1.873.2.88
+++ ChangeLog   6 Mar 2006 17:29:12 -0000       1.873.2.89
@@ -1,3 +1,8 @@
+2006-03-06  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * SelfUpdate.pm: Check for dev-tools using VirtPackage directly
+       instead of using the full Package/PkgVersion database API.
+
 2006-03-03  Daniel Macks  <[EMAIL PROTECTED]>

        * Validation.pm: Add missing function import



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to