[pacman-dev] [PATCH v2] pacman+libalpm: print version names for conflicting packages

2019-11-27 Thread morganamilo
When ever pacman prints a conflict, it now prints pkgname-version, instead of just pkgname. alpm_conflict_t now carries pointers to alpm_pkg_t instead of just the names of each package. Fixes FS#12536 (point 2) --- v2: dupe each alpm_pkg_t diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h i

Re: [pacman-dev] [PATCH v2] pacman+libalpm: print version names for conflicting packages

2019-12-10 Thread Allan McRae
On 28/11/19 6:40 am, morganamilo wrote: > When ever pacman prints a conflict, it now prints pkgname-version, > instead of just pkgname. > > alpm_conflict_t now carries pointers to alpm_pkg_t instead of just the > names of each package. > > Fixes FS#12536 (point 2) > > --- > > v2: dupe each alpm