[latex3-commits] [git/LaTeX3-latex3-luaotfload] bidi-dev: rename mirroring.txt (641135e)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Aug 24 15:20:17 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : bidi-dev
Link       : https://github.com/latex3/luaotfload/commit/641135e10cec1a8179e4b1baeaa65b16cad17f92

>---------------------------------------------------------------

commit 641135e10cec1a8179e4b1baeaa65b16cad17f92
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Aug 24 15:20:17 2019 +0200

    rename mirroring.txt


>---------------------------------------------------------------

641135e10cec1a8179e4b1baeaa65b16cad17f92
 build.lua                                            | 4 ++--
 src/luaotfload-mirror.lua                            | 4 ++--
 texmf/tex/latex-dev/luaotfload/luaotfload-mirror.lua | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.lua b/build.lua
index 4164c3b..345228a 100644
--- a/build.lua
+++ b/build.lua
@@ -1,7 +1,7 @@
 
-packageversion= "3.0003"
+packageversion= "3.0004"
 packagedate   = "2019-08-11"
-packagedesc   = "bidi-dev"
+packagedesc   = "bidi-dev + mirror"
 checkformat   = "latex-dev" -- for travis until something better comes up
 
 module   = "luaotfload"
diff --git a/src/luaotfload-mirror.lua b/src/luaotfload-mirror.lua
index d97c475..2b8b769 100644
--- a/src/luaotfload-mirror.lua
+++ b/src/luaotfload-mirror.lua
@@ -5,7 +5,7 @@
 
 local ProvidesLuaModule = {
     name          = "luaotfload-mirror",
-    version       = "3.001",       --TAGVERSION
+    version       = "3.0003",       --TAGVERSION
     date          = "2019-08-11", --TAGDATE
     description   = "luaotfload submodule / mirror",
     license       = "GPL v2.0",
@@ -40,7 +40,7 @@ local opentype_mirroring do
     * entry^0
   , rawset)
 
-  local f = io.open(kpse.find_file"OpentypeMirroring.txt")
+  local f = io.open(kpse.find_file"BidiMirroring-510.txt")
   opentype_mirroring = file:match(f:read'*a')
   f:close()
 end
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-mirror.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-mirror.lua
index d97c475..e63e40d 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-mirror.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-mirror.lua
@@ -40,7 +40,7 @@ local opentype_mirroring do
     * entry^0
   , rawset)
 
-  local f = io.open(kpse.find_file"OpentypeMirroring.txt")
+  local f = io.open(kpse.find_file"BidiMirroring-510.txt")
   opentype_mirroring = file:match(f:read'*a')
   f:close()
 end





More information about the latex3-commits mailing list