On Sat, Jul 5, 2008 at 5:59 AM, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
From 6541daa508b3f4d050db61f7212fcedf45ab0120 Mon Sep 17 00:00:00 2001 From: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Sat, 5 Jul 2008 12:53:55 +0200 Subject: [PATCH] sync_addtarget rework
Now '-S provision' handling is done in the back-end. In case of multiple providers, the first one is selected (behavior change: deleted provision002.py). The old processing order was: literal, group, provision; the new one: literal, provision, group; this is more rational, but "pacman -S group" will be slower now. Now "pacman -S repo/provision" also works. Provision was generalized to dependencies, so "pacman -S 'bash>2.0'" or "pacman -S 'core/bash>2.0'" also works; this can be useful in makepkg dependency resolving.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> ---
Just the printf() -> pm_printf() issue here again, and wrapping the commit message at 76 chars would be great. -Dan