[Rpm-maint] [rpm-software-management/rpm] Add support for sorting caret ('^') higher than base version (#597)
Igor Gnatenko
notifications at github.com
Fri Nov 16 09:00:35 UTC 2018
1.1^20160101 means 1.1 version (base) and patches which were applied at
that date on top of it.
* 1.1^201601 > 1.1
* 1.1^201601 < 1.1.1
Second case might be fulfilled with tilde separator, but it's not obvious
and doesn't fulfil first case.
Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/597
-- Commit Summary --
* Add support for sorting caret ('^') higher than base version
-- File Changes --
M build/pack.c (10)
M lib/rpmds.c (3)
M lib/rpmvercmp.c (18)
M tests/rpmvercmp.at (26)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/597.patch
https://github.com/rpm-software-management/rpm/pull/597.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/597
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20181116/ac501805/attachment.html>
More information about the Rpm-maint
mailing list