From 228386099b45d93884fd4b4ddfc67bbc2f81a9f0 Mon Sep 17 00:00:00 2001 From: Attila Hammer Date: Wed, 5 Jun 2024 13:10:08 +0200 Subject: [PATCH 1/2] lbu_files/wiskunde.ctb: Replace dot 4569 to 456a (underscore simbol) In dutch table changed the underscore virtual dot from 4569 to 456a with Liblouis 3.30 release. Without this change follow up in Liblouisutdml, 18 voluve math tests are failing. Fixes issue #106 Signed-off-by: Attila Hammer --- lbu_files/wiskunde.ctb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lbu_files/wiskunde.ctb b/lbu_files/wiskunde.ctb index 6e59e73e..7b99b585 100644 --- a/lbu_files/wiskunde.ctb +++ b/lbu_files/wiskunde.ctb @@ -148,9 +148,9 @@ exactdots @56 noback pass3 @1b-24-1b-34-1235 @34 # \ei\e⠌r noback pass3 @1b-24-1b-34-14 @456@34 # \ei\e⠌c noback pass3 @1b-24-1b-34-123 @3456@34 # \ei\e⠌l - noback pass3 @1b-24-1b-4569-1235 @16 # \ei\e_r - noback pass3 @1b-24-1b-4569-14 @4569@16 # \ei\e_c - noback pass3 @1b-24-1b-4569-123 @3456@16 # \ei\e_l + noback pass3 @1b-24-1b-456a-1235 @16 # \ei\e_r + noback pass3 @1b-24-1b-456a-14 @456a@16 # \ei\e_c + noback pass3 @1b-24-1b-456a-123 @3456@16 # \ei\e_l noback pass3 @1b-24 ? # \ei noback pass3 @1b-34-1235 @4 # \e⠌r noback pass3 @1b-34-14 @45 # \e⠌c From 901215fd393ea376616f75a6d975f0b92251fd4d Mon Sep 17 00:00:00 2001 From: Attila Hammer Date: Wed, 5 Jun 2024 13:40:33 +0200 Subject: [PATCH 2/2] Dockerfile.win32, Dockerfile.win64, .github/workflows/main.yml, .github/workflows/sanitizer.yml: Change Liblouis stable version number to 3.30.0 Signed-off-by: Attila Hammer Dockerfile.win32, Dockerfile.win64, # with '#' will be ignored, and an empty message aborts the commit. --- .github/workflows/main.yml | 2 +- .github/workflows/sanitizer.yml | 2 +- Dockerfile.win32 | 2 +- Dockerfile.win64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecfd0d94..23f803f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - LIBLOUIS_VERSION: 3.29.0 + LIBLOUIS_VERSION: 3.30.0 jobs: build: diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index bbbe6efd..766485be 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -12,7 +12,7 @@ on: branches: [ master ] env: - LIBLOUIS_VERSION: 3.29.0 + LIBLOUIS_VERSION: 3.30.0 jobs: sanitizer: diff --git a/Dockerfile.win32 b/Dockerfile.win32 index 054704fa..b2440423 100644 --- a/Dockerfile.win32 +++ b/Dockerfile.win32 @@ -29,7 +29,7 @@ RUN apt-get update && dpkg --add-architecture i386 && apt-get update && apt-get && rm -rf /var/lib/apt/lists/* ARG LIBYAML_VERSION=0.1.4 -ARG LIBLOUIS_VERSION=3.29.0 +ARG LIBLOUIS_VERSION=3.30.0 ARG LIBXML2_VERSION=2.9.9 ENV HOST=i686-w64-mingw32 \ PREFIX=/usr/build/win32 \ diff --git a/Dockerfile.win64 b/Dockerfile.win64 index b77d0f9a..eda8ddc8 100644 --- a/Dockerfile.win64 +++ b/Dockerfile.win64 @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* ARG LIBYAML_VERSION=0.1.4 -ARG LIBLOUIS_VERSION=3.29.0 +ARG LIBLOUIS_VERSION=3.30.0 ARG LIBXML2_VERSION=2.9.9 ENV HOST=x86_64-w64-mingw32 \ PREFIX=/usr/build/win64 \