Opened 6 months ago
Closed 6 months ago
#20498 closed enhancement (fixed)
rust-bindgen (currency?)
Reported by: | Bruce Dubbs | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
We have version 0.70.1, but currency says the latest is 0.69.5
Change History (3)
comment:1 by , 6 months ago
comment:2 by , 6 months ago
To me the easiest solution is comparing the old/new versions in the currency script and not to report the new version if it's actually smaller.
comment:3 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed the currency by having the script look at the releases page and find the maximum version.
Note:
See TracTickets
for help on using tickets.
It's because the upstream mistakenly set 0.69.5 to the "latest" when they made the release. (In GitHub "new release" page there's a "set the release to latest" combobox which should be unset manually when releasing for an old series, but the upstream didn't unset it).