SHA256
1
0
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:
Gordon Leung 2024-04-01 02:07:47 +00:00 committed by Git OBS Bridge
parent 1b2c85fed0
commit 14d7597e69
5 changed files with 12 additions and 9 deletions

View File

@ -1,16 +1,16 @@
<services>
<service mode="manual" name="obs_scm">
<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="revision">e441547009f891a259c6324ef50d9ed9fee39538</param>
<param name="revision">a7cc81ba3153d9009275cc74a5c05d951553e0f4</param>
<param name="versionrewrite-pattern">(\d+.\d+.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<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:82c1b3d6aaec49d7bbd880eba7740339509317804d08146fcfa4f1e78f1df0f9
size 22162

View File

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

View File

@ -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
-------------------------------------------------------------------

View File

@ -18,15 +18,16 @@
%define flavor @BUILD_FLAVOR@
%define mod_name testmore
Version: 0.3.6+git2
Version: 0.3.7
Release: 0
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.gz
Source: lua-TestMore-%{version}.tar.zst
BuildRequires: %{flavor}-devel
BuildRequires: lua-macros
BuildRequires: zstd
Requires: %{flavor}
%lua_provides
%if "%{flavor}" == ""