mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-05 00:55:04 -05:00
Print package name before changelog entry with -Qc
Fixes FS#32362 Signed-off-by: Simon Gomizelj <simongmzlj@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
53d610e0a5
commit
95f566d98a
@ -325,6 +325,7 @@ void dump_pkg_changelog(alpm_pkg_t *pkg)
|
||||
alpm_pkg_get_name(pkg));
|
||||
return;
|
||||
} else {
|
||||
fprintf(stdout, _("Changelog for %s:\n"), alpm_pkg_get_name(pkg));
|
||||
/* allocate a buffer to get the changelog back in chunks */
|
||||
char buf[CLBUF_SIZE];
|
||||
size_t ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user