libxbps: respect reqdby obj when replacing a pkg with a virtual pkg.

Reverse dependencies weren't respected when replacing a pkg with
another pkg that is providing a virtual pkg for the former.

This resulted in reversedeps being completely lost when new pkg
is installed.
This commit is contained in:
Juan RP
2011-10-15 16:43:27 +02:00
parent c3395a2f3b
commit ead8d2460f
3 changed files with 23 additions and 3 deletions

View File

@ -55,7 +55,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.2"
#define XBPS_API_VERSION "20111012"
#define XBPS_API_VERSION "20111015"
#define XBPS_VERSION "0.10.0"
/**