pacman+libalpm: print version names for conflicting packages
When ever pacman prints a conflict, it now prints pkgname-version, instead of just pkgname.
alpm_conflict_t now carries *alpm_pkg_ts instead of just the names of each package.
Fixes FS#12536 (point 2)