forked from pool/lua-testmore
Accepting request 1163829 from devel:languages:lua
- Update to 0.3.7 * Minor refactoring - Switch from xz compression to zstd OBS-URL: https://build.opensuse.org/request/show/1163829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-testmore?expand=0&rev=3
This commit is contained in:
6
_service
6
_service
@@ -1,16 +1,16 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="manual" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://framagit.org/fperrad/lua-TestMore.git</param>
|
<param name="url">https://framagit.org/fperrad/lua-TestMore.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">e441547009f891a259c6324ef50d9ed9fee39538</param>
|
<param name="revision">a7cc81ba3153d9009275cc74a5c05d951553e0f4</param>
|
||||||
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="tar" />
|
<service mode="manual" name="tar" />
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bce7f03000383cfae704f0a1809673b6738b4eb2b7c4509894ac8f485bc4db7e
|
|
||||||
size 18772
|
|
3
lua-TestMore-0.3.7.tar.zst
Normal file
3
lua-TestMore-0.3.7.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ecbceba28d83a5e930217715f3838547ee2ad8ce9175b64fc512b9d77ccab44
|
||||||
|
size 19973
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 1 02:05:41 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||||
|
|
||||||
|
- Update to 0.3.7
|
||||||
|
* Minor refactoring
|
||||||
|
- Switch from xz compression to zstd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
||||||
|
|
||||||
|
@@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,15 +18,16 @@
|
|||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@
|
%define flavor @BUILD_FLAVOR@
|
||||||
%define mod_name testmore
|
%define mod_name testmore
|
||||||
Version: 0.3.6+git2
|
Version: 0.3.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Lua port of the Perl Test::More unit testing framework
|
Summary: A Lua port of the Perl Test::More unit testing framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
URL: https://framagit.org/fperrad/lua-TestMore
|
URL: https://framagit.org/fperrad/lua-TestMore
|
||||||
Source: lua-TestMore-%{version}.tar.xz
|
Source: lua-TestMore-%{version}.tar.zst
|
||||||
BuildRequires: lua-macros
|
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
|
BuildRequires: lua-macros
|
||||||
|
BuildRequires: zstd
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
Reference in New Issue
Block a user