texlive[54282] trunk: l3build (13mar20)

commits+karl at tug.org commits+karl at tug.org
Fri Mar 13 22:02:05 CET 2020


Revision: 54282
          http://tug.org/svn/texlive?view=revision&revision=54282
Author:   karl
Date:     2020-03-13 22:02:05 +0100 (Fri, 13 Mar 2020)
Log Message:
-----------
l3build (13mar20)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/l3build/README.md
    trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
    trunk/Master/texmf-dist/doc/man/man1/l3build.1
    trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
    trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2020-03-13 21:02:05 UTC (rev 54282)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2020-03-12"
+release_date = "2020-03-13"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2020-03-13 21:02:05 UTC (rev 54282)
@@ -7,6 +7,11 @@
 
 ## [Unreleased]
 
+## [2020-03-13]
+
+### Changed
+- Refinement of PDF test normalisation
+
 ## [2020-03-12]
 
 ### Added
@@ -447,7 +452,8 @@
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX3 kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2020-03-12...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2020-03-13...HEAD
+[2020-03-13]: https://github.com/latex3/l3build/compare/2020-03-12...2020-03-13
 [2020-03-12]: https://github.com/latex3/l3build/compare/2020-02-21...2020-03-12
 [2020-02-21]: https://github.com/latex3/l3build/compare/2020-02-17...2020-02-21
 [2020-02-17]: https://github.com/latex3/l3build/compare/2020-02-03...2020-02-17

Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md	2020-03-13 21:02:05 UTC (rev 54282)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX3
 =================================================
 
-Release 2020-03-12
+Release 2020-03-13
 
 Overview
 --------

Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1	2020-03-13 21:02:05 UTC (rev 54282)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2020-03-12"
+.TH l3build 1 "2020-03-13"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua	2020-03-13 21:02:05 UTC (rev 54282)
@@ -537,7 +537,9 @@
       binary = false
       stream = true
       stream_content = "stream" .. os_newline
-    elseif not match(line, "^ *$") and not match(line,"^%%%%") then
+    elseif not match(line, "^ *$") and
+      not match(line,"^%%%%Invocation") and 
+      not match(line,"^%%%%%+") then
       line = gsub(line,"%/ID %[<[^>]+><[^>]+>]","/ID [<ID-STRING><ID-STRING>]")
       new_content = new_content .. line .. os_newline
     end

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua	2020-03-13 21:02:05 UTC (rev 54282)
@@ -1,6 +1,6 @@
 --[[
 
-File l3build-install.lua Copyright (C) 2018,2019 The LaTeX3 Project
+File l3build-install.lua Copyright (C) 2018-2020 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2020-03-13 21:02:05 UTC (rev 54282)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2020-03-12"
+release_date = "2020-03-13"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2020-03-13 21:01:45 UTC (rev 54281)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2020-03-13 21:02:05 UTC (rev 54282)
@@ -234,7 +234,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2020-03-12}
+% \date{Released 2020-03-13}
 %
 % \maketitle
 % \tableofcontents



More information about the tex-live-commits mailing list.