Looks like as well current build emits a lot ow deprecation warnings ```console rpmbuild -ba geany-plugins.spec --quiet 2>&1 | grep -- \[-W | sed 's/.*[//; s/]//' | sort | uniq -c | sort -nr 456 -Wdeprecated-declarations 5 -Wformat= 1 -Wunused-result 1 -Wdiscarded-qualifiers ```