cavaliergopher / rpm

A Go implementation of the RPM file format
BSD 3-Clause "New" or "Revised" License
170 stars 44 forks source link

Handle tildes in rpmvercmp #8

Closed knqyf263 closed 7 years ago

knqyf263 commented 7 years ago

Handle tildes in rpmvercmp. Add some test cases.

cavaliercoder commented 7 years ago

Great submission, thank you! May I ask how you use this package?

knqyf263 commented 7 years ago

@cavaliercoder Thanks! I am implementing the library which compares the rpm versions. (like https://github.com/knqyf263/go-deb-version) I will import go-rpm in that library.