[latex3-commits] [git/LaTeX3-latex3-latexbug] main: ignore hyperref-lanpatches.def (8ed9531)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Mar 5 16:51:43 CET 2021
Repository : https://github.com/latex3/latexbug
On branch : main
Link : https://github.com/latex3/latexbug/commit/8ed95318f2bcaf0566ae52cc30d5f6dfec0e0ab5
>---------------------------------------------------------------
commit 8ed95318f2bcaf0566ae52cc30d5f6dfec0e0ab5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Mar 5 16:51:43 2021 +0100
ignore hyperref-lanpatches.def
>---------------------------------------------------------------
8ed95318f2bcaf0566ae52cc30d5f6dfec0e0ab5
build.lua | 5 +++--
changes.txt | 7 ++++++-
latexbug.dtx | 3 ++-
latexbug.ins | 6 +++---
latexbug.sty | 7 ++++---
testfiles/test1.luatex.tlg | 2 +-
testfiles/test1.tlg | 2 +-
testfiles/test1.xetex.tlg | 7 +++++--
testfiles/test2.luatex.tlg | 2 +-
testfiles/test2.tlg | 4 +++-
testfiles/test2.xetex.tlg | 7 +++++--
testfiles/test3.luatex.tlg | 2 +-
testfiles/test3.tlg | 2 +-
testfiles/test3.xetex.tlg | 7 +++++--
update-all.sh | 4 ++++
15 files changed, 45 insertions(+), 22 deletions(-)
diff --git a/build.lua b/build.lua
index 4108ae4..58a7cb1 100644
--- a/build.lua
+++ b/build.lua
@@ -15,14 +15,15 @@ packtdszip = true
uploadconfig = {
pkg = "latexbug",
- version = "v1.0i 2021-01-02",
+ version = "v1.0j 2021-03-05",
author = "The LaTeX Team",
license = "lppl1.3c",
summary = "Bug-classification for LaTeX related bugs",
ctanPath = "/macros/latex/required/latexbug",
repository = "https://github.com/latex3/latexbug",
+ uploader = "Frank Mittelbach",
+ email = "frank.mittelbach at latex-project.org",
update = true ,
- note = [[Uploaded automatically by l3build... no announcement needed]],
}
diff --git a/changes.txt b/changes.txt
index cd120f6..b587a8e 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,8 @@
+2021-03-05 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * latexbug.dtx
+ ignore hyperref-langpatches.def
+
2021-01-02 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* latexbug.dtx: add l3debug.def
@@ -13,5 +18,5 @@
2018-12-31 <Frank.Mittelbach at latex-project.org>
* latexbug.dtx:
- AMS classes are not supported by the LaTex team but by the AMS
+ AMS classes are not supported by the LaTeX team but by the AMS
diff --git a/latexbug.dtx b/latexbug.dtx
index 0e16a40..34bef5c 100644
--- a/latexbug.dtx
+++ b/latexbug.dtx
@@ -231,7 +231,7 @@
% \begin{macrocode}
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latexbug}[2021/01/02 v1.0i Bug-classification]
+\ProvidesPackage{latexbug}[2021/03/05 v1.0j Bug-classification]
% \end{macrocode}
%
% \begin{macro}{\latexbug at empty}
@@ -755,6 +755,7 @@ hxetex.def = ignore ,
hyperref.cfg = ignore ,
hyperref.sty = LaTeX Team
\Contact https://github.com/latex3/hyperref/issues ,
+hyperref-langpatches.def = ignore ,
pd1enc.def = ignore ,
puenc.def = ignore ,
%--------------------------------- USEFUL FOR BUG REPORTS
diff --git a/latexbug.ins b/latexbug.ins
index 1f1af46..c6fa6b8 100644
--- a/latexbug.ins
+++ b/latexbug.ins
@@ -3,7 +3,7 @@
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
-%% Copyright 2016
+%% Copyright 2016-2021
%% The LaTeX3 Project and any individual authors listed elsewhere
%% in this file.
%%
@@ -37,11 +37,11 @@ This is a generated file.
The source is maintained by the LaTeX Project team and bug
reports for it can be opened at
- http://latex-project.org/bugs/
+ https://latex-project.org/bugs/
or
https://github.com/latex3/latexbug/
-Copyright 2016
+Copyright 2016-2021
The LaTeX3 Project and any individual authors listed elsewhere
in this file.
diff --git a/latexbug.sty b/latexbug.sty
index 97d6f71..9a02790 100644
--- a/latexbug.sty
+++ b/latexbug.sty
@@ -10,11 +10,11 @@
%%
%% The source is maintained by the LaTeX Project team and bug
%% reports for it can be opened at
-%% http://latex-project.org/bugs/
+%% https://latex-project.org/bugs/
%% or
%% https://github.com/latex3/latexbug/
%%
-%% Copyright 2016
+%% Copyright 2016-2021
%% The LaTeX3 Project and any individual authors listed elsewhere
%% in this file.
%%
@@ -30,7 +30,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latexbug}[2021/01/02 v1.0i Bug-classification]
+\ProvidesPackage{latexbug}[2021/03/05 v1.0j Bug-classification]
\def\latexbug at empty{}
\def\latexbug at us{us}
\def\latexbug at usstar{us*}
@@ -488,6 +488,7 @@ hxetex.def = ignore ,
hyperref.cfg = ignore ,
hyperref.sty = LaTeX Team
\Contact https://github.com/latex3/hyperref/issues ,
+hyperref-langpatches.def = ignore ,
pd1enc.def = ignore ,
puenc.def = ignore ,
blindtext.sty = ignore ,
diff --git a/testfiles/test1.luatex.tlg b/testfiles/test1.luatex.tlg
index f4813a7..fb3beb4 100644
--- a/testfiles/test1.luatex.tlg
+++ b/testfiles/test1.luatex.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-luatex.def
File: l3backend-luatex.def ....-..-.. L3 backend support: PDF output (LuaTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test1.aux)
diff --git a/testfiles/test1.tlg b/testfiles/test1.tlg
index c14cbec..4ed7bc9 100644
--- a/testfiles/test1.tlg
+++ b/testfiles/test1.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-pdftex.def
File: l3backend-pdftex.def ....-..-.. L3 backend support: PDF output (pdfTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test1.aux)
diff --git a/testfiles/test1.xetex.tlg b/testfiles/test1.xetex.tlg
index d257731..43b0290 100644
--- a/testfiles/test1.xetex.tlg
+++ b/testfiles/test1.xetex.tlg
@@ -2,12 +2,15 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-xetex.def
File: l3backend-xetex.def ....-..-.. L3 backend support: XeTeX
+(|extractbb --version)
+\c__kernel_sys_dvipdfmx_version_int=\count...
+\l__color_backend_stack_int=\count...
\g__graphics_track_int=\count...
\l__pdf_internal_box=\box...
\g__pdf_backend_object_int=\count...
\g__pdf_backend_annotation_int=\count...
-)
-(test1.aux)
+\g__pdf_backend_link_int=\count...
+) (test1.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line ....
diff --git a/testfiles/test2.luatex.tlg b/testfiles/test2.luatex.tlg
index 5b12a94..43f2e81 100644
--- a/testfiles/test2.luatex.tlg
+++ b/testfiles/test2.luatex.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-luatex.def
File: l3backend-luatex.def ....-..-.. L3 backend support: PDF output (LuaTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test2.aux)
diff --git a/testfiles/test2.tlg b/testfiles/test2.tlg
index 906a7ff..5e0aa98 100644
--- a/testfiles/test2.tlg
+++ b/testfiles/test2.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-pdftex.def
File: l3backend-pdftex.def ....-..-.. L3 backend support: PDF output (pdfTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test2.aux)
@@ -22,6 +22,8 @@ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line ....
+LaTeX Font Info: ... okay on input line ....
! Package latexbug Error: Third-party file(s)
(latexbug)
(latexbug) This test file uses third-party file(s)
diff --git a/testfiles/test2.xetex.tlg b/testfiles/test2.xetex.tlg
index 815c5a8..a060f3b 100644
--- a/testfiles/test2.xetex.tlg
+++ b/testfiles/test2.xetex.tlg
@@ -2,12 +2,15 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-xetex.def
File: l3backend-xetex.def ....-..-.. L3 backend support: XeTeX
+(|extractbb --version)
+\c__kernel_sys_dvipdfmx_version_int=\count...
+\l__color_backend_stack_int=\count...
\g__graphics_track_int=\count...
\l__pdf_internal_box=\box...
\g__pdf_backend_object_int=\count...
\g__pdf_backend_annotation_int=\count...
-)
-(test2.aux)
+\g__pdf_backend_link_int=\count...
+) (test2.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line ....
diff --git a/testfiles/test3.luatex.tlg b/testfiles/test3.luatex.tlg
index 54bef03..1f66c0f 100644
--- a/testfiles/test3.luatex.tlg
+++ b/testfiles/test3.luatex.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-luatex.def
File: l3backend-luatex.def ....-..-.. L3 backend support: PDF output (LuaTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test3.aux)
diff --git a/testfiles/test3.tlg b/testfiles/test3.tlg
index f4ed9dc..8f29987 100644
--- a/testfiles/test3.tlg
+++ b/testfiles/test3.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-pdftex.def
File: l3backend-pdftex.def ....-..-.. L3 backend support: PDF output (pdfTeX)
-\l__kernel_color_stack_int=\count...
+\l__color_backend_stack_int=\count...
\l__pdf_internal_box=\box...
)
(test3.aux)
diff --git a/testfiles/test3.xetex.tlg b/testfiles/test3.xetex.tlg
index c1880b7..728a241 100644
--- a/testfiles/test3.xetex.tlg
+++ b/testfiles/test3.xetex.tlg
@@ -2,12 +2,15 @@ This is a generated file for the l3build validation system.
Don't change this file in any respect.
(../l3backend-xetex.def
File: l3backend-xetex.def ....-..-.. L3 backend support: XeTeX
+(|extractbb --version)
+\c__kernel_sys_dvipdfmx_version_int=\count...
+\l__color_backend_stack_int=\count...
\g__graphics_track_int=\count...
\l__pdf_internal_box=\box...
\g__pdf_backend_object_int=\count...
\g__pdf_backend_annotation_int=\count...
-)
-(test3.aux)
+\g__pdf_backend_link_int=\count...
+) (test3.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line ....
diff --git a/update-all.sh b/update-all.sh
index 2bd59bc..25094df 100644
--- a/update-all.sh
+++ b/update-all.sh
@@ -4,3 +4,7 @@ l3build save -epdftex,xetex,luatex \
test2 \
test3
+
+
+echo y | pdflatex *.ins
+
More information about the latex3-commits
mailing list.