void-updates icon indicating copy to clipboard operation
void-updates copied to clipboard

Fix ordering according to version

Open triallax opened this issue 2 years ago • 0 comments

These lines are currently in https://repo-default.voidlinux.org/void-updates/void-updates.txt:

bash                        5.1 patch 016 -> 5.2           https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 1   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 10  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 11  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 12  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 13  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 14  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 15  https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 2   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 3   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 4   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 5   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 6   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 7   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 8   https://www.gnu.org/software/bash/bash.html                                
bash                        5.1 patch 016 -> 5.2 patch 9   https://www.gnu.org/software/bash/bash.html                                

The results reported by ./xbps-src update-check bash meanwhile are:

bash-5.1 patch 016 -> bash-5.2
bash-5.1 patch 016 -> bash-5.2 patch 1
bash-5.1 patch 016 -> bash-5.2 patch 2
bash-5.1 patch 016 -> bash-5.2 patch 3
bash-5.1 patch 016 -> bash-5.2 patch 4
bash-5.1 patch 016 -> bash-5.2 patch 5
bash-5.1 patch 016 -> bash-5.2 patch 6
bash-5.1 patch 016 -> bash-5.2 patch 7
bash-5.1 patch 016 -> bash-5.2 patch 8
bash-5.1 patch 016 -> bash-5.2 patch 9
bash-5.1 patch 016 -> bash-5.2 patch 10
bash-5.1 patch 016 -> bash-5.2 patch 11
bash-5.1 patch 016 -> bash-5.2 patch 12
bash-5.1 patch 016 -> bash-5.2 patch 13
bash-5.1 patch 016 -> bash-5.2 patch 14
bash-5.1 patch 016 -> bash-5.2 patch 15

Needless to say, the ordering of ./xbps-src update-check bash is much more sensible.

triallax avatar Feb 15 '23 22:02 triallax