-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for libnm 1.43 #357
Conversation
Two suggestions but it looks good, this is due to a renamespace that I did in https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/4d325bafe193dc1fc4fbd0beabae7bb6ab8901bc |
Co-authored-by: Corentin Noël <tintou@noel.tf>
@tintou thanks for your suggestions. I validated that it still compiles: https://github.com/meisenzahl/distro-agnostic/actions/runs/4782964418/jobs/8511499466 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change the compile definition from HAS_NM_1_43
to HAS_NM_1_43_3
?
I'm unsure because odd number mean unstable release so at the end it would be HAS_NM_1_44 if we want to be correct 🤷 |
That would seem weird to me based on the version number. Then let's stick with |
NM 1.44 was released two months ago. It would be nice to have a tag supporting that version. |
Below are the versions of libnm that Fedora uses:
This project could not be compiled on Fedora Rawhide.
Before
After
@tintou I'm not sure if we need to fix the problem or if it's a bug in the bindings for Vala. What do you think?