Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smenu for openSUSE:Factory checked in at 2025-05-27 18:42:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smenu (Old) and /work/SRC/openSUSE:Factory/.smenu.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smenu" Tue May 27 18:42:26 2025 rev:14 rq:1280419 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/smenu/smenu.changes 2025-05-01 15:23:32.355317631 +0200 +++ /work/SRC/openSUSE:Factory/.smenu.new.2732/smenu.changes 2025-05-27 18:42:37.329641555 +0200 @@ -1,0 +2,42 @@ +Mon May 26 22:39:19 UTC 2025 - Pierre Gentile <[email protected]> + +- Typo: "sles_version" -> "sle_version" in smenu.spec + +------------------------------------------------------------------- +Mon May 26 17:51:00 UTC 2025 - Pierre Gentile <[email protected]> + +- Removal of the patch added in revision 34 (smenu-gcc15.patch, issue #46). + This patch is no longer required as the code has been reworked. + +------------------------------------------------------------------- +Sun May 25 23:19:48 UTC 2025 - Pierre Gentile <[email protected]> + +- Version 1.5.0 +* Fixes + * Various modifications and corrections have been made to make the + substitution code more robust. + * Added several variable initializations that were missing. + * ^H and BS now work correctly in all cases. + * A stdin flush has been added before requesting the cursor's initial + position. + * Memory leaks have been fixed. + * Highlighting in search mode works correctly in all cases. + * Compilations problems with gcc-15 have been corrected. + * Compiler warnings have been fixed. + * The description of S-HOME/S-END in the manual has been corrected. + +* Improvements: + * The TAB key can now be used to automatically complete search patterns + until an ambiguity arises. + * A -hbar|-hor_scroll_bar option has been added to force the display of + the horizontal scroll bar. + * The quick help system has been rewritten. + * ZWSP, ZWNJ, ZWJ, LRM and RLM glyphs are now ignored. + +* Miscellaneous: + * The README and documentation have been improved and clarified. + * Some parts of the code have been removed or reorganized. + * New tests have been added. + * Improve smenu.spec. + +------------------------------------------------------------------- Old: ---- smenu-1.4.0.tar.bz2 smenu-gcc15.patch New: ---- smenu-1.5.0.tar.bz2 BETA DEBUG BEGIN: Old: - Removal of the patch added in revision 34 (smenu-gcc15.patch, issue #46). This patch is no longer required as the code has been reworked. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smenu.spec ++++++ --- /var/tmp/diff_new_pack.yoy327/_old 2025-05-27 18:42:38.077673084 +0200 +++ /var/tmp/diff_new_pack.yoy327/_new 2025-05-27 18:42:38.081673253 +0200 @@ -17,7 +17,7 @@ Name: smenu -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: A standard input word picker License: GPL-2.0-only @@ -25,7 +25,6 @@ URL: https://github.com/p-gen/%{name} Source: https://github.com/p-gen/smenu/releases/download/v%{version}/smenu-%{version}.tar.bz2 # https://github.com/p-gen/smenu/issues/46 -Patch0: smenu-gcc15.patch BuildRequires: ncurses-devel %description @@ -38,12 +37,19 @@ %build %configure +%if (0%{?sle_version} >= 150000 && !0%{?is_opensuse}) + || (0%{?suse_version} >= 150000 && 0%{?is_opensuse}) + || (0%{?rhel_version} > 600) %make_build +%else +make %{?_smp_mflags} +%endif %package tests Summary: Testing system for %{name} Group: Productivity/Text/Utilities Requires: smenu +BuildArch: noarch %description tests This packages contains some scripts and a number of tests to check the ++++++ smenu-1.4.0.tar.bz2 -> smenu-1.5.0.tar.bz2 ++++++ ++++ 16681 lines of diff (skipped)
