Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package texlive-specs-f for openSUSE:Factory
checked in at 2023-05-06 22:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old)
and /work/SRC/openSUSE:Factory/.texlive-specs-f.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-f"
Sat May 6 22:08:42 2023 rev:51 rq:1085095 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes
2023-04-26 17:24:00.353148749 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-specs-f.new.1533/texlive-specs-f.changes
2023-05-06 22:08:47.744584481 +0200
@@ -1,0 +2,12 @@
+Fri May 5 11:34:32 UTC 2023 - Dr. Werner Fink <[email protected]>
+
+- Add patch context_shell-escape.dif
+ * Add upstream fix for enabling --socket and --shell-escape
+
+-------------------------------------------------------------------
+Wed May 3 11:59:42 UTC 2023 - Dr. Werner Fink <[email protected]>
+
+- Drop gracht.mp, detcow.mp, and mycow.mp from context.doc as
+ only given with CC-BY-NC-SA-3.0, a non-commercial license
+
+-------------------------------------------------------------------
New:
----
context_shell-escape.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-specs-f.spec ++++++
++++ 1998 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.spec
++++ and
/work/SRC/openSUSE:Factory/.texlive-specs-f.new.1533/texlive-specs-f.spec
++++++ context_shell-escape.dif ++++++
---
texmf-dist/scripts/context/lua/mtxrun.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- texmf-dist/scripts/context/lua/mtxrun.lua
+++ texmf-dist/scripts/context/lua/mtxrun.lua 2023-05-04 21:45:19.000000000
+0000
@@ -25855,7 +25855,7 @@ local function secondaryflags(arguments)
end
return concat(flags," ")
end
-local template=[[--ini %primaryflags% --lua=%luafile% %texfile%
%secondaryflags% %redirect%]]
+local template=[[--ini %primaryflags% --socket --shell-escape --lua=%luafile%
%texfile% %secondaryflags% %redirect%]]
local checkers={
primaryflags="verbose",
secondaryflags="verbose",
@@ -25990,7 +25990,7 @@ function environment.make_format(formatn
report_format()
lfs.chdir(startupdir)
end
-local template=[[%primaryflags% --fmt=%fmtfile% --lua=%luafile% %texfile%
%secondaryflags%]]
+local template=[[%primaryflags% --socket --shell-escape --fmt=%fmtfile%
--lua=%luafile% %texfile% %secondaryflags%]]
local checkers={
primaryflags="verbose",
secondaryflags="verbose",