Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2026-06-01 18:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mksh (Old)
 and      /work/SRC/openSUSE:Factory/.mksh.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mksh"

Mon Jun  1 18:07:52 2026 rev:28 rq:1356347 version:59c

Changes:
--------
--- /work/SRC/openSUSE:Factory/mksh/mksh.changes        2025-08-15 
21:54:24.913995000 +0200
+++ /work/SRC/openSUSE:Factory/.mksh.new.1937/mksh.changes      2026-06-01 
18:08:42.337999672 +0200
@@ -1,0 +2,5 @@
+Sat May 30 17:28:04 UTC 2026 - Enrico Belleri <[email protected]>
+
+- Compile with built-in printf
+
+-------------------------------------------------------------------

New:
----
  printf.c

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mksh.spec ++++++
--- /var/tmp/diff_new_pack.y6ji8w/_old  2026-06-01 18:08:43.858062711 +0200
+++ /var/tmp/diff_new_pack.y6ji8w/_new  2026-06-01 18:08:43.862062877 +0200
@@ -33,6 +33,8 @@
 Group:          System/Shells
 URL:            https://mbsd.evolvis.org/mksh.htm
 Source:         
https://mbsd.evolvis.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.tgz
+# Built-in printf http://www.mirbsd.org/mksh-faq.htm#printf-c
+Source1:        
https://mbsd.evolvis.org/MirOS/dist/mir/OTHER/printf.c.1.22#/printf.c
 # PATCH-FEATURE-OPENSUSE mksh-vendor-mkshrc.patch [email protected] -- Add 
support for a vendor-supplied kshrc which is read by interactive shells before 
$ENV or $HOME/.mkshrc are processed
 Patch0:         mksh-vendor-mkshrc.patch
 # PATCH-FEATURE-OPENSUSE There is no fgrep anymore
@@ -78,6 +80,8 @@
 
 ln -s . examples
 
+cp -f %{SOURCE1} .
+
 %build
 %define _lto_cflags %{nil}
 #
@@ -90,6 +94,10 @@
 HAVE__SYS_ERRLIST=0
 export HAVE_SYS_SIGLIST HAVE_SYS_ERRLIST HAVE__SYS_SIGLIST HAVE__SYS_ERRLIST
 
+# Compile built-in printf.c
+USE_PRINTF_BUILTIN=1
+export USE_PRINTF_BUILTIN
+
 #
 # -ftree-loop-linear
 #    Perform loop nest optimizations.  Same as -floop-nest-optimize.

++++++ printf.c ++++++
++++ 650 lines (skipped)

Reply via email to