Skip to content
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

Unversioned shared library #186

Closed
aleasto opened this issue Jan 26, 2024 · 1 comment
Closed

Unversioned shared library #186

aleasto opened this issue Jan 26, 2024 · 1 comment

Comments

@aleasto
Copy link

aleasto commented Jan 26, 2024

A shared library should have a version that represents ABI stability across potentially multiple releases. An unversioned shared library is unusable for distribution.

At a glance the ABI seems to be quite stable, judging by the fact that MPV requires dependency('mujs', version: '>= 1.0.0'.
Please consider versioning the library, you may just start now at version 1. The version shall change every time a new release breaks the ABI.

See: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_downstream_so_name_versioning

@ccxvii
Copy link
Owner

ccxvii commented Jan 26, 2024

Duplicate of #175

@ccxvii ccxvii marked this as a duplicate of #175 Jan 26, 2024
@ccxvii ccxvii closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants