Meson >= 1.10.0 updated their `%meson_build` RPM macro to use the `%[`
syntax. This feature was added to rpm 4.16.0, but EL-8 has 4.14.3. As
we're not using any modern meson functions, 1.9.2 can be used to build
packages.
* https://github.com/mesonbuild/meson/commit/
12b1e3c6a72b715bf20e4c304da065e16c510830
* https://rpm.org/wiki/Releases/4.16.0
{
- "version": "1.11.1",
+ "version": "1.9.2",
"license": "Apache-2.0",
"publisher": "https://github.com/mesonbuild/meson",
- "SHA256SUM": "1a2219422be4a66ad0e8daed125c2a3d5c963458e289203eae22edf3224f5d3e"
+ "SHA256SUM": "3499b59bb23982496e01e57b4103ac2f826f9c3a3f59e507a0a832487fe55e3d"
}