-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
spdlog: update to 1.10.0. #36533
spdlog: update to 1.10.0. #36533
Conversation
You should always check some dependents of a library when updating it, spdlog did break ABI and therefore nheko, MangoHud, cryfs and gerbera did need to be recompiled. |
hm.. correct, but out of curiosity, why aren't those listed with |
You need to use -RX to also list packages that aren't installed on your system. |
this will also show reverse runtime dependencies though and not build dependencies right ?
Just wondering if there's any other way other than just grepping through the srcpkgs folder to find reverse build dependencies.. |
i guess |
just another question.. when getting
Is there a way to figure out which packages need to be recompiled? |
Ideally a package does increase the so version (the number behind
Void currently doesn't have tooling in xbps-src to track symbols, so no automatic way for detecting this. |
ah ok got it.. thanks again.. |
https://abi-laboratory.pro/index.php?view=abi-tracker comes to mind |
Testing the changes