Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-readline for openSUSE:Factory checked in at 2026-03-04 21:06:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-readline (Old) and /work/SRC/openSUSE:Factory/.lua-readline.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-readline" Wed Mar 4 21:06:04 2026 rev:5 rq:1336174 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-readline/lua-readline.changes 2025-11-05 16:21:17.441609601 +0100 +++ /work/SRC/openSUSE:Factory/.lua-readline.new.561/lua-readline.changes 2026-03-04 21:06:51.148489841 +0100 @@ -1,0 +2,10 @@ +Mon Mar 2 20:01:57 UTC 2026 - Matej Cepl <[email protected]> + +- Reformat %description. + +------------------------------------------------------------------- +Fri Jan 23 21:40:04 UTC 2026 - Matej Cepl <[email protected]> + +- Enable lua55 build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-readline.spec ++++++ --- /var/tmp/diff_new_pack.TFKSTs/_old 2026-03-04 21:06:51.844518687 +0100 +++ /var/tmp/diff_new_pack.TFKSTs/_new 2026-03-04 21:06:51.844518687 +0100 @@ -37,16 +37,18 @@ %lua_provides %description -This Lua module offers a simple calling interface to the GNU Readline/History Library. -The function readline() is a wrapper, which invokes the GNU readline, adds the line to the end of the History List, and then returns the line. Usually you call save_history() before the program exits, so that the History List is saved to the histfile. +This Lua module offers a simple calling interface to the GNU +Readline/History Library. + +The function readline() is a wrapper, which invokes the GNU readline, +adds the line to the end of the History List, and then returns the line. +Usually you call save_history() before the program exits, so that the +History List is saved to the histfile. + Various options can be changed using the set_options{} function. -The user can configure the GNU Readline (e.g. vi or emacs keystrokes ?) with their individual ~/.inputrc file, see the INITIALIZATION FILE section of man readline. -By default, the GNU readline library dialogues with the user by reading from stdin and writing to stdout; this fits very badly with applications that want to use stdin and stdout to input and output data. Therefore, this Lua module dialogues with the user on the controlling-terminal of the process (typically /dev/tty) as returned by ctermid(). -Most of readline's Alternate Interface is now included, namely handler_install, read_char and handler_remove. -Some applications need to interleave keyboard I/O with file, device, or window system I/O, typically by using a main loop to select() on various file descriptors. To accommodate this need, readline can also be invoked as a 'callback' function from an event loop, and the Alternate Interface offers functions to do this. -The Alternate Interface does offer tab-completion; but it does not add to the history file, so you will probably want to call RL.add_history(s) explicitly. See handler_install() -Access to readline's Custom Completion is now provided. -This module does not work lua -i because that runs its own readline, and the two conflict with each other. + +This module does not work lua -i because that runs its own readline, and +the two conflict with each other. %prep %autosetup -n %{mod_name}-%{version} ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.TFKSTs/_old 2026-03-04 21:06:51.884520345 +0100 +++ /var/tmp/diff_new_pack.TFKSTs/_new 2026-03-04 21:06:51.888520512 +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.TFKSTs/_old 2026-03-04 21:06:51.928522169 +0100 +++ /var/tmp/diff_new_pack.TFKSTs/_new 2026-03-04 21:06:51.932522335 +0100 @@ -1,6 +1,6 @@ -mtime: 1761317451 -commit: e4b561922a831d818fb873bb5672be5870336cec5656a72b99ea86c8114fb3cf +mtime: 1772481734 +commit: 9b3c91d9e3a8788265d408dd56a9d24e5739447d3eee76f5d35397744a56cfdd url: https://src.opensuse.org/lua/lua-readline.git -revision: e4b561922a831d818fb873bb5672be5870336cec5656a72b99ea86c8114fb3cf +revision: 9b3c91d9e3a8788265d408dd56a9d24e5739447d3eee76f5d35397744a56cfdd projectscmsync: https://src.opensuse.org/lua/_ObsPrj.git ++++++ build.specials.obscpio ++++++ ++++++ 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-03-02 21:02:35.000000000 +0100 @@ -0,0 +1 @@ +.osc
