-
Notifications
You must be signed in to change notification settings - Fork 489
Description
Hi everyone
I am working on getting liburing included in the meson wrapdb, a database of projects which can be added as dependency to any meson project by using the meson wrap tool.
As basis for the meson infrastructure added to the liburing in the meson wrapdb I use a modified version of #297 at https://github.com/fischerling/liburing/tree/2.0-meson.
But we encountered a mismatch between the version specified in liburing.spec (still 0.7) and the git tag (liburing-2.0) and version number used by distributions.
#297 distinguished between the project version 0.7 taken from the spec file and a library version 2.0.
Is this distinction intentional or is the version in liburing.spec just outdated and should match the git tag?
The MR to include liburing into meson wrapdb can be found here:
mesonbuild/wrapdb#127