Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luautf8 for openSUSE:Factory checked in at 2026-03-03 15:30:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luautf8 (Old) and /work/SRC/openSUSE:Factory/.lua-luautf8.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luautf8" Tue Mar 3 15:30:30 2026 rev:9 rq:1335548 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luautf8/lua-luautf8.changes 2025-11-05 16:21:06.317141974 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luautf8.new.29461/lua-luautf8.changes 2026-03-03 15:30:51.396859943 +0100 @@ -1,0 +2,22 @@ +Tue Feb 3 01:37:49 UTC 2026 - Matej Cepl <[email protected]> + +- Upgrade to 0.2.0, Modernized API & New Truncation Features: + - BREAKING: utf8.width() and utf8.widthindex() parameter order + changed + - BREAKING: ambi_is_double (boolean) replaced with ambiwidth + (integer) + - NEW: utf8.widthlimit() for intelligent width-based truncation + - NEW: Byte range parameters i, j for width functions + - NEW: utf8.version constant + - IMPROVED: Complete documentation rewrite with examples + - IMPROVED: Comprehensive test coverage for all new features + - FIXED: Various grammar and formatting issues in documentation +- Remove upstreamed patch: + - warnings-away.patch + +------------------------------------------------------------------- +Fri Jan 23 21:39:41 UTC 2026 - Matej Cepl <[email protected]> + +- Enable lua55 build. + +------------------------------------------------------------------- Old: ---- 0.1.6.tar.gz warnings-away.patch New: ---- 0.2.0.tar.gz ----------(Old B)---------- Old:- Remove upstreamed patch: - warnings-away.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luautf8.spec ++++++ --- /var/tmp/diff_new_pack.bppkMx/_old 2026-03-03 15:30:52.284896565 +0100 +++ /var/tmp/diff_new_pack.bppkMx/_new 2026-03-03 15:30:52.284896565 +0100 @@ -28,7 +28,7 @@ %define luarock_arch %{_arch} %endif %endif -Version: 0.1.6 +Version: 0.2.0 Release: 0 Summary: A utf-8 support module for Lua and LuaJIT License: MIT @@ -36,9 +36,6 @@ URL: https://github.com/starwing/luautf8 # Source: %%{mod_name}-%%{version}.tar.zst Source: https://github.com/starwing/luautf8/archive/refs/tags/%{version}.tar.gz -# PATCH-{FIX|FEATURE}-{OPENSUSE|SLE|UPSTREAM} name-of-file.patch bsc#[0-9]+ [email protected] -# this patch makes things totally awesome -Patch0: warnings-away.patch BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-luarocks BuildRequires: lua-macros ++++++ 0.1.6.tar.gz -> 0.2.0.tar.gz ++++++ ++++ 1955 lines of diff (skipped) ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.bppkMx/_old 2026-03-03 15:30:52.512905968 +0100 +++ /var/tmp/diff_new_pack.bppkMx/_new 2026-03-03 15:30:52.520906298 +0100 @@ -2,5 +2,6 @@ <package>luajit</package> <package>lua53</package> <package>lua54</package> +<package>lua55</package> </multibuild> ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.bppkMx/_old 2026-03-03 15:30:52.556907783 +0100 +++ /var/tmp/diff_new_pack.bppkMx/_new 2026-03-03 15:30:52.560907947 +0100 @@ -1,6 +1,6 @@ -mtime: 1761317410 -commit: 87d912a3343a8496bb1cb83636f05a42e4b97a6505f6f5918165187e85ad0aac +mtime: 1772269450 +commit: e8128ec2d48cf2d11d7e3b2d0405c95e995d21f677393be534276c8acfc17579 url: https://src.opensuse.org/lua/lua-luautf8.git -revision: 87d912a3343a8496bb1cb83636f05a42e4b97a6505f6f5918165187e85ad0aac +revision: e8128ec2d48cf2d11d7e3b2d0405c95e995d21f677393be534276c8acfc17579 projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git ++++++ build.specials.obscpio ++++++ --- old/.gitignore 2025-10-24 16:50:21.000000000 +0200 +++ new/.gitignore 2026-02-28 10:04:29.000000000 +0100 @@ -1,5 +1,8 @@ -.osc +*.osc _scmsync.obsinfo _buildconfig-* _buildinfo-*.xml -lua-luautf8-*-build/ +*.obscpio +_build.* +.pbuild +lua*luautf8-*-build/ ++++++ 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 2026-02-28 10:04:29.000000000 +0100 @@ -0,0 +1,8 @@ +*.osc +_scmsync.obsinfo +_buildconfig-* +_buildinfo-*.xml +*.obscpio +_build.* +.pbuild +lua*luautf8-*-build/
