SHA256
1
0
forked from pool/lua-testmore

- Switch from xz compression to gzip

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-testmore?expand=0&rev=6
This commit is contained in:
Gordon Leung 2024-03-29 20:30:53 +00:00 committed by Git OBS Bridge
parent e32a99e6d3
commit 1b2c85fed0
4 changed files with 13 additions and 5 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">xz</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="set_version"/>
</services>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 29 20:29:57 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Switch from xz compression to gzip
-------------------------------------------------------------------
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package lua-testmore
#
# Copyright (c) 2022 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
@ -24,9 +24,9 @@ Summary: A Lua port of the Perl Test::More unit testing framework
License: MIT
Group: Development/Languages/Other
URL: https://framagit.org/fperrad/lua-TestMore
Source: lua-TestMore-%{version}.tar.xz
BuildRequires: lua-macros
Source: lua-TestMore-%{version}.tar.gz
BuildRequires: %{flavor}-devel
BuildRequires: lua-macros
Requires: %{flavor}
%lua_provides
%if "%{flavor}" == ""