<3 rpm version comparison
Posted by kev Wed, 19 Sep 2007 21:19:00 GMT
/* take care of the case where the two version segments are */
/* different types: one numeric and one alpha */
if (one == str1) return -1; /* arbitrary */
if (two == str2) return -1;– rpm/lib/misc.c

