forked from pool/lua-luautf8
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
49264d8bae
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
|||||||
.osc
|
.osc
|
||||||
|
_scmsync.obsinfo
|
||||||
|
_buildconfig-*
|
||||||
|
_buildinfo-*.xml
|
||||||
|
lua-luautf8-*-build/
|
||||||
|
BIN
0.1.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
0.1.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
@@ -28,13 +28,14 @@
|
|||||||
%define luarock_arch %{_arch}
|
%define luarock_arch %{_arch}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Version: 0.1.5+git6
|
Version: 0.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A utf-8 support module for Lua and LuaJIT
|
Summary: A utf-8 support module for Lua and LuaJIT
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://github.com/starwing/luautf8
|
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}-devel
|
||||||
BuildRequires: %{flavor}-luarocks
|
BuildRequires: %{flavor}-luarocks
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c20ea6902d71b5ec0136877868648a827b01b5c5fe13cf28bca32c2151afef3
|
|
||||||
size 430351
|
|
Reference in New Issue
Block a user