[latex3-commits] [l3svn] branch master updated: l3build: Allow for extensions in auto-versioning

noreply at latex-project.org noreply at latex-project.org
Thu Oct 15 11:29:44 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  0beca26   l3build: Allow for extensions in auto-versioning
0beca26 is described below

commit 0beca262b12fbd8dd2c87b1768c83bd812d5ffe4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 15 10:29:27 2015 +0100

    l3build: Allow for extensions in auto-versioning
---
 l3build/l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7238c9a..52239d4 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1676,7 +1676,7 @@ if versionform ~= "" and not setversion_update_line then
       for _,i in pairs({"Class", "File", "Package"}) do
         if string.match(
           line,
-          "^\\Provides" .. i .. "{[a-zA-Z0-9%-]+}%[[^%]]*%]$"
+          "^\\Provides" .. i .. "{[a-zA-Z0-9%-%.]+}%[[^%]]*%]$"
         ) then
           line = string.gsub(line, "%[%d%d%d%d/%d%d/%d%d", "["
             .. string.gsub(date, "%-", "/"))
@@ -1695,7 +1695,7 @@ if versionform ~= "" and not setversion_update_line then
       for _,i in pairs({"Class", "File", "Package"}) do
         if string.match(
           line,
-          "^\\ProvidesExpl" .. i .. " *{[a-zA-Z0-9%-]+}"
+          "^\\ProvidesExpl" .. i .. " *{[a-zA-Z0-9%-%.]+}"
         ) then
           line = string.gsub(
             line,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list