From 42e0c09a856c9d55a42d649c3dcb05b32e6b607b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 09:35:14 -0400 Subject: Use "~" after ; allow hyphens in . --- diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 3df6575..90e88fa 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -100,12 +100,12 @@ Source Package Version Identifier [src-ver] In general, the syntax of source package version identifiers is: - [+sip][-][+-] + [+sip][-][+~] `` is the version of the original upstream package or the native -package. It may only consist of lowercase Latin letters, digits, periods, and -tildes. It must be at least one character long. (A regular expression for this -is `[0-9a-z.~]+`.) +package. It may only consist of lowercase Latin letters, digits, minus signs, +periods, and tildes. It must be at least one character long. (A regular +expression for this is `[0-9a-z.~-]+`.) If the upstream source archive needs to be repacked with certain changes for compliance with the Software Inclusion Policy, the string `+sip` must be @@ -124,7 +124,7 @@ digits, the first of which must be greater than or equal to `1`. (A regular expression for this is `[1-9][0-9]*`.) If the package is to be installed into a distribution other than `trunk`, the -string `+-` must be appended to the end of the version +string `+~` must be appended to the end of the version identifier. `` is the distribution into which the package is to be installed, may only consist of lowercase Latin letters and digits, and must be at least one character long. (A regular expression for this is `[a-z0-9]+`.) -- cgit v0.9.1