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

Invalid versions are shown with upgrade queries #10

Closed
arcan1s opened this issue Jul 19, 2015 · 4 comments
Closed

Invalid versions are shown with upgrade queries #10

arcan1s opened this issue Jul 19, 2015 · 4 comments

Comments

@arcan1s
Copy link

arcan1s commented Jul 19, 2015

Here is an example:

$ package-query -Qu
multilib/lib32-systemd 221-1 -> 221-1
...

In other hand if I add -A flag the versions will be correct:

$ package-query -QAu
multilib/lib32-systemd 221-1 -> 222-1
...

Seems the error is related to this line and has been introduced (again?) by 8724261. Unfortunately I didn't read carefully the source code, but all seems to be ok if I revert this commit locally.

@Skunnyk
Copy link
Member

Skunnyk commented Jul 30, 2015

Ah :( I need to dig this issue. If you revert it, -Qm doesn't works anymore :)

@f2404
Copy link
Collaborator

f2404 commented Oct 3, 2015

I've attempted to fix this one: #19
Please let me know if I'm missing anything.

@f2404 f2404 mentioned this issue Oct 4, 2015
@Skunnyk
Copy link
Member

Skunnyk commented Oct 4, 2015

Fixed by #19
Can you try it ?

@arcan1s
Copy link
Author

arcan1s commented Oct 4, 2015

yeah, seems it works for me:

[arcanis@ARCANIS arcanis]$ package-query -Qu
arcanisrepo/papirus-kmail-theme 20150916-1 -> 20151004-1
[arcanis@ARCANIS arcanis]$ package-query -QAu
arcanisrepo/papirus-kmail-theme 20150916-1 -> 20151004-1
[arcanis@ARCANIS arcanis]$ package-query -Qm
local/clion 1.1.1-1
local/mercury-ccdc 3.1.1-1
local/package-query-git 1.6.2.13.g30b5c66-1
local/vim-tasklist 1.0.1-7 (vim-plugins)
local/vmd 1.9.2-1

@arcan1s arcan1s closed this as completed Oct 4, 2015
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

3 participants