From c132f84fd9c5794fd408f045bbfd896e414117e4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Apr 2019 19:33:26 -0400 Subject: SPF 2.0: Allow "+" and forbid "-" in upstream versions No packages in ProteanOS use "-" in their upstream versions. --- diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 51334bd..5323d4c 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -132,9 +132,9 @@ In general, the syntax of source package version identifiers is: [+sip][-][+~] `` is the version of the original upstream package or the native -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.~-]+`.) +package. It may only consist of lowercase Latin letters, digits, periods, +tildes, and plus signs. 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 -- cgit v0.9.1