forked from pool/lua-linenoise
- Switch from xz compression to zstd
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-linenoise?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
7dd3520f1a
commit
83584c8575
2
_service
2
_service
@@ -10,7 +10,7 @@
|
|||||||
<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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0a10973a63719849540c0393a946b5d72930087eb6c9322834c09b428ecff72
|
|
||||||
size 10289909
|
|
3
lua-linenoise-0.9.tar.zst
Normal file
3
lua-linenoise-0.9.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b1074d5926ce29d3f7a937049a6ef62fe5c1e3d82cee53703be9f14e3e2720f
|
||||||
|
size 7710011
|
@@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 20:25:39 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
Mon Apr 1 01:51:18 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
- Switch from xz compression to gzip
|
- 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>
|
||||||
|
@@ -34,10 +34,11 @@ Summary: Lua binding for the linenoise command line library
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://github.com/hoelzro/lua-linenoise
|
URL: https://github.com/hoelzro/lua-linenoise
|
||||||
Source: lua-linenoise-%{version}.tar.gz
|
Source: lua-linenoise-%{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}" == ""
|
||||||
|
Reference in New Issue
Block a user