Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-09 | Fix alpm ctypes interface on systems not having alpm | Dan McGee | 1 | -5/+12 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2012-08-07 | Add ctypes-based wrapper to ALPM vercmp API | Dan McGee | 1 | -0/+68 | |
This will allow us to do some additional stuff on systems that have libalpm available; namely we can use the version comparison logic it provides to do smarter filtering etc. of fields that use comparsion operations. Signed-off-by: Dan McGee <dan@archlinux.org> |