Re: [Spice-devel] [PATCH 1/3] build-sys: more version related fixups

2021-04-17 Thread Roman Bogorodskiy
Frediano Ziglio wrote: > Il giorno sab 17 apr 2021 alle ore 09:52 Roman Bogorodskiy > ha scritto: > > > > - Drop "-dirty" suffix before processing version info > > - Don't fail on versions without 'minor' specified (e.g. v0.15) > > This is due to my fault, I didn't realize that version tags mu

Re: [Spice-devel] [PATCH 1/3] build-sys: more version related fixups

2021-04-17 Thread Frediano Ziglio
Il giorno sab 17 apr 2021 alle ore 09:52 Roman Bogorodskiy ha scritto: > > - Drop "-dirty" suffix before processing version info > - Don't fail on versions without 'minor' specified (e.g. v0.15) This is due to my fault, I didn't realize that version tags must contain the micro version, even if 0.

[Spice-devel] [PATCH 1/3] build-sys: more version related fixups

2021-04-17 Thread Roman Bogorodskiy
- Drop "-dirty" suffix before processing version info - Don't fail on versions without 'minor' specified (e.g. v0.15) Signed-off-by: Roman Bogorodskiy --- server/meson.build | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/server/meson.build b/server/meson.build index