#1104672 uwsgi: better identify ABI changes for plugins

#1104672#5
Date:
2025-05-04 11:31:05 UTC
From:
To:
Dear Maintainer,

uwsgi packaging has a very naive and conservative way to mark API changes
(md5sum uwsgi.h appended to uwsgi-abi virtual package name).

This misses some ABI changes (for instance time_t and off_t for the t64
transition) and at the same time identify ABI changes when there are none
(for instance when a new function is added in uwsgi.h).

Some better way should be implemented adressing those issues, maybe
using an ABI version.

Thanks,

Alex