Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: automaton - a Java finite state automata/regular expression library https://bugzilla.redhat.com/show_bug.cgi?id=394871 ------- Additional Comments From tibbs@xxxxxxxxxxx 2007-11-21 19:00 EST ------- What you have to worry about with the upstream version is ordering. If you turn 1.10-3 into 1.10.3, you have to be sure that upstream doesn't decide to release 1.10.1-1, which you turn into 1.10.1.1, which is "less" rpm-wise than the existing 1.10.3. You can work around it with Epoch:, but many people find Epoch: distasteful and it can make dependencies difficult. One thing that does work is to use 'r' instead of '.': > rpmdev-vercmp 1.10.3 1.10.1.1 0:1.10.3-None is newer > rpmdev-vercmp 1.10r3 1.10.1r1 0:1.10.1r1-None is newer So, it's really up to you. How much do you know about what upstream will do with the version in the future? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review