SHA256
10
0
forked from pool/lua-cosmo

- Switch from xz compression to zstd

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-cosmo?expand=0&rev=10
This commit is contained in:
Gordon Leung
2024-04-01 01:49:28 +00:00
committed by Git OBS Bridge
parent 222886d848
commit 1ff2a26f2f
5 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
<param name="compression">zst</param>
</service>
<service mode="manual" name="set_version"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fc3616d968d9c56c4703d05db9cfa06e327fd4db37c04efaa67bfee6444b51e
size 25747

3
cosmo-16.06.04.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:996683219497e0b35f5a3b839e4a283bbc8179e8bf5e71b0a486a502441e019c
size 25280

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Mar 29 20:22:51 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
Mon Apr 1 01:48:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Switch from xz compression to gzip
- Switch from xz compression to zstd
-------------------------------------------------------------------
Tue Nov 7 09:09:58 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -25,12 +25,13 @@ Summary: A “safe templates” engine for Lua
License: MIT
Group: Development/Languages/Other
URL: https://github.com/mascarenhas/cosmo
Source: cosmo-%{version}.tar.gz
Source: cosmo-%{version}.tar.zst
Patch0: fix_test.patch
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-lpeg
BuildRequires: %{flavor}-luarocks
BuildRequires: lua-macros
BuildRequires: zstd
Requires: %{flavor}
Requires: %{flavor}-lpeg
%lua_provides