From 913ebc575dfdb38b0c91017fe6439c961ec23924 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 29 Aug 2025 09:54:14 +0800 Subject: [PATCH] Update to 3.34.0 --- liblouis-3.32.0.tar.gz => liblouis-3.34.0.tar.gz | 4 ++-- liblouis.spec | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) rename liblouis-3.32.0.tar.gz => liblouis-3.34.0.tar.gz (32%) diff --git a/liblouis-3.32.0.tar.gz b/liblouis-3.34.0.tar.gz similarity index 32% rename from liblouis-3.32.0.tar.gz rename to liblouis-3.34.0.tar.gz index 8d7052d..bd1d57f 100644 --- a/liblouis-3.32.0.tar.gz +++ b/liblouis-3.34.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:645b47e2ad47c6b06f3591aec5530cc2b5596c51438c1ccf38213a9fdfe23853 -size 17270146 +oid sha256:f0bf140a44f0a27d5fe9d59df79b02301f3c513b8f3eeb009d52ee4f59be0f8f +size 17200060 diff --git a/liblouis.spec b/liblouis.spec index d0021a7..1fb25eb 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -1,5 +1,5 @@ Name: liblouis -Version: 3.32.0 +Version: 3.34.0 Release: 1 Summary: Braille translation and back-translation library License: LGPL-2.1-or-later AND LGPL-2.0-or-later @@ -104,6 +104,15 @@ install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/ %{python3_sitelib}/louis/ %changelog +* Fri Aug 29 2025 yaoxin <1024769339@qq.com> - 3.34.0-1 +- Update to 3.34.0: + * Fix a bug in the Dutch table related to apostrophes after a number + which are not always a minute sign. + * Fix the metadata of the Russian 6-dot computer braille table + * Fixes for back-translation issues involving subscript numerals, diacritic + marks, and capital letters turning into Greek letters. Makes no changes + to the UEB-style cuneiform transliteration table. + * Wed Jan 01 2025 Funda Wang - 3.32.0-1 - update to 3.32.0 -- Gitee