s = *iter;
}
*new = s->items[0]->pkg;
*old = s->items[1]->pkg;
*old = s->items[1] ? s->items[1]->pkg : NULL;
*type = s->type;
*iter = s->next ? s->next : jobs->jobs;
return (true);