forked from pool/lua-luautf8
Accepting request 1164035 from devel:languages:lua
- Update to 0.1.5+git6 * Update to Unicode 15.1 - Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/request/show/1164035 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luautf8?expand=0&rev=5
This commit is contained in:
6
_service
6
_service
@@ -1,16 +1,16 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<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="revision">751c782864f4c636760339e16f218d6dee292d5d</param>
|
||||
<param name="revision">bdd3d7fb6ef22334fde028ba792d3a16309a4de8</param>
|
||||
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
</services>
|
||||
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 02:00:36 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package lua-luautf8
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%define mod_name luautf8
|
||||
%define rock_version 0.1.5-1
|
||||
%define rock_version 0.1.5-2
|
||||
%ifarch %{ix86}
|
||||
%define luarock_arch x86
|
||||
%else
|
||||
@@ -28,16 +28,17 @@
|
||||
%define luarock_arch %{_arch}
|
||||
%endif
|
||||
%endif
|
||||
Version: 0.1.5
|
||||
Version: 0.1.5+git6
|
||||
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.xz
|
||||
BuildRequires: lua-macros
|
||||
Source: %{mod_name}-%{version}.tar.zst
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: %{flavor}-luarocks
|
||||
BuildRequires: lua-macros
|
||||
BuildRequires: zstd
|
||||
Requires: %{flavor}
|
||||
%lua_provides
|
||||
%if "%{flavor}" == ""
|
||||
@@ -64,6 +65,8 @@ test in lua test suite2.
|
||||
%install
|
||||
%luarocks_install "%{mod_name}-%{rock_version}.linux-%{luarock_arch}.rock"
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%{lua_archdir}
|
||||
%{luarocks_treedir}/%{mod_name}
|
||||
|
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:97b14ff3e954ce3e46d2824642cdc6d73db9283faae0f5c9a1c06fe683538520
|
||||
size 36548
|
Reference in New Issue
Block a user