forked from pool/lua-luassert
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
e01bb399a2
|
|||
|
332e3c1782
|
|||
|
db4f6e982f
|
|||
|
70f4053788
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -21,3 +21,4 @@
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*.changes merge=merge-changes
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
.osc
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
</multibuild>
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:49:53 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch off building lua51 build of the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 19:00:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add luajit version to _multibuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 18:17:12 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Change upstream homepage to the current one at Lunar Modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 10:35:45 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Fix missing dependency on lua-macros (boo#1205612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 09:50:40 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-luassert
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,10 +23,11 @@ Version: 1.7.11
|
||||
Release: 0
|
||||
Summary: Lua Assertions Extension
|
||||
License: MIT
|
||||
URL: https://github.com/Olivine-Labs/luassert
|
||||
Source: https://github.com/Olivine-Labs/luassert/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
|
||||
URL: https://github.com/lunarmodules/luassert
|
||||
Source: https://github.com/lunarmodules/luassert/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: %{flavor}-say
|
||||
BuildRequires: lua-macros
|
||||
Requires: %{flavor}
|
||||
BuildArch: noarch
|
||||
%lua_provides
|
||||
|
||||
Reference in New Issue
Block a user