diff --git a/_service b/_service index 37d6c03..9eba6de 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - gz + zst diff --git a/lua-luaepnf-0.3+git19.tar.gz b/lua-luaepnf-0.3+git19.tar.gz deleted file mode 100644 index 0ccdd6e..0000000 --- a/lua-luaepnf-0.3+git19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d60912d6c2ca5ea7e6a82859b8650ab197bc2e1546e21f6e97d5297bca1a7dd2 -size 9019 diff --git a/lua-luaepnf-0.3+git19.tar.zst b/lua-luaepnf-0.3+git19.tar.zst new file mode 100644 index 0000000..62e59fe --- /dev/null +++ b/lua-luaepnf-0.3+git19.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929baf1f70c173a246556427238a0916c06ce239498a70989c7de9608c4e6f9d +size 8769 diff --git a/lua-luaepnf.changes b/lua-luaepnf.changes index 0df87cf..8e0a2ec 100644 --- a/lua-luaepnf.changes +++ b/lua-luaepnf.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Mar 29 20:27:21 UTC 2024 - Gordon Leung +Mon Apr 1 01:54:05 UTC 2024 - Gordon Leung -- Switch from xz compression to gzip +- Switch from xz compression to zstd ------------------------------------------------------------------- Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek diff --git a/lua-luaepnf.spec b/lua-luaepnf.spec index 4440128..d3fd709 100644 --- a/lua-luaepnf.spec +++ b/lua-luaepnf.spec @@ -26,11 +26,12 @@ Summary: Extended PEG Notation Format (easy grammars for LPeg) License: MIT Group: Development/Languages/Other URL: https://github.com/siffiejoe/lua-luaepnf -Source: lua-%{mod_name}-%{version}.tar.gz +Source: lua-%{mod_name}-%{version}.tar.zst BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-lpeg BuildRequires: %{flavor}-luarocks BuildRequires: lua-macros +BuildRequires: zstd %lua_provides Requires: %{flavor} Requires: %{flavor}-lpeg