4 Commits

Author SHA256 Message Date
1afba4001a Accepting request 1323519 from GNOME:Factory
- Update to version 3.36.0 (forwarded request 1323173 from mgorse)

OBS-URL: https://build.opensuse.org/request/show/1323519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblouis?expand=0&rev=64
2025-12-19 15:42:13 +00:00
e5a3883910 - Update to version 3.36.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/liblouis?expand=0&rev=113
2025-12-18 11:43:52 +00:00
ddcb608d2c Accepting request 1307251 from GNOME:Factory
- Update to version 3.35.0:
  + This release brings quite a few technical improvements. We've
    enhanced support for memory management in the API, added
    support for math characters in ~match~ rules, expanded the
    Python bindings to include metadata API support, and made it
    possible to set the log level via the ~LOUIS_LOGLEVEL~
    environment variable.
    There are also substantial updates to various language tables,
    including improvements to Portuguese 8-dot braille, Hebrew
    back-translation, Norwegian 8-dot support, UEB forward
    translation, and Hungarian braille. We've added support for
    Rokuten Kanji (Japanese Kanji Braille). Russian, Ukrainian,
    and Belarusian literary braille tables have received updates
    to their space handling rules, and the Danish tables have seen
    fixes related to typos and hyphenation.

OBS-URL: https://build.opensuse.org/request/show/1307251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblouis?expand=0&rev=63
2025-09-29 14:30:57 +00:00
d16ea1ebb8 - Update to version 3.35.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/liblouis?expand=0&rev=111
2025-09-26 05:14:17 +00:00
4 changed files with 44 additions and 8 deletions

Binary file not shown.

3
liblouis-3.36.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b311903137bd0de31da1f2003997294400098c17b42ff339bf2692eb83be70d4
size 17862817

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Dec 16 20:14:56 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.36.0:
+ This release brings various updates to braille tables,
particularly for Slovakian and Norwegian in line with the
respective changes to their the braille standards. There
are new tables for Macedonian uncontracted braille and the
long awaited table for English Grade 3 is finally here. On
the technical side, there are modernized Python bindings
and better support for building liblouis for environments
such as Android.
- Update python build/install macros for pyproject.toml.
-------------------------------------------------------------------
Fri Sep 26 00:33:18 UTC 2025 - Michael Gorse <mgorse@suse.com>
- Update to version 3.35.0:
+ This release brings quite a few technical improvements. We've
enhanced support for memory management in the API, added
support for math characters in ~match~ rules, expanded the
Python bindings to include metadata API support, and made it
possible to set the log level via the ~LOUIS_LOGLEVEL~
environment variable.
There are also substantial updates to various language tables,
including improvements to Portuguese 8-dot braille, Hebrew
back-translation, Norwegian 8-dot support, UEB forward
translation, and Hungarian braille. We've added support for
Rokuten Kanji (Japanese Kanji Braille). Russian, Ukrainian,
and Belarusian literary braille tables have received updates
to their space handling rules, and the Danish tables have seen
fixes related to typos and hyphenation.
-------------------------------------------------------------------
Sun Jun 8 20:22:10 UTC 2025 - Michael Gorse <mgorse@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package liblouis
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
#
%define pythons python3
%define sover 20
Name: liblouis
Version: 3.34.0
Version: 3.36.0
Release: 0
Summary: Two-way braille translator
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -31,6 +32,7 @@ BuildRequires: m4
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: python3
BuildRequires: python3-pip
BuildRequires: python3-pytest
Requires: liblouis%{sover} = %{version}
@@ -131,7 +133,7 @@ This subpackage contains the Python3 bindings.
# build python binding
pushd python
%python3_build
%pyproject_wheel
popd
%install
@@ -144,7 +146,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
# install python binding
pushd python
%python3_install
%pyproject_install
popd
%post -n liblouis%{sover} -p /sbin/ldconfig
@@ -182,7 +184,8 @@ popd
%{_includedir}/liblouis
%files -n python3-louis
%{python3_sitelib}/louis*.egg-info
%{python3_sitelib}/louis/
%{python3_sitelib}/louis-%{version}.dist-info
%{python3_sitelib}/louis
%changelog