forked from pool/lua-luaepnf
Accepting request 1163827 from devel:languages:lua
- Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/request/show/1163827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luaepnf?expand=0&rev=3
This commit is contained in:
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">xz</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:e3bedb95885cce86dd02fa15f6c3859550bb9b38374a5ca6f1d499fc699aa0d8
|
|
||||||
size 8300
|
|
3
lua-luaepnf-0.3+git19.tar.zst
Normal file
3
lua-luaepnf-0.3+git19.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:929baf1f70c173a246556427238a0916c06ce239498a70989c7de9608c4e6f9d
|
||||||
|
size 8769
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 1 01:54:05 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- 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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package lua-luaepnf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,11 +26,12 @@ Summary: Extended PEG Notation Format (easy grammars for LPeg)
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://github.com/siffiejoe/lua-luaepnf
|
URL: https://github.com/siffiejoe/lua-luaepnf
|
||||||
Source: lua-%{mod_name}-%{version}.tar.xz
|
Source: lua-%{mod_name}-%{version}.tar.zst
|
||||||
BuildRequires: lua-macros
|
|
||||||
BuildRequires: %{flavor}-luarocks
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: %{flavor}-lpeg
|
BuildRequires: %{flavor}-lpeg
|
||||||
|
BuildRequires: %{flavor}-luarocks
|
||||||
|
BuildRequires: lua-macros
|
||||||
|
BuildRequires: zstd
|
||||||
%lua_provides
|
%lua_provides
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
Requires: %{flavor}-lpeg
|
Requires: %{flavor}-lpeg
|
||||||
|
Reference in New Issue
Block a user