forked from pool/lua-alt-getopt
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
d5a1b2fdcb
|
|||
|
79b601010b
|
|||
|
2c49190fc1
|
|||
|
f8f9346372
|
|||
|
0da3fa0fac
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1 +1,5 @@
|
||||
.osc
|
||||
_buildconfig-*
|
||||
_buildinfo-*.xml
|
||||
_scmsync.obsinfo
|
||||
lua-alt-getopt-*-build/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<multibuild>
|
||||
<package>lua51</package>
|
||||
<package>luajit</package>
|
||||
<package>lua53</package>
|
||||
<package>lua54</package>
|
||||
<package>lua55</package>
|
||||
</multibuild>
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 21:37:21 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Enable lua55 build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:46:56 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Switch off building lua51 build of the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 08:59:04 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Pull in lua-macros indirectly via %{flavor} (and lua-interepreter)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 10:05:59 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ Group: Development/Libraries/Other
|
||||
URL: https://github.com/cheusov/lua-alt-getopt
|
||||
Source: https://github.com/cheusov/%{rname}/archive/%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz
|
||||
BuildRequires: %{flavor}-devel
|
||||
BuildRequires: lua-macros
|
||||
BuildRequires: %{flavor}
|
||||
Requires: %{flavor}
|
||||
BuildArch: noarch
|
||||
%lua_provides
|
||||
|
||||
Reference in New Issue
Block a user