----- Original Message ----- > From: "Robin 'cheese' Lee" <cheeselee@xxxxxxxxxxxxxxxxx> > To: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx > Sent: Wednesday, February 23, 2011 3:21:50 AM > Subject: Manipulate Dev. release number properly > Hi! > > RPM doen't generate proper version numbers for Dev. releases of > modules. For > example, perl(CPAN) of f14 is actually 1.94_56 which just means > 1.9456. But > the version generated by RPM is 1.94, much smaller than the actual > version. > So I hope RPM can manipulate the underscores in version numbers > properly. > > > Regards. > Robin Hello Robin, firstly versions with underscore are development releases and we add them into distribution usually, when they are fixing some serious bugs and we can't want wait for stable release. Secondly, version 1.94 is quite old, and I don't see it in any Fedora. You can find it in Changes [1], so it does exist. RPM can't handle underscores in releases and also it compares versions differently than cpan. Example: cpan: 1.94 < 1.9401 < 1.95 but rpm: 1.94 < 1.95 < 1.9401 So, if you see different version in Fedora and in cpan, we are only trying to fix it for rpm. [1] http://cpansearch.perl.org/src/ANDK/CPAN-1.9402/Changes Best regards, Marcela -- Marcela MaÅlÃÅovà BaseOS team Brno -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel