Upgrade appstream to 0.12.7
Closed, ResolvedPublic

jriddell created this task.Jun 6 2019, 10:10 AM
ngraham added a subscriber: ngraham.Jun 6 2019, 1:48 PM

Actually let's do 0.12.7. It was just released and fixes https://bugs.kde.org/show_bug.cgi?id=406384

ngraham renamed this task from Upgrade appstream to 0.12.5 to Upgrade appstream to 0.12.7.Jun 17 2019, 12:38 AM
ngraham updated the task description. (Show Details)

Building locally I get a compile failure so some investigation needed
../src/as-pool.c: In function ‘as_pool_get_components’:
../src/as-pool.c:1287:29: error: implicit declaration of function ‘g_ptr_array_steal_index_fast’; did you mean ‘g_ptr_array_remove_index_fast’? [-Werror=implicit-function-declaration]

g_ptr_array_add (result, g_ptr_array_steal_index_fast (tmp_res, 0));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         g_ptr_array_remove_index_fast
ngraham added a subscriber: mak.Jun 17 2019, 1:02 PM

@mak, assistance needed. :) ^^

jriddell closed this task as Resolved.Jul 29 2019, 1:10 PM
jriddell claimed this task.

done