29 Jul
2019
29 Jul
'19
11:42 p.m.
Con: - We bloat our repository
We already have this feature.
Add the following to the PKGBUILD, and rebuild it:
changelog=NEWS
Now, the user may at any time run the following command for an installed package:
$ pacman -Qc pkgname Changelog for pkgname: [contents of NEWS file]
Changelogs are pacman's #1 unused feature. Do note, however, that these messages are opt-in and thus users won't see them unless they know they need to. As such, it makes sense for a "changelog", but its utility as a news bulletin may be in doubt.
This was exactly my thought. If anything, we may want to push for maintainers to include NEWS files more often and possibly think about how to bring the changelog feature to the forefront. Cheers! -Santiago.