SHA256
10
0
forked from pool/lua-cosmo

- Switch from xz compression to gzip

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-cosmo?expand=0&rev=9
This commit is contained in:
Gordon Leung
2024-03-29 20:23:20 +00:00
committed by Git OBS Bridge
parent 81bca2faa4
commit 222886d848
4 changed files with 12 additions and 4 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">zst</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="set_version"/>
</services>

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

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package lua-cosmo
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Summary: A “safe templates” engine for Lua
License: MIT
Group: Development/Languages/Other
URL: https://github.com/mascarenhas/cosmo
Source: cosmo-%{version}.tar.xz
Source: cosmo-%{version}.tar.gz
Patch0: fix_test.patch
BuildRequires: %{flavor}-devel
BuildRequires: %{flavor}-lpeg