-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
xzoom: fix version #72178
xzoom: fix version #72178
Conversation
I believe there's the |
yes, it's the version of the debian patch. debian itself still uses the upstream version "0.3"
yes, i think that's the case
maybe, maybe not. it should at least be consistent. i think we don't have a policy for that currently. but at the same time we have many distro specific patches and still use the official release versions. so i proposed to do it here also... Do you know a good version scheme to have additional external patches included? "0.3.24" would be very bad. it implies that its an official version number. and what if that official version get's released? What if there are multiple patches? bash for example has 23 patches! https://github.com/NixOS/nixpkgs/blob/92a047a6c4d46a222e9c323ea85882d0a7a13af8/pkgs/shells/bash/bash-4.4-patches.nix |
Well with the case with debian, it's probably a good idea to believe But right, Perhaps repology stripped that info. |
you are right! https://packages.debian.org/unstable/source/xzoom xzoom (0.3-25) I'm not sure if we need to show if our packages have patches or not. Patches should in best case fix issues and provide the behavior upstream intended. If something is broken with out package, users will create an issue here. We will not add new features with patches! But sometimes fix security issues where upstream has not released a new version yet. We have to discuss it somewhere. What would be a good place? nixpkgs issue, nix issue, discourse, RFC? |
The discussion in #73228 leads to the conclusion that it don't really makes sense to add patch version to package version. |
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.
tested with nix-review, changes look good
Motivation for this change
After #71528 the error disappeared, but we have a different version than everyone else.
That is because we had the patch version applied to the version. The patch comes from debian, but even they use the official release version. So we should too.
https://repology.org/project/xzoom/versions
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @7c6f434c