From fc5432205c345e81c64995a07c51990ce95cc467 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 29 Oct 2020 15:13:09 +0000 Subject: [PATCH] gs-content-rating: Backport OARS/CSM mapping changes from appstream-glib This is a backport of commit f742cc3cf2428 from appstream-glib: as-content-rating: Align the OARS/CSM mappings of sex-* Align the OARS/CSM mappings of sex-homosexuality and sex-themes, as the two are identical apart from discriminating on sexual orientation. This is a follow-up to commit 01e9ee8113a8ad. Signed-off-by: Philip Withnall Signed-off-by: Philip Withnall --- libmalcontent-ui/gs-content-rating.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmalcontent-ui/gs-content-rating.c b/libmalcontent-ui/gs-content-rating.c index feb06af..73e9e21 100644 --- a/libmalcontent-ui/gs-content-rating.c +++ b/libmalcontent-ui/gs-content-rating.c @@ -567,7 +567,7 @@ static const struct { { "social-info", OARS_1_0, 0, 0, 13, 13 }, { "social-location", OARS_1_0, 0, 13, 13, 13 }, /* v1.1 additions */ - { "sex-homosexuality", OARS_1_1, 0, 10, 13, 15 }, + { "sex-homosexuality", OARS_1_1, 0, 13, 14, 15 }, { "sex-prostitution", OARS_1_1, 0, 12, 14, 18 }, { "sex-adultery", OARS_1_1, 0, 8, 10, 18 }, { "sex-appearance", OARS_1_1, 0, 10, 10, 15 },