10
0
forked from pool/lua-cassowary

- Switch compression from xz to zstd

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-cassowary?expand=0&rev=11
This commit is contained in:
Gordon Leung
2024-04-01 01:47:05 +00:00
committed by Git OBS Bridge
parent 2326940c0c
commit 23240e0a37
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:9709ebd1bbaeaef5538dbfb7e72509d6c34c21711d3db11ffde45a77f36bb2e9
size 22152

View File

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

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Mar 29 20:17:41 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
Mon Apr 1 01:46:21 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Switch compression from xz to gzip
- Switch compression from xz to zstd
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>

View File

@@ -26,11 +26,12 @@ Summary: A Lua port of the cassowary constraint solver engine
License: Apache-2.0
Group: Development/Languages/Other
URL: https://github.com/sile-typesetter/cassowary.lua
Source: cassowary.lua-%{version}.tar.gz
Source: cassowary.lua-%{version}.tar.zst
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-luarocks
BuildRequires: %{flavor}-penlight
BuildRequires: lua-macros
BuildRequires: zstd
%if %{with test}
BuildRequires: %{flavor}-busted
%endif