10
0

17 Commits

Author SHA256 Message Date
7b68e8889f Accepting request 1189355 from devel:languages:lua
- Rename bit32 package to avoid the package conflicting with
  the version prior to the merge

OBS-URL: https://build.opensuse.org/request/show/1189355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=13
2024-07-25 13:39:01 +00:00
97049e7988 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-compat-5.3?expand=0&rev=52 2024-07-24 10:20:44 +00:00
d87ab612ab OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-compat-5.3?expand=0&rev=51 2024-07-24 10:14:44 +00:00
73c459c35b OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-compat-5.3?expand=0&rev=50 2024-07-24 10:12:34 +00:00
d4b830107f Fix version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-compat-5.3?expand=0&rev=49
2024-07-24 10:11:22 +00:00
eda27d196e Fix bit32 package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-compat-5.3?expand=0&rev=48
2024-07-24 10:10:22 +00:00
cdce25ec30 Accepting request 1180937 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1180937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=12
2024-06-17 17:27:56 +00:00
4bd128f214 Accepting request 1072464 from devel:languages:lua
- Change upstream homepage to the current one at Lunar Modules.

OBS-URL: https://build.opensuse.org/request/show/1072464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=11
2023-03-17 16:04:19 +00:00
c409c9446e Accepting request 1038351 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/1038351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=10
2022-11-26 18:20:31 +00:00
3d1d94caae Accepting request 905681 from devel:languages:lua
- Use %lua_provides for bit32
- Create bit32 for Lua 5.1
- Use correct bit32 version
- Update to version 0.10
  * Fix bit32 conversion issues for Lua 5.1 on 32 bit

OBS-URL: https://build.opensuse.org/request/show/905681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=9
2021-07-11 23:25:12 +00:00
3f474daeeb Accepting request 898547 from devel:languages:lua
- Split bit32 into separate package
- Install correct files

OBS-URL: https://build.opensuse.org/request/show/898547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=8
2021-06-09 19:52:46 +00:00
1567915a89 Accepting request 875429 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/875429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=7
2021-03-11 19:10:12 +00:00
d69054d913 Accepting request 873547 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/873547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=6
2021-02-18 19:43:08 +00:00
82dd49efad Accepting request 863155 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/863155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=5
2021-01-15 18:46:24 +00:00
90f3ec57f3 Accepting request 862976 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/862976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=4
2021-01-14 14:05:28 +00:00
0dc577d51c Accepting request 820839 from devel:languages:lua
OBS-URL: https://build.opensuse.org/request/show/820839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=3
2020-07-15 13:00:59 +00:00
3933fb1406 Accepting request 747300 from devel:languages:lua
- Add BR lua-macros.

OBS-URL: https://build.opensuse.org/request/show/747300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-compat-5.3?expand=0&rev=2
2019-11-11 12:01:21 +00:00
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 24 10:18:22 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
- Rename bit32 package to avoid the package conflicting with
the version prior to the merge
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 13 16:12:25 UTC 2024 - Gordon Leung <pirateclip@protonmail.com> Thu Jun 13 16:12:25 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -26,6 +26,7 @@
%bcond_without bit32 %bcond_without bit32
%endif %endif
%define mversion 0.13 %define mversion 0.13
%define bit32_version 5.3.5.1
Version: %{mversion} Version: %{mversion}
Release: 0 Release: 0
Summary: Lua-5.3-style APIs for Lua 5.2 and 5.1 Summary: Lua-5.3-style APIs for Lua 5.2 and 5.1
@@ -52,14 +53,16 @@ Name: %{flavor}-compat-5.3
This package provides terminal operations for Lua This package provides terminal operations for Lua
%if %{without bit32} %if %{without bit32}
%package -n %{flavor}-bit32 %package bit32
Version: 5.3.5.1 Version: %{bit32_version}
Release: 0 Release: 0
Summary: Lua bit manipulation library Summary: Lua bit manipulation library
Group: Development/Libraries/Other Group: Development/Libraries/Other
Provides: %{flavor}-bit32 = %{bit32_version}-%{release}
Obsoletes: %{flavor}-bit32 < %{bit32_version}-%{release}
%lua_provides -n lua-bit32 %lua_provides -n lua-bit32
%description -n %{flavor}-bit32 %description bit32
bit32 is the native Lua 5.2 bit manipulation library, in the version bit32 is the native Lua 5.2 bit manipulation library, in the version
from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3. from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3.
%endif %endif
@@ -104,7 +107,7 @@ install -v -m 0644 -D -p -t %{buildroot}%{lua_archdir} bit32.so
%{lua_incdir}/* %{lua_incdir}/*
%if %{without bit32} %if %{without bit32}
%files -n %{flavor}-bit32 %files bit32
%{lua_archdir}/bit32.so %{lua_archdir}/bit32.so
%endif %endif