From: Michael Schroeder Date: Thu, 17 Apr 2014 09:23:12 +0000 (+0200) Subject: adapt to AppStream 0.6 X-Git-Tag: 0.6.4~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4fc4d68c2a8bd5d027bc2f76d3bfc2c187efea;p=thirdparty%2Flibsolv.git adapt to AppStream 0.6 --- diff --git a/ext/repo_appdata.c b/ext/repo_appdata.c index 63c03fc2..2d3fc377 100644 --- a/ext/repo_appdata.c +++ b/ext/repo_appdata.c @@ -62,7 +62,9 @@ struct stateswitch { /* !! must be sorted by first column !! */ static struct stateswitch stateswitches[] = { { STATE_START, "applications", STATE_START, 0 }, + { STATE_START, "components", STATE_START, 0 }, { STATE_START, "application", STATE_APPLICATION, 0 }, + { STATE_START, "component", STATE_APPLICATION, 0 }, { STATE_APPLICATION, "id", STATE_ID, 1 }, { STATE_APPLICATION, "pkgname", STATE_PKGNAME, 1 }, { STATE_APPLICATION, "product_license", STATE_LICENCE, 1 },