Compare commits

1 Commits

Author SHA256 Message Date
49264d8bae Update to 0.1.6:
- Add 'normalize_nfc' and 'isnfc' functions
  - Update to Unicode 15.1
  - Add new 'grapheme_indices' function
  - Improve grammar, spelling, and formatting of README.md
  - Fix bugs in NFC normalization code
  - Explicitly include limits.h instead of transitively assuming
    it
2025-07-25 23:00:16 +02:00
5 changed files with 22 additions and 5 deletions

4
.gitignore vendored
View File

@@ -1 +1,5 @@
.osc
_scmsync.obsinfo
_buildconfig-*
_buildinfo-*.xml
lua-luautf8-*-build/

BIN
0.1.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 25 20:57:36 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 0.1.6:
- Add 'normalize_nfc' and 'isnfc' functions
- Update to Unicode 15.1
- Add new 'grapheme_indices' function
- Improve grammar, spelling, and formatting of README.md
- Fix bugs in NFC normalization code
- Explicitly include limits.h instead of transitively assuming
it
-------------------------------------------------------------------
Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -28,13 +28,14 @@
%define luarock_arch %{_arch}
%endif
%endif
Version: 0.1.5+git6
Version: 0.1.6
Release: 0
Summary: A utf-8 support module for Lua and LuaJIT
License: MIT
Group: Development/Languages/Other
URL: https://github.com/starwing/luautf8
Source: %{mod_name}-%{version}.tar.zst
# Source: %%{mod_name}-%%{version}.tar.zst
Source: https://github.com/starwing/luautf8/archive/refs/tags/%{version}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luarocks
BuildRequires: lua-macros

View File

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