xbps-install: add additional actions to the column output.

- downgrade if new version in repos is less than installed one.
- reinstall if both versions are equal.

and additionally always print installed pkg version, irrespectively of
the transaction mode.

Close #72
This commit is contained in:
Juan RP
2015-01-29 09:58:32 +01:00
parent e95300e952
commit 20276fc068
2 changed files with 13 additions and 6 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.44 (???):
* xbps-install(8): add additional actions to the column output: "downgrade"
and "reinstall", as well as current installed version and new version.
Implement https://github.com/voidlinux/xbps/issues/72
* libxbps: add packages on hold mode to the transaction, but just ignore them.
This way those are shown in the xbps-install(8) output and the user really
knows that there's a pending update that is not being applied.