xbps-uhelper: added 'real-version' action.

- This prints to stdout the version of an installed "real" package,
  not virtual. The 'version' action can be used to match any "real" and
  "virtual" package instead.
- Drop strcasecmp() to check actions and use strcmp() instead.
This commit is contained in:
Juan RP
2013-10-22 09:56:55 +02:00
parent ab5b356b5b
commit 7b0e9967b1
2 changed files with 24 additions and 38 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.27 (???):
* xbps-uhelper: added new action "real-version" that only prints the version
of an installed real package in a rootdir, not virtual.
* xbps-rindex(8): also understands the XBPS_PASSPHRASE environmental variable to
supply the passphrase when signing repositories.