summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-09-22 20:08:01 +0200
committerUlrich Müller <ulm@gentoo.org>2015-09-22 20:08:01 +0200
commitcb99e4dcb5837626320b1fba0277d0fa7c1c9829 (patch)
treea860ab0a42239ce7e13d840167834981f5cbecb9 /names.tex
parentMakefile: Fix circular dependency. (diff)
downloadpms-cb99e4dcb5837626320b1fba0277d0fa7c1c9829.tar.gz
pms-cb99e4dcb5837626320b1fba0277d0fa7c1c9829.tar.bz2
pms-cb99e4dcb5837626320b1fba0277d0fa7c1c9829.zip
The =* dependency operator can only match complete version components.
Bug: 560466
Diffstat (limited to 'names.tex')
-rw-r--r--names.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/names.tex b/names.tex
index d79499d..2fc59b6 100644
--- a/names.tex
+++ b/names.tex
@@ -59,7 +59,8 @@ integer, followed by zero or more dot-prefixed positive integers).
This may optionally be followed by one of \t{[a-z]} (a lowercase letter).
This may be followed by zero or more of the suffixes \t{\_alpha}, \t{\_beta}, \t{\_pre},
-\t{\_rc} or \t{\_p}, which themselves may be suffixed by an optional integer.
+\t{\_rc} or \t{\_p}, which themselves may be followed by an optional integer. Suffix and integer
+count as separate version components.
This may optionally be followed by the suffix \t{-r} followed immediately by an integer (the
``revision number''). If this suffix is not present, it is assumed to be \t{-r0}.