forked from pool/lua-testmore
- Update to 0.3.7
* Minor refactoring OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-testmore?expand=0&rev=7
This commit is contained in:
parent
1b2c85fed0
commit
14d7597e69
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">gz</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:82c1b3d6aaec49d7bbd880eba7740339509317804d08146fcfa4f1e78f1df0f9
|
|
||||||
size 22162
|
|
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,6 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 20:29:57 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
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 gzip
|
- Switch from xz compression to gzip
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -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.gz
|
Source: lua-TestMore-%{version}.tar.zst
|
||||||
BuildRequires: %{flavor}-devel
|
BuildRequires: %{flavor}-devel
|
||||||
BuildRequires: lua-macros
|
BuildRequires: lua-macros
|
||||||
|
BuildRequires: zstd
|
||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
%lua_provides
|
%lua_provides
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user