forked from pool/lua-luautf8
Accepting request 1036834 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1036834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luautf8?expand=0&rev=2
This commit is contained in:
commit
5839317fd6
4
_service
4
_service
@ -1,9 +1,9 @@
|
|||||||
<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@+git@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">4e15359829f8c911de3a78ea8d4c5b945260256a</param>
|
<param name="revision">a3db9cca0d7d82d78e2acaba2b5571178fcddc01</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>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 18:58:54 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.1.4:
|
||||||
|
* Update to Unicode 15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 2 15:15:21 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Fri Sep 2 15:15:21 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name luautf8
|
%define mod_name luautf8
|
||||||
%define rock_version 0.1.3-1
|
%define rock_version 0.1.4-1
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%define luarock_arch x86
|
%define luarock_arch x86
|
||||||
%else
|
%else
|
||||||
@ -28,15 +28,15 @@
|
|||||||
%define luarock_arch %{_arch}
|
%define luarock_arch %{_arch}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Version: 0.1.3+git3
|
Version: 0.1.4
|
||||||
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.xz
|
Source: %{mod_name}-%{version}.tar.xz
|
||||||
BuildRequires: %{flavor}-luarocks
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: %{flavor}-luarocks
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c0ba6005efeae954678f3691509c425d212f191e10c978b3562c53b187bfd5e
|
|
||||||
size 32256
|
|
3
luautf8-0.1.4.tar.xz
Normal file
3
luautf8-0.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:017a62a91e02baad543241e5f6ad554b04e8cbaa8e251b5b91ef923d454c0a57
|
||||||
|
size 32408
|
Loading…
x
Reference in New Issue
Block a user