Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package readline for openSUSE:Factory checked in at 2022-10-23 16:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/readline (Old) and /work/SRC/openSUSE:Factory/.readline.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "readline" Sun Oct 23 16:32:39 2022 rev:14 rq:1030327 version:8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/readline/readline.changes 2022-10-11 17:59:14.397475205 +0200 +++ /work/SRC/openSUSE:Factory/.readline.new.2275/readline.changes 2022-10-23 16:32:45.139204610 +0200 @@ -1,0 +2,5 @@ +Fri Oct 21 08:36:57 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Extend version linker map file to detect usage of new symbols (boo#1204336) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ readline.spec ++++++ --- /var/tmp/diff_new_pack.rewjX1/_old 2022-10-23 16:32:45.779206182 +0200 +++ /var/tmp/diff_new_pack.rewjX1/_new 2022-10-23 16:32:45.783206192 +0200 @@ -168,7 +168,68 @@ rl_print_last_kbd_macro; rl_signal_event_hook; }; + + READLINE_7.0 { + rl_bracketed_paste_begin; + rl_callback_sigcleanup; + rl_clear_visible_line; + rl_pending_signal; + rl_redraw_prompt_last_line; + rl_tty_set_echoing; + rl_vi_unix_word_rubout; + rl_vi_yank_pop; + history_file_version; + history_lines_read_from_file; + history_lines_written_to_file; + history_multiline_entries; + rl_persistent_signal_handlers; + history_file_version; + history_lines_read_from_file; + history_lines_written_to_file; + history_multiline_entries; + rl_persistent_signal_handlers; + } READLINE_6.3; + + READLINE_8.0 { + remove_history_range; + rl_check_signals; + rl_empty_keymap; + rl_function_of_keyseq_len; + rl_next_screen_line; + rl_previous_screen_line; + rl_set_keymap_name; + history_quoting_state; + } READLINE_7.0; + + READLINE_8.1 { + rl_activate_mark; + rl_clear_display; + rl_deactivate_mark; + rl_keep_mark_active; + rl_mark_active_p; + rl_operate_and_get_next; + } READLINE_8.0; + + READLINE_8.2 { + rl_fetch_history; + rl_set_timeout; + rl_timeout_remaining; + rl_trim_arg_from_keyseq; + rl_eof_found; + rl_timeout_event_hook; + } READLINE_8.1; EOF +found=0 +for rl in %{_libdir}/libreadline.so.*.* +do + test READLINE_${rl##/*.so.} = READLINE_%{version} && found=1 +done +if test $found = 0 +then + %{warn:Warning, ABI change likely} + sleep 5 +fi + CFLAGS="%{optflags} $LARGEFILE -D_GNU_SOURCE -D_RPM_OPT_FLAGS -g" LDFLAGS="" cflags -Wuninitialized CFLAGS