forked from pool/lua-luautf8
- Update to 0.1.5+git6
* Update to Unicode 15.1 - Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luautf8?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
36cbc7cb29
commit
7ba137bf95
6
_service
6
_service
@@ -1,16 +1,16 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="manual" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://github.com/starwing/luautf8</param>
|
<param name="url">https://github.com/starwing/luautf8</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">751c782864f4c636760339e16f218d6dee292d5d</param>
|
<param name="revision">bdd3d7fb6ef22334fde028ba792d3a16309a4de8</param>
|
||||||
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="tar" />
|
<service mode="manual" name="tar" />
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 20:28:47 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
- Switch from xz compression to gzip
|
- Update to 0.1.5+git6
|
||||||
|
* Update to Unicode 15.1
|
||||||
|
- Switch from xz compression to zstd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
@@ -28,16 +28,17 @@
|
|||||||
%define luarock_arch %{_arch}
|
%define luarock_arch %{_arch}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Version: 0.1.5
|
Version: 0.1.5+git6
|
||||||
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.gz
|
Source: %{mod_name}-%{version}.tar.zst
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: %{flavor}-luarocks
|
BuildRequires: %{flavor}-luarocks
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
|
BuildRequires: zstd
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
3
luautf8-0.1.5+git6.tar.zst
Normal file
3
luautf8-0.1.5+git6.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c20ea6902d71b5ec0136877868648a827b01b5c5fe13cf28bca32c2151afef3
|
||||||
|
size 430351
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2bcfa1767dc3525b9bf7c03604e4a26a78eead63db783305cf52858ca7fb6922
|
|
||||||
size 47445
|
|
Reference in New Issue
Block a user