From 83584c8575d1ebbc2cdf5500baca4a3a2d563cd8193bb5803730d40fb3723e53 Mon Sep 17 00:00:00 2001 From: Gordon Leung Date: Mon, 1 Apr 2024 01:51:45 +0000 Subject: [PATCH] - Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-linenoise?expand=0&rev=9 --- _service | 2 +- lua-linenoise-0.9.tar.gz | 3 --- lua-linenoise-0.9.tar.zst | 3 +++ lua-linenoise.changes | 4 ++-- lua-linenoise.spec | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 lua-linenoise-0.9.tar.gz create mode 100644 lua-linenoise-0.9.tar.zst diff --git a/_service b/_service index bcbd725..17a6545 100644 --- a/_service +++ b/_service @@ -10,7 +10,7 @@ *.tar - gz + zst diff --git a/lua-linenoise-0.9.tar.gz b/lua-linenoise-0.9.tar.gz deleted file mode 100644 index 3de576c..0000000 --- a/lua-linenoise-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a10973a63719849540c0393a946b5d72930087eb6c9322834c09b428ecff72 -size 10289909 diff --git a/lua-linenoise-0.9.tar.zst b/lua-linenoise-0.9.tar.zst new file mode 100644 index 0000000..870f80c --- /dev/null +++ b/lua-linenoise-0.9.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1074d5926ce29d3f7a937049a6ef62fe5c1e3d82cee53703be9f14e3e2720f +size 7710011 diff --git a/lua-linenoise.changes b/lua-linenoise.changes index 681dce7..ad432ad 100644 --- a/lua-linenoise.changes +++ b/lua-linenoise.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Fri Mar 29 20:25:39 UTC 2024 - Gordon Leung +Mon Apr 1 01:51:18 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-linenoise.spec b/lua-linenoise.spec index 8aab91d..dec1a61 100644 --- a/lua-linenoise.spec +++ b/lua-linenoise.spec @@ -34,10 +34,11 @@ Summary: Lua binding for the linenoise command line library License: MIT Group: Development/Languages/Other URL: https://github.com/hoelzro/lua-linenoise -Source: lua-linenoise-%{version}.tar.gz +Source: lua-linenoise-%{version}.tar.zst BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-luarocks BuildRequires: lua-macros +BuildRequires: zstd Requires: %{flavor} %lua_provides %if "%{flavor}" == ""