This commit adds supports for sorting the plus ('+') character higher 
than
base version. It's similar to what commit c7e711bba58 ("Add support for
sorting caret ('^') higher than base version") did for the caret 
character.

A plus character is used for example by the Linux kernel build system to
denote that is the base version plus some changes on top of it.

Currently for example rpmvercmp("5.3.0", "5.3.0+") will 
return 0 even when
the two versions are not the same.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/924

-- Commit Summary --

  * Add support for sorting the plus ('+') higher than base version

-- File Changes --

    M build/pack.c (4)
    M lib/rpmds.c (3)
    M lib/rpmvercmp.c (15)
    M tests/rpmvercmp.at (32)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/924.patch
https://github.com/rpm-software-management/rpm/pull/924.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/924
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to