Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1afba4001a | |||
| e5a3883910 | |||
| ddcb608d2c | |||
| d16ea1ebb8 |
BIN
liblouis-3.34.0.tar.gz
LFS
BIN
liblouis-3.34.0.tar.gz
LFS
Binary file not shown.
3
liblouis-3.36.0.tar.gz
Normal file
3
liblouis-3.36.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b311903137bd0de31da1f2003997294400098c17b42ff339bf2692eb83be70d4
|
||||
size 17862817
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user