Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-busted for openSUSE:Factory 
checked in at 2025-11-06 18:13:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-busted (Old)
 and      /work/SRC/openSUSE:Factory/.lua-busted.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-busted"

Thu Nov  6 18:13:02 2025 rev:8 rq:1315140 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-busted/lua-busted.changes    2024-10-13 
17:34:05.039253029 +0200
+++ /work/SRC/openSUSE:Factory/.lua-busted.new.1980/lua-busted.changes  
2025-11-06 18:14:29.918701108 +0100
@@ -1,0 +2,15 @@
+Fri Oct 24 14:47:05 UTC 2025 - Matej Cepl <[email protected]>
+
+- Switch off building lua51 build of the package.
+
+-------------------------------------------------------------------
+Sun Oct 12 19:43:06 UTC 2025 - Matej Cepl <[email protected]>
+
+- Remove file dependency on the interpreter.
+
+-------------------------------------------------------------------
+Wed Oct  8 08:38:06 UTC 2025 - Matej Cepl <[email protected]>
+
+- Don’t depend on /usr/bin/lua%{lua_version}, it breaks LuaJIT.
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-busted.spec ++++++
--- /var/tmp/diff_new_pack.E0pu1Q/_old  2025-11-06 18:14:30.538727266 +0100
+++ /var/tmp/diff_new_pack.E0pu1Q/_new  2025-11-06 18:14:30.542727434 +0100
@@ -18,8 +18,14 @@
 
 
 %define flavor @BUILD_FLAVOR@
+# Remove file dependency on the interpreter
+%global __requires_exclude ^/usr/bin/lua(5\\.[1-9]|jit)?$
 %define mod_name busted
+%if "%{flavor}" == "luajit"
+%define lua_value  52
+%else
 %define lua_value  %(echo "%{flavor}" |sed -e 's:lua::')
+%endif
 %define upversion 2.0.0
 Version:        2.0.0
 Release:        0
@@ -91,7 +97,7 @@
 
 %prep
 %setup -q -n %{mod_name}-%{version}
-sed -i 's|^#!%{_bindir}/env lua|#!%{_bindir}/lua%{lua_version}|' bin/busted
+sed -i 's|^#!%{_bindir}/env lua|#!%{_bindir}/lua|' bin/busted
 
 %build
 /bin/true

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.E0pu1Q/_old  2025-11-06 18:14:30.598729796 +0100
+++ /var/tmp/diff_new_pack.E0pu1Q/_new  2025-11-06 18:14:30.602729965 +0100
@@ -1,5 +1,5 @@
 <multibuild>
-<package>lua51</package>
+<package>luajit</package>
 <package>lua53</package>
 <package>lua54</package>
 </multibuild>

++++++ _scmsync.obsinfo ++++++
mtime: 1761317225
commit: 27a5000030531854f4a95d3f1bfa02db1b4207ac90ba7461560ac4ec2c2110a5
url: https://src.opensuse.org/lua/lua-busted.git
revision: 27a5000030531854f4a95d3f1bfa02db1b4207ac90ba7461560ac4ec2c2110a5
projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-10-24 16:47:18.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to