Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-cassowary for openSUSE:Factory checked in at 2025-11-06 18:13:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-cassowary (Old) and /work/SRC/openSUSE:Factory/.lua-cassowary.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-cassowary" Thu Nov 6 18:13:02 2025 rev:5 rq:1315141 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-cassowary/lua-cassowary.changes 2024-04-02 16:42:29.169312105 +0200 +++ /work/SRC/openSUSE:Factory/.lua-cassowary.new.1980/lua-cassowary.changes 2025-11-06 18:14:30.994746504 +0100 @@ -1,0 +2,11 @@ +Fri Oct 24 14:47:09 UTC 2025 - Matej Cepl <[email protected]> + +- Switch off building lua51 build of the package. + +------------------------------------------------------------------- +Tue Oct 14 15:35:51 UTC 2025 - Matej Cepl <[email protected]> + +- Make the package buildable with LuaJIT. +- Brutal simplification, don’t use luarocks, but just Unix tools. + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-cassowary.spec ++++++ --- /var/tmp/diff_new_pack.X2bpeT/_old 2025-11-06 18:14:31.622772999 +0100 +++ /var/tmp/diff_new_pack.X2bpeT/_new 2025-11-06 18:14:31.626773168 +0100 @@ -28,15 +28,14 @@ URL: https://github.com/sile-typesetter/cassowary.lua Source: cassowary.lua-%{version}.tar.zst BuildRequires: %{flavor}-devel -BuildRequires: %{flavor}-luarocks -BuildRequires: %{flavor}-penlight +BuildRequires: %{flavor}-penlight >= 1.5.4 BuildRequires: lua-macros BuildRequires: zstd %if %{with test} BuildRequires: %{flavor}-busted %endif Requires: %{flavor} -Requires: %{flavor}-penlight +Requires: %{flavor}-penlight >= 1.5.4 %lua_provides %if "%{flavor}" == "" Name: lua-%{mod_name} @@ -55,10 +54,11 @@ %autosetup -n %{mod_name}.lua-%{version} %build -%luarocks_build "rockspecs/%{mod_name}-%{rock_version}.rockspec" +: %install -%luarocks_install *.rock +install -v -D -m 0644 -p cassowary/init.lua %{buildroot}%{lua_noarchdir}/%{mod_name}.lua + %if %{with test} %check @@ -66,8 +66,7 @@ %endif %files -%{lua_noarchdir}/%{mod_name} -%{luarocks_treedir}/%{mod_name} -%docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc -%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE +%license LICENSE +%doc README.md +%{lua_noarchdir}/%{mod_name}.lua ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.X2bpeT/_old 2025-11-06 18:14:31.698776206 +0100 +++ /var/tmp/diff_new_pack.X2bpeT/_new 2025-11-06 18:14:31.710776712 +0100 @@ -1,5 +1,5 @@ <multibuild> -<package>lua51</package> +<package>luajit</package> <package>lua53</package> <package>lua54</package> </multibuild> ++++++ _scmsync.obsinfo ++++++ mtime: 1761317229 commit: 250240d86d758ed38642501cf3f755b725e835d87ed746ed4c933405db19d75b url: https://src.opensuse.org/lua/lua-cassowary.git revision: 250240d86d758ed38642501cf3f755b725e835d87ed746ed4c933405db19d75b 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:20.000000000 +0200 @@ -0,0 +1 @@ +.osc
