mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 00:25:07 -04:00
84ebf82319
This patch introduces versioned provisions in "provision 1.0-1" format. _alpm_db_whatprovides was modified accordingly (added sync500.py), alpm_depcmp was modified accordingly (add043.py passes now; added add044.py and add045.py). Notes: alpm_db_search now uses the whole versioned %PROVIDES% string in its search. debug logging was simplified in alpm_depcmp. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Xavier: fixed a few typos, duplicate const strings with strdup before modifying them, put some debugging back in alpm_depcmp, minor code cleanups (var/function renaming), added a note in PKGBUILD man page.] Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: made strcmp checks clearer, added a comment] Signed-off-by: Dan McGee <dan@archlinux.org> |
||
---|---|---|
.. | ||
po | ||
.gitignore | ||
add.c | ||
add.h | ||
alpm_list.c | ||
alpm_list.h | ||
alpm.c | ||
alpm.h | ||
backup.c | ||
backup.h | ||
be_files.c | ||
cache.c | ||
cache.h | ||
conflict.c | ||
conflict.h | ||
db.c | ||
db.h | ||
delta.c | ||
delta.h | ||
deps.c | ||
deps.h | ||
error.c | ||
error.h | ||
group.c | ||
group.h | ||
handle.c | ||
handle.h | ||
log.c | ||
log.h | ||
Makefile.am | ||
md5.c | ||
md5.h | ||
package.c | ||
package.h | ||
remove.c | ||
remove.h | ||
server.c | ||
server.h | ||
sync.c | ||
sync.h | ||
trans.c | ||
trans.h | ||
util.c | ||
util.h |